comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/ArtifactDescription.java @ 51:a2923d63f530

Introduced a data structure DataList to manage to list of Data objects of a single state. flys-client/trunk@1505 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 17 Mar 2011 16:44:51 +0000
parents fa0aad20af53
children 3d646d3e8e27
comparison
equal deleted inserted replaced
50:827eb4e06ebf 51:a2923d63f530
16 * Returns the data that have been inserted in former states of the 16 * Returns the data that have been inserted in former states of the
17 * artifact. 17 * artifact.
18 * 18 *
19 * @return the old data of former states. 19 * @return the old data of former states.
20 */ 20 */
21 public Data[] getOldData(); 21 public DataList[] getOldData();
22 22
23 23
24 /** 24 /**
25 * Returns the data with all its options that might be inserted in the 25 * Returns the data with all its options that might be inserted in the
26 * current state of the artifact. 26 * current state of the artifact.
27 * 27 *
28 * @return the current data. 28 * @return the current data.
29 */ 29 */
30 public Data getCurrentData(); 30 public DataList getCurrentData();
31 31
32 32
33 /** 33 /**
34 * Returns the current state as string. 34 * Returns the current state as string.
35 * 35 *

http://dive4elements.wald.intevation.org