public class ZenodoSubject extends Object implements Serializable
| Constructor and Description |
|---|
ZenodoSubject()
Instantiates a new zenodo subject.
|
ZenodoSubject(String term,
String identifier,
String scheme)
Instantiates a new zenodo subject.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
Gets the identifier.
|
String |
getScheme()
Gets the scheme.
|
String |
getTerm()
Gets the term.
|
void |
setIdentifier(String identifier)
Sets the identifier.
|
void |
setScheme(String scheme)
Sets the scheme.
|
void |
setTerm(String term)
Sets the term.
|
String |
toString() |
public String getTerm()
public void setTerm(String term)
term - the new termpublic String getIdentifier()
public void setIdentifier(String identifier)
identifier - the new identifierpublic String getScheme()
public void setScheme(String scheme)
scheme - the new schemeCopyright © 2021. All Rights Reserved.