diff src/main/java/de/intevation/lada/validation/LOrtValidator.java @ 263:2098db2e8fbd M1

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 17 Jul 2013 09:40:53 +0200
parents 0de24f5e7c01
children f3c58d3c4bc7
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/validation/LOrtValidator.java	Wed Jul 17 09:40:35 2013 +0200
+++ b/src/main/java/de/intevation/lada/validation/LOrtValidator.java	Wed Jul 17 09:40:53 2013 +0200
@@ -13,7 +13,15 @@
 public class LOrtValidator
 implements Validator
 {
-
+    /**
+     * Validate a LOrt object.
+     *
+     * @param object    The LOrt object.
+     * @param update    The database operation.
+     *                  TRUE indicates that the object should be updated, FALSE
+     *                  if the object is a new Object.
+     * @return Map containing warnings.
+     */
     @Override
     public Map<String, Integer> validate(Object object, boolean update)
     throws ValidationException {
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)