comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultArtifactStatisticValue.java @ 958:d5d4dbda17cc

Add more Javadocs gnv/trunk@1102 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 18 May 2010 09:51:41 +0000
parents d4d1eb56d725
children 28a0628b11b0
comparison
equal deleted inserted replaced
957:33fb5bf4e62c 958:d5d4dbda17cc
10 /** 10 /**
11 * The UID of this Class. 11 * The UID of this Class.
12 */ 12 */
13 private static final long serialVersionUID = -8409111023127835398L; 13 private static final long serialVersionUID = -8409111023127835398L;
14 14
15 /**
16 * The key of the new Value.
17 */
15 private String key = null; 18 private String key = null;
16 19
20 /**
21 * The value of the Object.
22 */
17 private String value = null; 23 private String value = null;
18 24
19 /** 25 /**
20 * Constructor 26 * Constructor
21 * @param key the key of the new Value 27 * @param key the key of the new Value

http://dive4elements.wald.intevation.org