diff flys-client/src/main/java/de/intevation/flys/client/shared/model/MeasurementStation.java @ 4287:82c1e911dd71

Add start and end time of an observation on a measurement station Add start and end time of an observation on a measurement station to the MeasurementStation classes.
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 29 Oct 2012 09:54:31 +0100
parents d5d68c5bf085
children 7320830987a3
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/shared/model/MeasurementStation.java	Mon Oct 29 09:12:16 2012 +0100
+++ b/flys-client/src/main/java/de/intevation/flys/client/shared/model/MeasurementStation.java	Mon Oct 29 09:54:31 2012 +0100
@@ -1,6 +1,7 @@
 package de.intevation.flys.client.shared.model;
 
 import java.io.Serializable;
+import java.util.Date;
 
 /**
  * @author <a href="mailto:bjoern.ricks@intevation.de">Björn Ricks</a>
@@ -54,4 +55,14 @@
      * Returns the operator of the measurement station
      */
     String getOperator();
+
+    /**
+     * Returns the start time of the observation at this measurement station
+     */
+    Date getStartTime();
+
+    /**
+     * Returns the end time of the observation at this measurement station
+     */
+    Date getStopTime();
 }

http://dive4elements.wald.intevation.org