Class VocabularyTerm

    • Constructor Summary

      Constructors 
      Constructor Description
      VocabularyTerm()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setCode​(java.lang.String code)
      Set the code of the vocabulary term.
      void setDescription​(java.lang.String description)
      Set the description of the vocabulary term.
      void setLabel​(java.lang.String label)
      Set the label of the vocabulary term.
      void setOrdinal​(java.lang.Long ordinal)
      Set position of the term in the context of its vocabulary.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyTermImmutable

        getCode, getDescription, getLabel, getOrdinal, getUrl
    • Constructor Detail

      • VocabularyTerm

        public VocabularyTerm()
    • Method Detail

      • setCode

        public void setCode​(java.lang.String code)
        Description copied from interface: IVocabularyTerm
        Set the code of the vocabulary term.
        Specified by:
        setCode in interface IVocabularyTerm
      • setDescription

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

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

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