public static final class VesselFeatures.Factory extends Object
VesselFeatures.| Constructor and Description |
|---|
VesselFeatures.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static VesselFeatures |
newInstance()
Constructs a new instance of
VesselFeatures. |
static VesselFeatures |
newInstance(Date startDateTime,
Boolean isFPC,
Vessel vessel)
Constructs a new instance of
VesselFeatures, taking all required and/or
read-only properties as arguments. |
static VesselFeatures |
newInstance(Date startDateTime,
Date endDateTime,
String name,
String exteriorMarking,
Float administrativePower,
Float auxiliaryPower,
Integer grossTonnageGT,
Integer grossTonnageGRT,
Integer lengthOverAll,
Integer lengthBeetweenPerpendiculars,
Integer constructionYear,
String IRCS,
Boolean hasVMS,
Boolean isFPC,
Timestamp updateDate,
Location basePortLocation,
QualitativeValue hullMaterial,
Vessel vessel)
Constructs a new instance of
VesselFeatures, taking all possible properties
(except the identifier(s))as arguments. |
public static VesselFeatures newInstance()
VesselFeatures.public static VesselFeatures newInstance(Date startDateTime, Boolean isFPC, Vessel vessel)
VesselFeatures, taking all required and/or
read-only properties as arguments.public static VesselFeatures newInstance(Date startDateTime, Date endDateTime, String name, String exteriorMarking, Float administrativePower, Float auxiliaryPower, Integer grossTonnageGT, Integer grossTonnageGRT, Integer lengthOverAll, Integer lengthBeetweenPerpendiculars, Integer constructionYear, String IRCS, Boolean hasVMS, Boolean isFPC, Timestamp updateDate, Location basePortLocation, QualitativeValue hullMaterial, Vessel vessel)
VesselFeatures, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.