comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/GaugeInfo.java @ 3847:f3b821735e39

Calculate the info url via i18n Don't fetch the info url from the artifact service and use i18n to calculate the url by using the official gauge and river number. flys-client/trunk@5582 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Mon, 24 Sep 2012 08:39:22 +0000
parents 8e169e4e1b57
children c434dd2e84cf
comparison
equal deleted inserted replaced
3846:84a48acabd78 3847:f3b821735e39
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 66
67 /** 67 /**
68 * Returns the URL where to find additional information about this gauge
69 */
70 String getInfoURL();
71
72 /**
73 * Returns the official number of this gauge 68 * Returns the official number of this gauge
74 */ 69 */
75 Long getOfficialNumber(); 70 Long getOfficialNumber();
76 } 71 }

http://dive4elements.wald.intevation.org