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
public class VocabularyTerm extends VocabularyTermImmutable implements IVocabularyTerm
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.voidsetUrl(java.lang.String url)Keep for backward-compatibility reasons.-
Methods inherited from class ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.VocabularyTermImmutable
getCode, getDescription, getLabel, getOrdinal, getUrl
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IVocabularyTermImmutable
getCode, getDescription, getLabel, getOrdinal, getUrl
-
-
-
-
Method Detail
-
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
-
setUrl
public void setUrl(java.lang.String url)
Keep for backward-compatibility reasons. Executing the method has no effect.
-
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
-
-