public class Creator extends AbstractPerson
| Constructor and Description |
|---|
Creator(PersonName nameObject)
Simple constructor that requires all mandatory fields.
|
Creator(String name)
Constructor that creates a PersonName out of a String.
|
| Modifier and Type | Method and Description |
|---|---|
PersonName |
getName()
Returns the name of the person.
|
void |
setName(PersonName name)
Changes the name of the person.
|
getAffiliations, getFamilyName, getGivenName, getNameIdentifiers, setAffiliations, setFamilyName, setGivenName, setNameIdentifierspublic Creator(String name)
name - the name of the creatorpublic Creator(PersonName nameObject)
nameObject - the name and name type of the personpublic PersonName getName()
AbstractPersongetName in class AbstractPersonpublic void setName(PersonName name)
AbstractPersonsetName in class AbstractPersonname - the name of the personCopyright © 2017–2018. All rights reserved.