Class VocabularyTerm
java.lang.Object
ch.systemsx.cisd.etlserver.registrator.api.v2.impl.VocabularyTermImmutable
ch.systemsx.cisd.etlserver.registrator.api.v2.impl.VocabularyTerm
- All Implemented Interfaces:
IVocabularyTerm,ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyTermImmutable
-
Constructor Summary
Constructors -
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 class ch.systemsx.cisd.etlserver.registrator.api.v2.impl.VocabularyTermImmutable
getCode, getDescription, getLabel, getOrdinal, getUrl, getVocabularyTermMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IVocabularyTermImmutable
getCode, getDescription, getLabel, getOrdinal, getUrl
-
Constructor Details
-
VocabularyTerm
public VocabularyTerm()
-
-
Method Details
-
setCode
Description copied from interface:IVocabularyTermSet the code of the vocabulary term.- Specified by:
setCodein interfaceIVocabularyTerm
-
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
-
setOrdinal
Description copied from interface:IVocabularyTermSet position of the term in the context of its vocabulary.- Specified by:
setOrdinalin interfaceIVocabularyTerm
-