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(Boolean readVessel,
Boolean readData,
Boolean writeData,
Boolean validateData,
Timestamp startDateTime,
Timestamp endDateTime,
Timestamp updateDate,
PersonSession personSession,
Program program,
Vessel vessel,
ObjectType objectType)
Constructs a new instance of
PersonSessionVessel, taking all possible properties
(except the identifier(s))as arguments. |
static PersonSessionVessel |
newInstance(Boolean readVessel,
Boolean readData,
Boolean writeData,
Timestamp startDateTime,
Timestamp endDateTime,
Timestamp updateDate,
PersonSession personSession,
Program program,
Vessel vessel,
ObjectType objectType)
Constructs a new instance of
PersonSessionVessel, taking all required and/or
read-only properties as arguments. |
public static PersonSessionVessel newInstance()
PersonSessionVessel.public static PersonSessionVessel newInstance(Boolean readVessel, Boolean readData, Boolean writeData, Timestamp startDateTime, Timestamp endDateTime, Timestamp updateDate, PersonSession personSession, Program program, Vessel vessel, ObjectType objectType)
PersonSessionVessel, taking all required and/or
read-only properties as arguments.public static PersonSessionVessel newInstance(Boolean readVessel, Boolean readData, Boolean writeData, Boolean validateData, Timestamp startDateTime, Timestamp endDateTime, Timestamp updateDate, PersonSession personSession, Program program, Vessel vessel, ObjectType objectType)
PersonSessionVessel, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.