comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/RiverInfo.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 70976b711b7e
children 7a889098bcc6
comparison
equal deleted inserted replaced
3846:84a48acabd78 3847:f3b821735e39
45 * Returns the max q value of the river 45 * Returns the max q value of the river
46 */ 46 */
47 Double getMaxQ(); 47 Double getMaxQ();
48 48
49 /** 49 /**
50 * Returns the URL where to find additional information about this river 50 * Returns the official number of the river
51 */ 51 */
52 String getInfoURL(); 52 Long getOfficialNumber();
53 } 53 }
54 54
55 55

http://dive4elements.wald.intevation.org