comparison flys-backend/src/main/java/de/intevation/flys/model/River.java @ 3944:5fea100c5334

Add a new method to River and Gauge classes to return a http url for additional info about the gauge or river. flys-backend/trunk@5548 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Fri, 21 Sep 2012 09:50:33 +0000
parents f210432f4383
children 26084ee6d352
comparison
equal deleted inserted replaced
3943:a5b003595d6c 3944:5fea100c5334
314 } 314 }
315 } 315 }
316 316
317 return result; 317 return result;
318 } 318 }
319
320 /**
321 * Returns a HTTP URL for additional information about this river
322 */
323 public String getInfoURL() {
324 //FIXME fetch url from the database
325 return "https://flys-intern.intevation.de/Flys-3.0/";
326 }
319 } 327 }
320 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 328 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org