comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/DefaultInputData.java @ 615:01054ddccb0f

Repaired multi parameter selection. gnv-artifacts/trunk@685 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 12 Feb 2010 15:36:05 +0000
parents 292fbcd5e9ac
children 58c32df1a44d
comparison
equal deleted inserted replaced
614:e80e37b78302 615:01054ddccb0f
14 */ 14 */
15 private static final long serialVersionUID = 4308041648698108066L; 15 private static final long serialVersionUID = 4308041648698108066L;
16 16
17 private final static String VALUE_SEPARATOR = " , "; 17 private final static String VALUE_SEPARATOR = " , ";
18 18
19 protected String name; 19 protected String name;
20 protected String value; 20 protected String value;
21 protected String description; 21 protected String[] description;
22 protected Object object; 22 protected Object object;
23 23
24 24
25 /** 25 /**
26 * Constructor 26 * Constructor
27 */ 27 */
55 55
56 public Object getObject() { 56 public Object getObject() {
57 return object; 57 return object;
58 } 58 }
59 59
60 public String getDescription() { 60 public String[] getDescription() {
61 return description; 61 return description;
62 } 62 }
63 63
64 public void setDescription(String description) { 64 public void setDescription(String[] description) {
65 this.description = description; 65 this.description = description;
66 } 66 }
67 67
68 /** 68 /**
69 * @see java.lang.Object#toString() 69 * @see java.lang.Object#toString()

http://dive4elements.wald.intevation.org