comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/GaugeInfo.java @ 3838:70976b711b7e

Extend RiverInfo and GaugeInfo to store also the info http url flys-client/trunk@5553 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Fri, 21 Sep 2012 10:52:42 +0000
parents dc505433173f
children 8e169e4e1b57
comparison
equal deleted inserted replaced
3837:6b2ae2ec5b01 3838:70976b711b7e
61 61
62 /** 62 /**
63 * Returns the wst unit as a String 63 * Returns the wst unit as a String
64 */ 64 */
65 String getWstUnit(); 65 String getWstUnit();
66
67 /**
68 * Returns the URL where to find additional information about this gauge
69 */
70 String getInfoURL();
66 } 71 }

http://dive4elements.wald.intevation.org