diff gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactDescription.java @ 12:4ebe57b170d3

Integration of moving through the Artifact-States and rendering the UI. gnv/trunk@91 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 16 Sep 2009 07:44:26 +0000
parents a4cb6d175a6e
children 07e9c137a2f1
line wrap: on
line diff
--- a/gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactDescription.java	Tue Sep 15 14:19:55 2009 +0000
+++ b/gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactDescription.java	Wed Sep 16 07:44:26 2009 +0000
@@ -16,36 +16,42 @@
     /**
      * @return the currentUI
      */
-    public abstract Node getCurrentUI();
+    public Node getCurrentUI();
 
     /**
       @param currentUI the currentUI to set
      */
-    public abstract void setCurrentUI(Node currentUI);
+    public void setCurrentUI(Node currentUI);
 
     /**
       @param currentOut the currentOut to set
      */
-    public abstract void setCurrentOut(Node currentOut);
+    public void setCurrentOut(Node currentOut);
 
     /**
      * @return the reachableStates
      */
-    public abstract Collection<String> getReachableStates();
-
+    public Collection<String> getReachableStates();
     /**
       @param reachableStates the reachableStates to set
      */
-    public abstract void setReachableStates(Collection<String> reachableStates);
+    public void setReachableStates(Collection<String> reachableStates);
 
     /**
      * @return the currentState
      */
-    public abstract String getCurrentState();
+    public String getCurrentState();
 
     /**
       @param currentState the currentState to set
      */
-    public abstract void setCurrentState(String currentState);
+    public void setCurrentState(String currentState);
+    
+    /**
+     * @return the reachableStates
+     */
+    public Collection<String> getInputParameter();
+    
+    public void setInputParameter(Collection<String> inputParameter);
 
 }
\ No newline at end of file

http://dive4elements.wald.intevation.org