| Constructor and Description |
|---|
Vessel.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static Vessel |
newInstance()
Constructs a new instance of
Vessel. |
static Vessel |
newInstance(Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status)
Constructs a new instance of
Vessel, taking all possible properties
(except the identifier(s))as arguments. |
static Vessel |
newInstance(VesselType vesselType,
Status status)
Constructs a new instance of
Vessel, taking all required and/or
read-only properties as arguments. |
public static Vessel newInstance(VesselType vesselType, Status status)
Vessel, taking all required and/or
read-only properties as arguments.public static Vessel newInstance(Timestamp updateDate, Collection<RightToProduce> rightToProduces, VesselType vesselType, Collection<VesselFeatures> vesselFeatures, Collection<VesselRegistrationPeriod> vesselRegistrationPeriods, Collection<VesselOwnerPeriod> vesselOwnerPeriods, Collection<VesselMasterPeriod> vesselMasterPeriods, Status status)
Vessel, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.