comparison artifacts/src/main/java/org/dive4elements/artifacts/Artifact.java @ 512:ff79b8df9aa6

Added getter and setter for name in artifact interface and default artifact.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 30 Apr 2014 15:04:14 +0200
parents 415df0fc4fa1
children 69f99bdf3d65
comparison
equal deleted inserted replaced
510:08c82b4e8b58 512:ff79b8df9aa6
44 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a> 44 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a>
45 */ 45 */
46 public interface Artifact 46 public interface Artifact
47 extends Serializable 47 extends Serializable
48 { 48 {
49 /**
50 * The artifact name.
51 * @return The name of the artifact.
52 */
53 public String getName();
54
55 /**
56 * Set the artifact name.
57 * @param name The name of the artifact.
58 */
59 public void setName(String name);
49 60
50 /** 61 /**
51 * Set a new identifier for this artifact. 62 * Set a new identifier for this artifact.
52 * @param identifier New identifier for this artifact. 63 * @param identifier New identifier for this artifact.
53 */ 64 */

http://dive4elements.wald.intevation.org