diff src/main/java/de/intevation/lada/model/query/QueryConfig.java @ 366:567ce7697fc7 0.5

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 10 Sep 2013 15:55:54 +0200
parents b196ef9d8645
children 183f8116d9a6
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/model/query/QueryConfig.java	Tue Sep 10 10:17:32 2013 +0200
+++ b/src/main/java/de/intevation/lada/model/query/QueryConfig.java	Tue Sep 10 15:55:54 2013 +0200
@@ -2,7 +2,17 @@
 
 import java.util.List;
 
+import de.intevation.lada.model.LProbeInfo;
 
+/**
+ * Container for SQL query configuration.
+ *
+ * The server can filter {@link LProbeInfo} objects by configurable SQL queries
+ * as described in the project wiki (<link>https://bfs-intern.intevation.de/Server/Suche</link>).
+ * This container is used to store the config at runtime.
+ *
+ * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
+ */
 public class QueryConfig
 {
     int id;
@@ -80,7 +90,7 @@
     }
 
     /**
-     * @param filter the filter to set
+     * @param filters the filter to set
      */
     public void setFilters(List<QueryFilter> filters) {
         this.filters = filters;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)