diff 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
line wrap: on
line diff
--- a/gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactStatisticValue.java	Tue Apr 13 08:47:40 2010 +0000
+++ b/gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactStatisticValue.java	Tue Apr 13 12:10:15 2010 +0000
@@ -3,13 +3,23 @@
 import java.io.Serializable;
 
 /**
+ * This is the Interfacedefinition for Statistic values that belongs
+ * to an Artifact.
  * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
  *
  */
 public interface ArtifactStatisticValue extends Serializable {
 
+    /**
+     * Returns the Key of the Object
+     * @return the Key of the Object
+     */
     String getKey();
 
+    /**
+     * Returns the stored Value
+     * @return the stored Value
+     */
     String getValue();
 }
 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :
\ No newline at end of file

http://dive4elements.wald.intevation.org