diff flys-client/src/main/java/de/intevation/flys/client/shared/model/MeasurementStation.java @ 4325:7320830987a3

Add the gauge name to the MeasurementStation client class The reference gauge should be displayed in the measurement station info panel.
author Björn Ricks <bjoern.ricks@intevation.de>
date Tue, 30 Oct 2012 13:02:45 +0100
parents 82c1e911dd71
children
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/shared/model/MeasurementStation.java	Tue Oct 30 12:49:17 2012 +0100
+++ b/flys-client/src/main/java/de/intevation/flys/client/shared/model/MeasurementStation.java	Tue Oct 30 13:02:45 2012 +0100
@@ -65,4 +65,9 @@
      * Returns the end time of the observation at this measurement station
      */
     Date getStopTime();
+
+    /**
+     * Returns the name of the gauge in reference to this measurement station
+     */
+    String getGaugeName();
 }

http://dive4elements.wald.intevation.org