java.lang.Object
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.VocabularyTermImmutable
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.VocabularyTerm
All Implemented Interfaces:
IVocabularyTerm, IVocabularyTermImmutable

public class VocabularyTerm extends VocabularyTermImmutable implements IVocabularyTerm
  • Method Details

    • setDescription

      public void setDescription(String description)
      Description copied from interface: IVocabularyTerm
      Set the description of the vocabulary term.
      Specified by:
      setDescription in interface IVocabularyTerm
    • setLabel

      public void setLabel(String label)
      Description copied from interface: IVocabularyTerm
      Set the label of the vocabulary term.
      Specified by:
      setLabel in interface IVocabularyTerm
    • setUrl

      public void setUrl(String url)
      Keep for backward-compatibility reasons. Executing the method has no effect.
    • setOrdinal

      public void setOrdinal(Long ordinal)
      Description copied from interface: IVocabularyTerm
      Set position of the term in the context of its vocabulary.
      Specified by:
      setOrdinal in interface IVocabularyTerm