comparison artifact-database/src/main/java/de/intevation/artifactdatabase/data/StateData.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 93a774fe2bb4
comparison
equal deleted inserted replaced
109:ab646e0f5569 110:33271242e303
43 * Returns the value of the data object. 43 * Returns the value of the data object.
44 * 44 *
45 * @return the value. 45 * @return the value.
46 */ 46 */
47 public Object getValue(); 47 public Object getValue();
48
49
50 /**
51 * Set the value of this data object.
52 *
53 * @param value The new value for this data object.
54 */
55 public void setValue(Object value);
48 } 56 }
49 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 : 57 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org