comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/DefaultData.java @ 1442:4a6814be92ba

Cosmetics, doc. flys-client/trunk@3438 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 16 Dec 2011 13:26:19 +0000
parents f6fbfdc813f0
children d0a9acddbea2
comparison
equal deleted inserted replaced
1441:0271f6747f80 1442:4a6814be92ba
8 * 8 *
9 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 9 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
10 */ 10 */
11 public class DefaultData implements Data { 11 public class DefaultData implements Data {
12 12
13 /** The label of this Data object.*/ 13 /** The label of this Data object. */
14 protected String label; 14 protected String label;
15 15
16 /** The description.*/ 16 /** The description. */
17 protected String description; 17 protected String description;
18 18
19 /** The type.*/ 19 /** The type. */
20 protected String type; 20 protected String type;
21 21
22 /** The DataItems.*/ 22 /** The DataItems. */
23 protected DataItem[] items; 23 protected DataItem[] items;
24 24
25 /** The default DataItem.*/ 25 /** The default DataItem. */
26 protected DataItem defaultItem; 26 protected DataItem defaultItem;
27 27
28 28
29 public DefaultData() { 29 public DefaultData() {
30 } 30 }

http://dive4elements.wald.intevation.org