comparison 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
comparison
equal deleted inserted replaced
4324:4980659b2f22 4325:7320830987a3
63 63
64 /** 64 /**
65 * Returns the end time of the observation at this measurement station 65 * Returns the end time of the observation at this measurement station
66 */ 66 */
67 Date getStopTime(); 67 Date getStopTime();
68
69 /**
70 * Returns the name of the gauge in reference to this measurement station
71 */
72 String getGaugeName();
68 } 73 }

http://dive4elements.wald.intevation.org