|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.VesselType.Factory
public static final class VesselType.Factory
Constructs new instances of VesselType
.
Constructor Summary | |
---|---|
VesselType.Factory()
|
Method Summary | |
---|---|
static VesselType |
newInstance()
Constructs a new instance of VesselType . |
static VesselType |
newInstance(java.lang.String name,
Status status)
Constructs a new instance of VesselType , taking all required and/or
read-only properties as arguments. |
static VesselType |
newInstance(java.lang.String name,
java.sql.Timestamp updateDate,
Status status)
Constructs a new instance of VesselType , 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 VesselType.Factory()
Method Detail |
---|
public static VesselType newInstance()
VesselType
.
public static VesselType newInstance(java.lang.String name, Status status)
VesselType
, taking all required and/or
read-only properties as arguments.
public static VesselType newInstance(java.lang.String name, java.sql.Timestamp updateDate, Status status)
VesselType
, taking all possible properties
(except the identifier(s))as arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |