|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.location.LocationLevel.Factory
public static final class LocationLevel.Factory
Constructs new instances of LocationLevel
.
Constructor Summary | |
---|---|
LocationLevel.Factory()
|
Method Summary | |
---|---|
static LocationLevel |
newInstance()
Constructs a new instance of LocationLevel . |
static LocationLevel |
newInstance(java.lang.String name,
LocationClassification locationClassification)
Constructs a new instance of LocationLevel , taking all required and/or
read-only properties as arguments. |
static LocationLevel |
newInstance(java.lang.String name,
java.sql.Timestamp updateDate,
java.util.Collection locationLevels,
LocationLevel parentLocationLevel,
LocationClassification locationClassification)
Constructs a new instance of LocationLevel , 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 LocationLevel.Factory()
Method Detail |
---|
public static LocationLevel newInstance()
LocationLevel
.
public static LocationLevel newInstance(java.lang.String name, LocationClassification locationClassification)
LocationLevel
, taking all required and/or
read-only properties as arguments.
public static LocationLevel newInstance(java.lang.String name, java.sql.Timestamp updateDate, java.util.Collection locationLevels, LocationLevel parentLocationLevel, LocationClassification locationClassification)
LocationLevel
, 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 |