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
AIEntityProperty
class 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 Material
getMaterial()
void
setMaterial(Material material)
void
setPropertyType(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:
setPropertyType
in interfaceIEntityProperty
- Overrides:
setPropertyType
in classAbstractEntityProperty
-
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
-
-