Class 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 Detail

      • ZenodoSubject

        public ZenodoSubject()
        Instantiates a new zenodo subject.
      • ZenodoSubject

        public ZenodoSubject​(String term,
                             String identifier,
                             String scheme)
        Instantiates a new zenodo subject.
        Parameters:
        term - the term
        identifier - the identifier
        scheme - the scheme
    • 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