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