comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/OutputSettings.java @ 3509:bb5edff31866

Cosmetics. flys-client/trunk@5279 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 28 Aug 2012 13:10:14 +0000
parents 3304608baf35
children
comparison
equal deleted inserted replaced
3508:60984be9bcfa 3509:bb5edff31866
25 this.name = name; 25 this.name = name;
26 this.categories = new HashMap<String, List<Property> >(); 26 this.categories = new HashMap<String, List<Property> >();
27 } 27 }
28 28
29 29
30 /** Set output name. */
30 public void setName(String name) { 31 public void setName(String name) {
31 this.name = name; 32 this.name = name;
32 } 33 }
33 34
34 35
36 /** Get output name. */
35 public String getName() { 37 public String getName() {
36 return this.name; 38 return this.name;
37 } 39 }
38 40
39 41
66 clone.setSettings(s, cloneList); 68 clone.setSettings(s, cloneList);
67 } 69 }
68 return clone; 70 return clone;
69 } 71 }
70 } 72 }
73 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :
74

http://dive4elements.wald.intevation.org