Class VocabularyTerm

    • Method Detail

      • 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
      • setUrl

        public void setUrl​(java.lang.String url)
        Keep for backward-compatibility reasons. Executing the method has no effect.
      • 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