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