comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/Collection.java @ 1464:c899a7ffdc8f

Extract and parse the output settings from describe document and add settings objects to collection. flys-client/trunk@3503 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 20 Dec 2011 15:32:08 +0000
parents 4df2d9a4b9b4
children 3304608baf35
comparison
equal deleted inserted replaced
1463:14ce1c2a9f6c 1464:c899a7ffdc8f
38 38
39 public ThemeList getThemeList(String outName); 39 public ThemeList getThemeList(String outName);
40 40
41 public Settings getSettings(String outName); 41 public Settings getSettings(String outName);
42 42
43 public void setSettings(Map<String, Settings> settings);
44
43 /** Sets mapping outputname to ThemeList. */ 45 /** Sets mapping outputname to ThemeList. */
44 public void setThemeLists(Map<String, ThemeList> map); 46 public void setThemeLists(Map<String, ThemeList> map);
45 47
46 public List<Recommendation> getRecommendations(); 48 public List<Recommendation> getRecommendations();
47 49

http://dive4elements.wald.intevation.org