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 MaterialgetMaterial()VocabularyTermgetVocabularyTerm()voidsetMaterial(Material material)voidsetVocabularyTerm(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:
getMaterialin interfaceIEntityProperty- Overrides:
getMaterialin classAbstractEntityProperty
-
setMaterial
public void setMaterial(Material material)
- Specified by:
setMaterialin interfaceIEntityProperty- Overrides:
setMaterialin 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
-
-