comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/DefaultArtifact.java @ 855:2c48d75c4ab7

Minor cosmetics. flys-client/trunk@2647 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 06 Sep 2011 07:14:17 +0000
parents 7f7f6d2c4b2c
children c9549074ecd1
comparison
equal deleted inserted replaced
854:67c678903280 855:2c48d75c4ab7
6 * 6 *
7 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 7 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
8 */ 8 */
9 public class DefaultArtifact implements Artifact { 9 public class DefaultArtifact implements Artifact {
10 10
11 /** The artifact's uuid.*/ 11 /** The artifact's uuid. */
12 protected String uuid; 12 protected String uuid;
13 13
14 /** The artifacts hash value.*/ 14 /** The artifacts hash value. */
15 protected String hash; 15 protected String hash;
16 16
17 /** The current artifact description.*/ 17 /** The current artifact description. */
18 protected ArtifactDescription artifactDescription; 18 protected ArtifactDescription artifactDescription;
19 19
20 /** 20 /**
21 * This constructor should not be used to create new instances of this 21 * This constructor should not be used to create new instances of this
22 * class. An empty artifact without uuid and hash will be the result of 22 * class. An empty artifact without uuid and hash will be the result of

http://dive4elements.wald.intevation.org