Class VocabularyTermEntityProperty
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractEntityProperty
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.VocabularyTermEntityProperty
-
- All Implemented Interfaces:
IEntityProperty
,java.io.Serializable
,java.lang.Comparable<IEntityProperty>
public class VocabularyTermEntityProperty extends AbstractEntityProperty
AIEntityProperty
class that only stores the vocabulary term value, but not a generic value or a material value.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.dto.IEntityProperty
EMPTY_ARRAY
-
-
Constructor Summary
Constructors Constructor Description VocabularyTermEntityProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VocabularyTerm
getVocabularyTerm()
void
setPropertyType(PropertyType propertyType)
void
setVocabularyTerm(VocabularyTerm vocabularyTerm)
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractEntityProperty
compareTo, getMaterial, getOrdinal, getPropertyType, getSample, getValue, isDynamic, isManaged, isScriptable, setDynamic, setMaterial, setOrdinal, setSample, setScriptable, setValue, toString, tryGetAsString, tryGetOriginalValue
-
-
-
-
Method Detail
-
setPropertyType
public void setPropertyType(PropertyType propertyType)
- Specified by:
setPropertyType
in interfaceIEntityProperty
- Overrides:
setPropertyType
in classAbstractEntityProperty
-
getVocabularyTerm
public VocabularyTerm getVocabularyTerm()
- Specified by:
getVocabularyTerm
in interfaceIEntityProperty
- Overrides:
getVocabularyTerm
in classAbstractEntityProperty
-
setVocabularyTerm
public void setVocabularyTerm(VocabularyTerm vocabularyTerm)
- Specified by:
setVocabularyTerm
in interfaceIEntityProperty
- Overrides:
setVocabularyTerm
in classAbstractEntityProperty
-
-