comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/Collection.java @ 1439:4df2d9a4b9b4

Added interfaces and container for output settings. Added settings container to collection. Extract settings from describe collection document. flys-client/trunk@3420 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 15 Dec 2011 08:29:04 +0000
parents f6fbfdc813f0
children c899a7ffdc8f
comparison
equal deleted inserted replaced
1438:432180235caf 1439:4df2d9a4b9b4
36 36
37 public Map<String, OutputMode> getOutputModes(); 37 public Map<String, OutputMode> getOutputModes();
38 38
39 public ThemeList getThemeList(String outName); 39 public ThemeList getThemeList(String outName);
40 40
41 public Settings getSettings(String outName);
42
41 /** Sets mapping outputname to ThemeList. */ 43 /** Sets mapping outputname to ThemeList. */
42 public void setThemeLists(Map<String, ThemeList> map); 44 public void setThemeLists(Map<String, ThemeList> map);
43 45
44 public List<Recommendation> getRecommendations(); 46 public List<Recommendation> getRecommendations();
45 47

http://dive4elements.wald.intevation.org