Class GenericEntityProperty
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractEntityProperty
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.GenericEntityProperty
-
- All Implemented Interfaces:
IEntityProperty
,java.io.Serializable
,java.lang.Comparable<IEntityProperty>
- Direct Known Subclasses:
EntityProperty
public class GenericEntityProperty extends AbstractEntityProperty
AIEntityProperty
class that only stores the generic value, but not a vocabulary term value or a material 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 GenericEntityProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getOriginalValue()
java.lang.String
getValue()
void
setOriginalValue(java.lang.String originalValue)
void
setValue(java.lang.String value)
java.lang.String
tryGetOriginalValue()
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractEntityProperty
compareTo, getMaterial, getOrdinal, getPropertyType, getSample, getVocabularyTerm, isDynamic, isManaged, isScriptable, setDynamic, setMaterial, setOrdinal, setPropertyType, setSample, setScriptable, setVocabularyTerm, toString, tryGetAsString
-
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interfaceIEntityProperty
- Overrides:
getValue
in classAbstractEntityProperty
-
setValue
public void setValue(java.lang.String value)
- Specified by:
setValue
in interfaceIEntityProperty
- Overrides:
setValue
in classAbstractEntityProperty
-
tryGetOriginalValue
public java.lang.String tryGetOriginalValue()
- Specified by:
tryGetOriginalValue
in interfaceIEntityProperty
- Overrides:
tryGetOriginalValue
in classAbstractEntityProperty
-
setOriginalValue
public void setOriginalValue(java.lang.String originalValue)
-
getOriginalValue
public java.lang.String getOriginalValue()
-
-