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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setCode(java.lang.String description)
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.
-
-
-
Method Detail
-
setCode
void setCode(java.lang.String description)
Set the code of the vocabulary term.
-
setDescription
void setDescription(java.lang.String description)
Set the description of the vocabulary term.
-
setLabel
void setLabel(java.lang.String label)
Set the label of the vocabulary term.
-
setOrdinal
void setOrdinal(java.lang.Long ordinal)
Set position of the term in the context of its vocabulary.
-
-