Class ZenodoSubject
- java.lang.Object
-
- org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped.ZenodoSubject
-
- All Implemented Interfaces:
Serializable
public class ZenodoSubject extends Object implements Serializable
The Class ZenodoSubject.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Dec 10, 2019
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZenodoSubject()Instantiates a new zenodo subject.ZenodoSubject(String term, String identifier, String scheme)Instantiates a new zenodo subject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()Gets the identifier.StringgetScheme()Gets the scheme.StringgetTerm()Gets the term.voidsetIdentifier(String identifier)Sets the identifier.voidsetScheme(String scheme)Sets the scheme.voidsetTerm(String term)Sets the term.StringtoString()
-
-
-
Method Detail
-
getTerm
public String getTerm()
Gets the term.- Returns:
- the term
-
setTerm
public void setTerm(String term)
Sets the term.- Parameters:
term- the new term
-
getIdentifier
public String getIdentifier()
Gets the identifier.- Returns:
- the identifier
-
setIdentifier
public void setIdentifier(String identifier)
Sets the identifier.- Parameters:
identifier- the new identifier
-
getScheme
public String getScheme()
Gets the scheme.- Returns:
- the scheme
-
setScheme
public void setScheme(String scheme)
Sets the scheme.- Parameters:
scheme- the new scheme
-
-