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