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