Class VocabularyTerm
java.lang.Object
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.VocabularyTermImmutable
ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.VocabularyTerm
- All Implemented Interfaces:
IVocabularyTerm,IVocabularyTermImmutable
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(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.voidKeep for backward-compatibility reasons.Methods inherited from class ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.VocabularyTermImmutable
getCode, getDescription, getLabel, getOrdinal, getUrlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IVocabularyTermImmutable
getCode, getDescription, getLabel, getOrdinal, getUrl
-
Method Details
-
setDescription
Description copied from interface:IVocabularyTermSet the description of the vocabulary term.- Specified by:
setDescriptionin interfaceIVocabularyTerm
-
setLabel
Description copied from interface:IVocabularyTermSet the label of the vocabulary term.- Specified by:
setLabelin interfaceIVocabularyTerm
-
setUrl
Keep for backward-compatibility reasons. Executing the method has no effect. -
setOrdinal
Description copied from interface:IVocabularyTermSet position of the term in the context of its vocabulary.- Specified by:
setOrdinalin interfaceIVocabularyTerm
-