diff gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/DefaultFIS.java @ 826:32d01e1ce2df

Added more JavaDocs gnv-artifacts/trunk@920 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 13 Apr 2010 12:32:24 +0000
parents feae2f9d6c6f
children 05bf8534a35a
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/DefaultFIS.java	Tue Apr 13 08:50:08 2010 +0000
+++ b/gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/DefaultFIS.java	Tue Apr 13 12:32:24 2010 +0000
@@ -11,9 +11,14 @@
  */
 public class DefaultFIS implements FIS {
 
-
+    /**
+     * The ID of the FIS
+     */
     private String id = null;
 
+    /**
+     * The Parameter which belongs to the FIS.
+     */
     private Collection<Parameter> parameter = null;
 
     /**
@@ -35,16 +40,11 @@
         this.parameter = parameter;
     }
 
-    /**
-     * @return the id.
-     */
+
     public String getID() {
         return this.id;
     }
 
-    /**
-     * @return the parameter collection.
-     */
     public Collection<Parameter> getParameter() {
         return this.parameter;
     }
@@ -76,6 +76,7 @@
         hash = 47 * hash + (this.parameter != null ? this.parameter.hashCode() : 0);
         return hash;
     }
+
     /**
      * @param parameter Collection of parameters.
      */
@@ -92,8 +93,5 @@
             this.parameter = parameter;
         }
     }
-
-
-
 }
 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :
\ No newline at end of file

http://dive4elements.wald.intevation.org