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 TypeMethodDescriptionvoidSet the code of the vocabulary term.voidsetDescription(String description) Set the description of the vocabulary term.voidSet the label of the vocabulary term.voidsetOrdinal(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
Set the code of the vocabulary term. -
setDescription
Set the description of the vocabulary term. -
setLabel
Set the label of the vocabulary term. -
setOrdinal
Set position of the term in the context of its vocabulary.
-