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.String
getCode()
Return the term's code.java.lang.String
getDescription()
Return the term's description.java.lang.String
getLabel()
Return the term's label.java.lang.Long
getOrdinal()
Return the position of the term in the context of a vocabulary.java.lang.String
getUrl()
Return an associated URL specifying additional information for the vocabulary term.
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
Description copied from interface:IVocabularyTermImmutable
Return the term's code.- Specified by:
getCode
in interfaceIVocabularyTermImmutable
-
getDescription
public java.lang.String getDescription()
Description copied from interface:IVocabularyTermImmutable
Return the term's description.- Specified by:
getDescription
in interfaceIVocabularyTermImmutable
-
getLabel
public java.lang.String getLabel()
Description copied from interface:IVocabularyTermImmutable
Return the term's label.- Specified by:
getLabel
in interfaceIVocabularyTermImmutable
-
getUrl
public java.lang.String getUrl()
Description copied from interface:IVocabularyTermImmutable
Return an associated URL specifying additional information for the vocabulary term.- Specified by:
getUrl
in interfaceIVocabularyTermImmutable
-
getOrdinal
public java.lang.Long getOrdinal()
Description copied from interface:IVocabularyTermImmutable
Return the position of the term in the context of a vocabulary.- Specified by:
getOrdinal
in interfaceIVocabularyTermImmutable
-
-