Class VocabularyEntryRest

java.lang.Object
org.dspace.app.rest.model.VocabularyEntryRest
All Implemented Interfaces:
Serializable, RestModel

public class VocabularyEntryRest extends Object implements RestModel
An entry in a Vocabulary
Author:
Andrea Bollini (andrea.bollini at 4science.it)
See Also:
  • Field Details

  • Constructor Details

    • VocabularyEntryRest

      public VocabularyEntryRest()
  • Method Details

    • getDisplay

      public String getDisplay()
    • setDisplay

      public void setDisplay(String value)
    • getOtherInformation

      public Map<String,String> getOtherInformation()
    • setOtherInformation

      public void setOtherInformation(Map<String,String> otherInformation)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • setAuthority

      public void setAuthority(String authority)
    • getAuthority

      public String getAuthority()
    • setVocabularyEntryDetailsRest

      public void setVocabularyEntryDetailsRest(VocabularyEntryDetailsRest vocabularyEntryDetailsRest)
    • getVocabularyEntryDetailsRest

      public VocabularyEntryDetailsRest getVocabularyEntryDetailsRest()
    • getType

      public String getType()
      Specified by:
      getType in interface RestModel