public interface ZenodoAuthor
| 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 |
setName(String name)
Sets the name.
|
void |
setOrcid(String orcid)
Sets the orcid.
|
void |
setType(SerializableEnum<String> type)
Sets the type.
|
static final String USER_ROLE
String getName()
String getAffiliation()
String getOrcid()
String getGnd()
SerializableEnum<String> getType()
void setType(SerializableEnum<String> type)
type - the new typevoid setName(String name)
name - the new namevoid setAffiliation(String affiliation)
affiliation - the new affiliationvoid setOrcid(String orcid)
orcid - the new orcidCopyright © 2021. All Rights Reserved.