comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/PropertySetting.java @ 1478:237e7450ae2e

Save output settings in chart properties dialog. flys-client/trunk@3524 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 22 Dec 2011 12:46:23 +0000
parents 14ce1c2a9f6c
children 3304608baf35
comparison
equal deleted inserted replaced
1477:6e694603cde1 1478:237e7450ae2e
45 45
46 public void setValue(String value) { 46 public void setValue(String value) {
47 this.value = value; 47 this.value = value;
48 } 48 }
49 49
50 public void setAttribute(String key, String Value) { 50 public void setAttribute(String k, String v) {
51 attributes.put(key, value); 51 attributes.put(k, v);
52 } 52 }
53 53
54 public String getName() { 54 public String getName() {
55 return this.name; 55 return this.name;
56 } 56 }

http://dive4elements.wald.intevation.org