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