| Constructor and Description |
|---|
Author.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static Author |
newInstance()
Constructs a new instance of
Author. |
static Author |
newInstance(Date creationDate,
Status status)
Constructs a new instance of
Author, taking all required and/or
read-only properties as arguments. |
static Author |
newInstance(String name,
String location,
String comments,
Date creationDate,
Timestamp updateDate,
Collection<ReferenceDocument> referenceDocuments,
Status status)
Constructs a new instance of
Author, taking all possible properties
(except the identifier(s))as arguments. |
public static Author newInstance(Date creationDate, Status status)
Author, taking all required and/or
read-only properties as arguments.public static Author newInstance(String name, String location, String comments, Date creationDate, Timestamp updateDate, Collection<ReferenceDocument> referenceDocuments, Status status)
Author, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.