Class VocabularyEntryDetailsRest

All Implemented Interfaces:
Serializable, RestModel

@LinkRest(name="parent",method="getParent") @LinkRest(name="children",method="getChildren") public class VocabularyEntryDetailsRest extends BaseObjectRest<String>
The Vocabulary Entry Details REST Resource
Author:
Andrea Bollini (andrea.bollini at 4science.it)
See Also:
  • Field Details

  • Constructor Details

    • VocabularyEntryDetailsRest

      public VocabularyEntryDetailsRest()
  • 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)
    • getName

      public static String getName()
    • getVocabularyName

      public String getVocabularyName()
    • setVocabularyName

      public void setVocabularyName(String vocabularyName)
    • getCategory

      public String getCategory()
      Specified by:
      getCategory in class RestAddressableModel
    • getType

      public String getType()
    • getTypePlural

      public String getTypePlural()
    • getController

      public Class getController()
      Specified by:
      getController in class RestAddressableModel
    • isSelectable

      public Boolean isSelectable()
    • setSelectable

      public void setSelectable(Boolean selectable)
    • setInHierarchicalVocabulary

      public void setInHierarchicalVocabulary(boolean isInHierarchicalVocabulary)
    • isInHierarchicalVocabulary

      public boolean isInHierarchicalVocabulary()