comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/RiverInfo.java @ 4249:7a889098bcc6

Extend the client RiverInfo model to support MeasurementStations Add method to receive the MeasurementStations from a RiverInfo. Also add methods to set the GaugeInfo and MeasurementStation to the DefaultRiverInfo.
author Björn Ricks <bjoern.ricks@intevation.de>
date Wed, 24 Oct 2012 17:00:37 +0200
parents f3b821735e39
children
comparison
equal deleted inserted replaced
4248:fc742c039f30 4249:7a889098bcc6
48 48
49 /** 49 /**
50 * Returns the official number of the river 50 * Returns the official number of the river
51 */ 51 */
52 Long getOfficialNumber(); 52 Long getOfficialNumber();
53
54 /**
55 * Returns the MeasurementStations on this river or null if they aren't
56 * available.
57 */
58 List<MeasurementStation> getMeasurementStations();
53 } 59 }
54 60
55 61

http://dive4elements.wald.intevation.org