|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.vessel.FishingVessel.Factory
public static final class FishingVessel.Factory
Constructs new instances of FishingVessel
.
Constructor Summary | |
---|---|
FishingVessel.Factory()
|
Method Summary | |
---|---|
static FishingVessel |
newInstance()
Constructs a new instance of FishingVessel . |
static FishingVessel |
newInstance(Status status,
VesselType vesselType)
Constructs a new instance of FishingVessel , taking all required and/or
read-only properties as arguments. |
static FishingVessel |
newInstance(java.sql.Timestamp updateDate,
java.util.Collection rightToProduces,
java.util.Collection vesselOwnerPeriods,
java.util.Collection vesselRegistrationPeriods,
Status status,
VesselType vesselType,
java.util.Collection vesselFeatures,
java.util.Collection vesselMasterPeriods)
Constructs a new instance of FishingVessel , taking all possible properties
(except the identifier(s))as arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FishingVessel.Factory()
Method Detail |
---|
public static FishingVessel newInstance()
FishingVessel
.
public static FishingVessel newInstance(Status status, VesselType vesselType)
FishingVessel
, taking all required and/or
read-only properties as arguments.
public static FishingVessel newInstance(java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType, java.util.Collection vesselFeatures, java.util.Collection vesselMasterPeriods)
FishingVessel
, taking all possible properties
(except the identifier(s))as arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |