Class EReportingProfileDatasetEntity
- java.lang.Object
-
- org.n52.series.db.beans.ereporting.EReportingProfileDatasetEntity
-
- All Implemented Interfaces:
Serializable
public class EReportingProfileDatasetEntity extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSAMPLING_POINT
-
Constructor Summary
Constructors Constructor Description EReportingProfileDatasetEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EReportingProfileDatasetEntitycopy(EReportingProfileDatasetEntity dataset)EReportingSamplingPointEntitygetSamplingPoint()EReportingProfileDatasetEntitysetSamplingPoint(EReportingSamplingPointEntity samplingPoint)
-
-
-
Field Detail
-
SAMPLING_POINT
public static final String SAMPLING_POINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSamplingPoint
public EReportingSamplingPointEntity getSamplingPoint()
-
setSamplingPoint
public EReportingProfileDatasetEntity setSamplingPoint(EReportingSamplingPointEntity samplingPoint)
-
copy
public EReportingProfileDatasetEntity copy(EReportingProfileDatasetEntity dataset)
-
-