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 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.void
setUrl(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: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
-
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:IVocabularyTerm
Set position of the term in the context of its vocabulary.- Specified by:
setOrdinal
in interfaceIVocabularyTerm
-
-