Interface IVocabularyTerm
-
- All Superinterfaces:
IVocabularyTermImmutable
- All Known Implementing Classes:
VocabularyTerm
public interface IVocabularyTerm extends IVocabularyTermImmutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IVocabularyTermImmutable
getCode, getDescription, getLabel, getOrdinal, getUrl
-
-
-
-
Method Detail
-
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.
-
-