Class MaterialEntityProperty
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractEntityProperty
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.MaterialEntityProperty
-
- All Implemented Interfaces:
IEntityProperty,java.io.Serializable,java.lang.Comparable<IEntityProperty>
public class MaterialEntityProperty extends AbstractEntityProperty
AIEntityPropertyclass that only stores the material value, but not a generic value or a vocabulary term 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 MaterialEntityProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaterialgetMaterial()voidsetMaterial(Material material)voidsetPropertyType(PropertyType propertyType)-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractEntityProperty
compareTo, getOrdinal, getPropertyType, getSample, getValue, getVocabularyTerm, isDynamic, isManaged, isScriptable, setDynamic, setOrdinal, setSample, setScriptable, setValue, setVocabularyTerm, toString, tryGetAsString, tryGetOriginalValue
-
-
-
-
Method Detail
-
setPropertyType
public void setPropertyType(PropertyType propertyType)
- Specified by:
setPropertyTypein interfaceIEntityProperty- Overrides:
setPropertyTypein classAbstractEntityProperty
-
getMaterial
public Material getMaterial()
- Specified by:
getMaterialin interfaceIEntityProperty- Overrides:
getMaterialin classAbstractEntityProperty
-
setMaterial
public void setMaterial(Material material)
- Specified by:
setMaterialin interfaceIEntityProperty- Overrides:
setMaterialin classAbstractEntityProperty
-
-