public static final class VesselType.Factory extends Object
VesselType.| Constructor and Description |
|---|
VesselType.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static VesselType |
newInstance()
Constructs a new instance of
VesselType. |
static VesselType |
newInstance(String name,
Status status)
Constructs a new instance of
VesselType, taking all required and/or
read-only properties as arguments. |
static VesselType |
newInstance(String name,
Timestamp updateDate,
Status status)
Constructs a new instance of
VesselType, taking all possible properties
(except the identifier(s))as arguments. |
public static VesselType newInstance()
VesselType.public static VesselType newInstance(String name, Status status)
VesselType, taking all required and/or
read-only properties as arguments.public static VesselType newInstance(String name, Timestamp updateDate, Status status)
VesselType, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.