public class ZenodoCreator extends Object implements ZenodoAuthor, Serializable
| Constructor and Description |
|---|
ZenodoCreator()
Instantiates a new zenodo creator.
|
ZenodoCreator(String name,
String affiliation,
String orcid,
String gnd)
Instantiates a new zenodo creator.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAffiliation()
Gets the affiliation.
|
String |
getGnd()
Gets the gnd.
|
String |
getName()
Gets the name.
|
String |
getOrcid()
Gets the orcid.
|
SerializableEnum<String> |
getType()
Gets the type.
|
void |
setAffiliation(String affiliation)
Sets the affiliation.
|
void |
setGnd(String gnd)
Sets the gnd.
|
void |
setName(String name)
Sets the name.
|
void |
setOrcid(String orcid)
Sets the orcid.
|
void |
setType(SerializableEnum<String> type)
Sets the type.
|
String |
toString() |
public String getName()
ZenodoAuthorgetName in interface ZenodoAuthorpublic void setName(String name)
setName in interface ZenodoAuthorname - the new namepublic String getAffiliation()
ZenodoAuthorgetAffiliation in interface ZenodoAuthorpublic void setAffiliation(String affiliation)
setAffiliation in interface ZenodoAuthoraffiliation - the new affiliationpublic String getOrcid()
ZenodoAuthorgetOrcid in interface ZenodoAuthorpublic void setOrcid(String orcid)
setOrcid in interface ZenodoAuthororcid - the new orcidpublic String getGnd()
ZenodoAuthorgetGnd in interface ZenodoAuthorpublic void setGnd(String gnd)
gnd - the new gndpublic SerializableEnum<String> getType()
ZenodoAuthorgetType in interface ZenodoAuthorpublic void setType(SerializableEnum<String> type)
ZenodoAuthorsetType in interface ZenodoAuthortype - the new typeCopyright © 2021. All Rights Reserved.