comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/describedata/DefaultKeyValueDescribeData.java @ 171:7fb9441dd8af

Format Code to max 80 Chars per Row and Cleanup gnv-artifacts/trunk@208 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 09 Oct 2009 07:54:48 +0000
parents 5eb62df21f9a
children
comparison
equal deleted inserted replaced
170:7be22e76c270 171:7fb9441dd8af
1 /** 1 /**
2 * 2 *
3 */ 3 */
4 package de.intevation.gnv.transition.describedata; 4 package de.intevation.gnv.transition.describedata;
5
5 /** 6 /**
6 * @author Tim Englich <tim.englich@intevation.de> 7 * @author Tim Englich <tim.englich@intevation.de>
7 * 8 *
8 */ 9 */
9 public class DefaultKeyValueDescribeData implements KeyValueDescibeData { 10 public class DefaultKeyValueDescribeData implements KeyValueDescibeData {
10 11
11 /** 12 /**
12 * 13 *
13 */ 14 */
14 private static final long serialVersionUID = -924469415242703108L; 15 private static final long serialVersionUID = -924469415242703108L;
15 16
16 private String key; 17 private String key;
17 18
18 private String value = null; 19 private String value = null;
19 20
20 private boolean selected = false; 21 private boolean selected = false;
21 22
22 public DefaultKeyValueDescribeData(String key, String value) { 23 public DefaultKeyValueDescribeData(String key, String value) {
23 super(); 24 super();
24 this.key = key; 25 this.key = key;
25 this.value = value; 26 this.value = value;
26 } 27 }
27 28
28 /** 29 /**
29 * @see de.intevation.gnv.transition.describedata.KeyValueDescibeData#getKey() 30 * @see de.intevation.gnv.transition.describedata.KeyValueDescibeData#getKey()
30 */ 31 */
31 public String getKey() { 32 public String getKey() {
32 return this.key; 33 return this.key;
33 } 34 }
34 35
35 /** 36 /**
36 * @see de.intevation.gnv.transition.describedata.KeyValueDescibeData#getValue() 37 * @see de.intevation.gnv.transition.describedata.KeyValueDescibeData#getValue()
37 */ 38 */

http://dive4elements.wald.intevation.org