@Entity public class ObservationSet extends AbstractEntity implements Entity, Autoid
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME |
static String |
ID |
static String |
IDENTIFIER |
static String |
PARTOFDATASET |
static String |
TIME |
| Constructor and Description |
|---|
ObservationSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getId()
Get the automatically generated internal id, only for internal use..
|
String |
getIdentifier()
Get the user supplied or automatically assigned (using a decorator) unique and short identifier, e.g.
|
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
DataSet |
getPartOfDataSet()
Get the DataSet this ValueSet is part of..
|
Date |
getTime()
Get the Time of this observationSet.
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setId(Integer id)
Set the automatically generated internal id, only for internal use..
|
void |
setIdentifier(String identifier)
Set the user supplied or automatically assigned (using a decorator) unique and short identifier, e.g.
|
void |
setPartOfDataSet(DataSet partOfDataSet)
Set the DataSet this ValueSet is part of..
|
void |
setTime(Date time)
Set the Time of this observationSet.
|
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 IDENTIFIER
public static final String PARTOFDATASET
public static final String TIME
public String getEntityName()
public Integer getId()
public void setId(Integer id)
public String getIdentifier()
public void setIdentifier(String identifier)
identifier - public DataSet getPartOfDataSet()
public void setPartOfDataSet(DataSet partOfDataSet)
partOfDataSet - public Date getTime()
public void setTime(Date time)
time - 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.