Interface IVocabularyTerm

All Superinterfaces:
ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyTermImmutable
All Known Implementing Classes:
VocabularyTerm

public interface IVocabularyTerm extends ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyTermImmutable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setCode(String description)
    Set the code of the vocabulary term.
    void
    setDescription(String description)
    Set the description of the vocabulary term.
    void
    Set the label of the vocabulary term.
    void
    setOrdinal(Long ordinal)
    Set position of the term in the context of its vocabulary.

    Methods inherited from interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyTermImmutable

    getCode, getDescription, getLabel, getOrdinal, getUrl
  • Method Details

    • setCode

      void setCode(String description)
      Set the code of the vocabulary term.
    • setDescription

      void setDescription(String description)
      Set the description of the vocabulary term.
    • setLabel

      void setLabel(String label)
      Set the label of the vocabulary term.
    • setOrdinal

      void setOrdinal(Long ordinal)
      Set position of the term in the context of its vocabulary.