comparison 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
comparison
equal deleted inserted replaced
226:a13382876e5d 227:7f7f6d2c4b2c
26 */ 26 */
27 public String getHash(); 27 public String getHash();
28 28
29 29
30 /** 30 /**
31 * Returns the name of the artifact.
32 *
33 * @return the name-
34 */
35 public String getName();
36
37 /**
31 * Returns the ArtifactDescription. 38 * Returns the ArtifactDescription.
32 * 39 *
33 * @return the artifact description. 40 * @return the artifact description.
34 */ 41 */
35 public ArtifactDescription getArtifactDescription(); 42 public ArtifactDescription getArtifactDescription();

http://dive4elements.wald.intevation.org