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 void
setCode(java.lang.String code)
Set the code of the vocabulary term.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 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:IVocabularyTerm
Set the code of the vocabulary term.- Specified by:
setCode
in interfaceIVocabularyTerm
-
setDescription
public void setDescription(java.lang.String description)
Description copied from interface:IVocabularyTerm
Set the description of the vocabulary term.- Specified by:
setDescription
in interfaceIVocabularyTerm
-
setLabel
public void setLabel(java.lang.String label)
Description copied from interface:IVocabularyTerm
Set the label of the vocabulary term.- Specified by:
setLabel
in interfaceIVocabularyTerm
-
setOrdinal
public void setOrdinal(java.lang.Long ordinal)
Description copied from interface:IVocabularyTerm
Set position of the term in the context of its vocabulary.- Specified by:
setOrdinal
in interfaceIVocabularyTerm
-
-