comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/DefaultDataItem.java @ 855:2c48d75c4ab7

Minor cosmetics. flys-client/trunk@2647 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 06 Sep 2011 07:14:17 +0000
parents fa0aad20af53
children
comparison
equal deleted inserted replaced
854:67c678903280 855:2c48d75c4ab7
7 * 7 *
8 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 8 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
9 */ 9 */
10 public class DefaultDataItem implements DataItem { 10 public class DefaultDataItem implements DataItem {
11 11
12 /** The label.*/ 12 /** The label. */
13 protected String label; 13 protected String label;
14 14
15 /** The description.*/ 15 /** The description. */
16 protected String description; 16 protected String description;
17 17
18 /** The value.*/ 18 /** The value. */
19 protected String value; 19 protected String value;
20 20
21 21
22 public DefaultDataItem() { 22 public DefaultDataItem() {
23 } 23 }

http://dive4elements.wald.intevation.org