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
AIEntityPropertyclass 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 VocabularyTermgetVocabularyTerm()voidsetPropertyType(PropertyType propertyType)voidsetVocabularyTerm(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:
setPropertyTypein interfaceIEntityProperty- Overrides:
setPropertyTypein classAbstractEntityProperty
-
getVocabularyTerm
public VocabularyTerm getVocabularyTerm()
- Specified by:
getVocabularyTermin interfaceIEntityProperty- Overrides:
getVocabularyTermin classAbstractEntityProperty
-
setVocabularyTerm
public void setVocabularyTerm(VocabularyTerm vocabularyTerm)
- Specified by:
setVocabularyTermin interfaceIEntityProperty- Overrides:
setVocabularyTermin classAbstractEntityProperty
-
-