Mercurial > dive4elements > framework
comparison ChangeLog @ 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 | ab646e0f5569 |
children | 901f384ddad9 |
comparison
equal
deleted
inserted
replaced
109:ab646e0f5569 | 110:33271242e303 |
---|---|
1 2011-02-07 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/State.java: | |
4 Added a method to add new StateData objects to the State. | |
5 | |
6 * artifact-database/src/main/java/de/intevation/artifactdatabase/data/StateData.java: | |
7 Added a new method to the StateData interface to set the value of the | |
8 object. | |
9 | |
10 * artifact-database/src/main/java/de/intevation/artifactdatabase/data/DefaultStateData.java: | |
11 New. A default implementation of the StateData. | |
12 | |
1 2011-02-07 Ingo Weinzierl <ingo@intevation.de> | 13 2011-02-07 Ingo Weinzierl <ingo@intevation.de> |
2 | 14 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/ProtocolUtils.java: | 15 * artifact-database/src/main/java/de/intevation/artifactdatabase/ProtocolUtils.java: |
4 Added new methods to append the current state and the reachable states to | 16 Added new methods to append the current state and the reachable states to |
5 a root node. | 17 a root node. |