Package org.n52.series.db.beans
Class SamplingGeometryEntity
- java.lang.Object
-
- org.n52.series.db.beans.IdEntity
-
- org.n52.series.db.beans.SamplingGeometryEntity
-
- All Implemented Interfaces:
Serializable,HibernateRelations.HasId
public class SamplingGeometryEntity extends IdEntity
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.n52.series.db.beans.IdEntity
PROPERTY_ID
-
-
Constructor Summary
Constructors Constructor Description SamplingGeometryEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasetEntitygetDataset()GeometryEntitygetGeometryEntity()DategetTimestamp()voidsetDataset(DatasetEntity dataset)voidsetGeometryEntity(GeometryEntity geometryEntity)voidsetTimestamp(Date timestamp)
-
-
-
Method Detail
-
getTimestamp
public Date getTimestamp()
-
setTimestamp
public void setTimestamp(Date timestamp)
-
getGeometryEntity
public GeometryEntity getGeometryEntity()
-
setGeometryEntity
public void setGeometryEntity(GeometryEntity geometryEntity)
-
getDataset
public DatasetEntity getDataset()
-
setDataset
public void setDataset(DatasetEntity dataset)
-
-