comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/DataList.java @ 1296:c087137a8584

Cosmetics. flys-client/trunk@2917 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 10 Oct 2011 09:06:01 +0000
parents a7179e3a774e
children 69a498896c9c
comparison
equal deleted inserted replaced
1295:d9cb362b8b34 1296:c087137a8584
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 DataList implements Serializable, Cloneable { 10 public class DataList implements Serializable, Cloneable {
11 11
12 /** The list of Data objects managed by this list.*/ 12 /** The list of Data objects managed by this list. */
13 protected List<Data> data; 13 protected List<Data> data;
14 14
15 /** The name of the state that this list belongs to.*/ 15 /** The name of the state that this list belongs to. */
16 protected String state; 16 protected String state;
17 17
18 /** The name of a UIProvider that is recommended to render this DataList.*/ 18 /** The name of a UIProvider that is recommended to render this DataList. */
19 protected String uiprovider; 19 protected String uiprovider;
20 20
21 /** The label that should be used to label data objects.*/ 21 /** The label that should be used to label data objects. */
22 protected String label; 22 protected String label;
23 23
24 24
25 /** 25 /**
26 * The default constructor that creates a new DataList without Data objects 26 * The default constructor that creates a new DataList without Data objects

http://dive4elements.wald.intevation.org