diff artifact-database/src/main/java/de/intevation/artifactdatabase/state/State.java @ 110:33271242e303

Prepared the State and StateData interfaces with methods to add new data to a State and implemented a DefaultStateData class. artifacts/trunk@1301 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 07 Feb 2011 17:35:16 +0000
parents 26bfff409dd3
children 2a9591f76270
line wrap: on
line diff
--- a/artifact-database/src/main/java/de/intevation/artifactdatabase/state/State.java	Mon Feb 07 11:24:07 2011 +0000
+++ b/artifact-database/src/main/java/de/intevation/artifactdatabase/state/State.java	Mon Feb 07 17:35:16 2011 +0000
@@ -51,6 +51,16 @@
 
 
     /**
+     * This method should be used to add a new {@link StateData} object to the
+     * data pool of the state.
+     *
+     * @param name The name of the data object.
+     * @param data The data object.
+     */
+    public void addData(String name, StateData data);
+
+
+    /**
      * Initialize the state based on the state node in the configuration.
      *
      * @param config The state configuration node.

http://dive4elements.wald.intevation.org