Class VocabularyTermImmutable
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.VocabularyTermImmutable
-
- All Implemented Interfaces:
IVocabularyTermImmutable
- Direct Known Subclasses:
VocabularyTerm
public class VocabularyTermImmutable extends java.lang.Object implements IVocabularyTermImmutable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()Return the term's code.java.lang.StringgetDescription()Return the term's description.java.lang.StringgetLabel()Return the term's label.java.lang.LonggetOrdinal()Return the position of the term in the context of a vocabulary.java.lang.StringgetUrl()Return an associated URL specifying additional information for the vocabulary term.
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
Description copied from interface:IVocabularyTermImmutableReturn the term's code.- Specified by:
getCodein interfaceIVocabularyTermImmutable
-
getDescription
public java.lang.String getDescription()
Description copied from interface:IVocabularyTermImmutableReturn the term's description.- Specified by:
getDescriptionin interfaceIVocabularyTermImmutable
-
getLabel
public java.lang.String getLabel()
Description copied from interface:IVocabularyTermImmutableReturn the term's label.- Specified by:
getLabelin interfaceIVocabularyTermImmutable
-
getUrl
public java.lang.String getUrl()
Description copied from interface:IVocabularyTermImmutableReturn an associated URL specifying additional information for the vocabulary term.- Specified by:
getUrlin interfaceIVocabularyTermImmutable
-
getOrdinal
public java.lang.Long getOrdinal()
Description copied from interface:IVocabularyTermImmutableReturn the position of the term in the context of a vocabulary.- Specified by:
getOrdinalin interfaceIVocabularyTermImmutable
-
-