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