comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/MeasurementStation.java @ 4265:d5d68c5bf085

Add id, kmup and operator to MeasurementStation model Also add getters for these variables
author Björn Ricks <bjoern.ricks@intevation.de>
date Fri, 26 Oct 2012 12:13:38 +0200
parents fc742c039f30
children 82c1e911dd71
comparison
equal deleted inserted replaced
4264:31c017420502 4265:d5d68c5bf085
20 /** 20 /**
21 * Returns the end KM of the measurement station or null if not available 21 * Returns the end KM of the measurement station or null if not available
22 */ 22 */
23 Double getKmEnd(); 23 Double getKmEnd();
24 24
25 boolean isKmUp();
26
25 /** 27 /**
26 * Returns the station km of the measurement station or null if not 28 * Returns the station km of the measurement station or null if not
27 * available 29 * available
28 */ 30 */
29 Double getStation(); 31 Double getStation();
40 42
41 /** 43 /**
42 * Returns the type of the measurement station 44 * Returns the type of the measurement station
43 */ 45 */
44 String getMeasurementType(); 46 String getMeasurementType();
47
48 /**
49 * Returns the ID of the measurement station
50 */
51 Integer getID();
52
53 /**
54 * Returns the operator of the measurement station
55 */
56 String getOperator();
45 } 57 }

http://dive4elements.wald.intevation.org