java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.VocabularyTerm
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ControlledVocabularyPropertyType.VocabularyTerm

@JsonObject("VocabularyTermGeneric") public class VocabularyTerm extends Object implements Serializable
Since:
IGeneralInformationService version 1.13
See Also:
  • Constructor Details

  • Method Details

    • getCode

      public String getCode()
    • getLabel

      public String getLabel()
    • getDescription

      public String getDescription()
    • getOrdinal

      public Long getOrdinal()
    • isOfficial

      public Boolean isOfficial()
    • getRegistrationDetails

      public EntityRegistrationDetails getRegistrationDetails()
      Return the vocabulary term registration details.
      Since:
      1.11
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object