Mercurial > dive4elements > river
changeset 7844:2abcd7df4e5d
Removed name and getter for name (Moved to DefaultArtifact).
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 30 Apr 2014 15:16:42 +0200 |
parents | 2e45ff3f249b |
children | 4e264d6c6e06 |
files | artifacts/src/main/java/org/dive4elements/river/artifacts/D4EArtifact.java |
diffstat | 1 files changed, 0 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/D4EArtifact.java Wed Apr 30 15:15:35 2014 +0200 +++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/D4EArtifact.java Wed Apr 30 15:16:42 2014 +0200 @@ -103,9 +103,6 @@ /** The identifiers of previous states on a stack. */ protected List<String> previousStateIds; - /** The name of the artifact. */ - protected String name; - /** The data that have been inserted into this artifact. */ private Map<String, StateData> data; @@ -175,16 +172,6 @@ /** - * Returns the name of the concrete artifact. - * - * @return the name of the concrete artifact. - */ - public String getName() { - return name; - } - - - /** * Initialize the artifact and insert new data if <code>data</code> contains * information necessary for this artifact. *