comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactStatisticValue.java @ 693:d4d1eb56d725

Added more JavaDocs gnv/trunk@919 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 13 Apr 2010 12:10:15 +0000
parents 254f062e334b
children 89ade245ca7a
comparison
equal deleted inserted replaced
692:22567e7fa381 693:d4d1eb56d725
1 package de.intevation.gnv.artifactdatabase.objects; 1 package de.intevation.gnv.artifactdatabase.objects;
2 2
3 import java.io.Serializable; 3 import java.io.Serializable;
4 4
5 /** 5 /**
6 * This is the Interfacedefinition for Statistic values that belongs
7 * to an Artifact.
6 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 8 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
7 * 9 *
8 */ 10 */
9 public interface ArtifactStatisticValue extends Serializable { 11 public interface ArtifactStatisticValue extends Serializable {
10 12
13 /**
14 * Returns the Key of the Object
15 * @return the Key of the Object
16 */
11 String getKey(); 17 String getKey();
12 18
19 /**
20 * Returns the stored Value
21 * @return the stored Value
22 */
13 String getValue(); 23 String getValue();
14 } 24 }
15 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 : 25 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org