@Entity public class ObservedValue extends AbstractEntity implements Entity, Autoid
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENTITY_NAME |
static java.lang.String |
FEATURE |
static java.lang.String |
ID |
static java.lang.String |
OBSERVATIONSET |
static java.lang.String |
VALUE |
| Constructor and Description |
|---|
ObservedValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
get(java.lang.String name)
Generic getter.
|
java.lang.Iterable<java.lang.String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
java.lang.String |
getEntityName() |
ObservableFeature |
getFeature()
Get the References the ObservableFeature that this observation was made on.
|
java.lang.Integer |
getId()
Get the automatically generated internal id, only for internal use..
|
java.lang.Integer |
getIdValue() |
java.util.List<java.lang.String> |
getLabelAttributeNames() |
ObservationSet |
getObservationSet()
Get the Reference to the observation.
|
Value |
getValue()
Get the The value observed.
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(java.lang.String attributeName,
java.lang.Object value) |
void |
setFeature(ObservableFeature feature)
Set the References the ObservableFeature that this observation was made on.
|
void |
setId(java.lang.Integer id)
Set the automatically generated internal id, only for internal use..
|
void |
setObservationSet(ObservationSet observationSet)
Set the Reference to the observation.
|
void |
setValue(Value value)
Set the The value observed.
|
java.lang.String |
toString() |
java.lang.String |
toString(boolean verbose) |
getBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, set, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, setpublic static final java.lang.String ENTITY_NAME
public static final java.lang.String ID
public static final java.lang.String OBSERVATIONSET
public static final java.lang.String FEATURE
public static final java.lang.String VALUE
public java.lang.String getEntityName()
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public ObservationSet getObservationSet()
public void setObservationSet(ObservationSet observationSet)
observationSet - public ObservableFeature getFeature()
public void setFeature(ObservableFeature feature)
feature - public Value getValue()
public void setValue(Value value)
value - public java.lang.Object get(java.lang.String name)
public java.lang.String toString()
toString in class AbstractEntitypublic java.lang.String toString(boolean verbose)
public java.lang.Integer getIdValue()
getIdValue in interface Entitypublic java.lang.Iterable<java.lang.String> getAttributeNames()
getAttributeNames in interface Entitypublic java.util.List<java.lang.String> getLabelAttributeNames()
getLabelAttributeNames in interface Entitypublic void set(java.lang.String attributeName,
java.lang.Object value)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntityCopyright © 2014. All Rights Reserved.