comparison gwt-client/src/main/java/org/dive4elements/river/client/shared/model/MeasurementStation.java @ 8412:17db08570637

SCHEMA CHANGE: removed superfluous columns station and river_id from measurement_stations and adapted other components accordingly.
author Tom Gottfried <tom@intevation.de>
date Wed, 15 Oct 2014 19:20:26 +0200
parents ea9eef426962
children 71144e25a6c9
comparison
equal deleted inserted replaced
8411:b8c6cb36607e 8412:17db08570637
28 28
29 /** 29 /**
30 * Returns the end KM of the measurement station or null if not available 30 * Returns the end KM of the measurement station or null if not available
31 */ 31 */
32 Double getKmEnd(); 32 Double getKmEnd();
33
34 boolean isKmUp();
35
36 /**
37 * Returns the station km of the measurement station or null if not
38 * available
39 */
40 Double getStation();
41 33
42 /** 34 /**
43 * Returns the river to which this measurement station belongs 35 * Returns the river to which this measurement station belongs
44 */ 36 */
45 String getRiverName(); 37 String getRiverName();

http://dive4elements.wald.intevation.org