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
public class VocabularyTerm extends VocabularyTermImmutable implements IVocabularyTerm
-
-
Constructor Summary
Constructors Constructor Description VocabularyTerm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetCode(java.lang.String code)Set the code of the vocabulary term.voidsetDescription(java.lang.String description)Set the description of the vocabulary term.voidsetLabel(java.lang.String label)Set the label of the vocabulary term.voidsetOrdinal(java.lang.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, getVocabularyTerm
-
-
-
-
Method Detail
-
setCode
public void setCode(java.lang.String code)
Description copied from interface:IVocabularyTermSet the code of the vocabulary term.- Specified by:
setCodein interfaceIVocabularyTerm
-
setDescription
public void setDescription(java.lang.String description)
Description copied from interface:IVocabularyTermSet the description of the vocabulary term.- Specified by:
setDescriptionin interfaceIVocabularyTerm
-
setLabel
public void setLabel(java.lang.String label)
Description copied from interface:IVocabularyTermSet the label of the vocabulary term.- Specified by:
setLabelin interfaceIVocabularyTerm
-
setOrdinal
public void setOrdinal(java.lang.Long ordinal)
Description copied from interface:IVocabularyTermSet position of the term in the context of its vocabulary.- Specified by:
setOrdinalin interfaceIVocabularyTerm
-
-