diff flys-client/src/main/java/de/intevation/flys/client/shared/model/Artifact.java @ 227:7f7f6d2c4b2c

We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now. flys-client/trunk@1673 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 12 Apr 2011 13:46:33 +0000
parents fc616c192902
children c9549074ecd1
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/shared/model/Artifact.java	Tue Apr 12 13:11:46 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/shared/model/Artifact.java	Tue Apr 12 13:46:33 2011 +0000
@@ -28,6 +28,13 @@
 
 
     /**
+     * Returns the name of the artifact.
+     *
+     * @return the name-
+     */
+    public String getName();
+
+    /**
      * Returns the ArtifactDescription.
      *
      * @return the artifact description.

http://dive4elements.wald.intevation.org