public static final class PersonSessionVessel.Factory extends Object
PersonSessionVessel
.Constructor and Description |
---|
PersonSessionVessel.Factory() |
Modifier and Type | Method and Description |
---|---|
static PersonSessionVessel |
newInstance()
Constructs a new instance of
PersonSessionVessel . |
static PersonSessionVessel |
newInstance(Timestamp startDateTime,
Timestamp endDateTime,
Boolean readVessel,
Boolean writeData,
Boolean validateData,
Boolean readData,
Timestamp updateDate,
ObjectType objectType,
Program program,
PersonSession personSession,
Vessel vessel)
Constructs a new instance of
PersonSessionVessel , taking all possible properties
(except the identifier(s))as arguments. |
static PersonSessionVessel |
newInstance(Timestamp startDateTime,
Timestamp endDateTime,
Boolean readVessel,
Boolean writeData,
Boolean readData,
Timestamp updateDate,
ObjectType objectType,
Program program,
PersonSession personSession,
Vessel vessel)
Constructs a new instance of
PersonSessionVessel , taking all required and/or
read-only properties as arguments, except for identifiers. |
public PersonSessionVessel.Factory()
public static PersonSessionVessel newInstance()
PersonSessionVessel
.public static PersonSessionVessel newInstance(Timestamp startDateTime, Timestamp endDateTime, Boolean readVessel, Boolean writeData, Boolean readData, Timestamp updateDate, ObjectType objectType, Program program, PersonSession personSession, Vessel vessel)
PersonSessionVessel
, taking all required and/or
read-only properties as arguments, except for identifiers.startDateTime
- TimestampendDateTime
- TimestampreadVessel
- BooleanwriteData
- BooleanreadData
- BooleanupdateDate
- TimestampobjectType
- ObjectTypeprogram
- ProgrampersonSession
- PersonSessionvessel
- Vesselpublic static PersonSessionVessel newInstance(Timestamp startDateTime, Timestamp endDateTime, Boolean readVessel, Boolean writeData, Boolean validateData, Boolean readData, Timestamp updateDate, ObjectType objectType, Program program, PersonSession personSession, Vessel vessel)
PersonSessionVessel
, taking all possible properties
(except the identifier(s))as arguments.startDateTime
- TimestampendDateTime
- TimestampreadVessel
- BooleanwriteData
- BooleanvalidateData
- BooleanreadData
- BooleanupdateDate
- TimestampobjectType
- ObjectTypeprogram
- ProgrampersonSession
- PersonSessionvessel
- VesselCopyright © 2012–2014 IFREMER. All rights reserved.