Class EntityProperty
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractEntityProperty
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.GenericEntityProperty
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.EntityProperty
-
- All Implemented Interfaces:
IEntityProperty
,java.io.Serializable
,java.lang.Comparable<IEntityProperty>
public class EntityProperty extends GenericEntityProperty
The generic entity property.- 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 EntityProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Material
getMaterial()
VocabularyTerm
getVocabularyTerm()
void
setMaterial(Material material)
void
setVocabularyTerm(VocabularyTerm vocabularyTerm)
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.GenericEntityProperty
getOriginalValue, getValue, setOriginalValue, setValue, tryGetOriginalValue
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractEntityProperty
compareTo, getOrdinal, getPropertyType, getSample, isDynamic, isManaged, isScriptable, setDynamic, setOrdinal, setPropertyType, setSample, setScriptable, toString, tryGetAsString
-
-
-
-
Method Detail
-
getMaterial
public Material getMaterial()
- Specified by:
getMaterial
in interfaceIEntityProperty
- Overrides:
getMaterial
in classAbstractEntityProperty
-
setMaterial
public void setMaterial(Material material)
- Specified by:
setMaterial
in interfaceIEntityProperty
- Overrides:
setMaterial
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
-
-