comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/FixAnalysisArtifact.java @ 4309:7d796197e20a

Added some grumpy javadoc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 29 Oct 2012 16:46:17 +0100
parents 6b5920c7ea6e
children acfd48384835
comparison
equal deleted inserted replaced
4308:7091e9e4fe2e 4309:7d796197e20a
4 4
5 import com.google.gwt.core.client.GWT; 5 import com.google.gwt.core.client.GWT;
6 6
7 7
8 /** 8 /**
9 * The Fixanalysis implementation of an Artifact. 9 * The Fixanalysis implementation of an Artifact (client side).
10 * 10 *
11 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> 11 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
12 */ 12 */
13 public class FixAnalysisArtifact extends DefaultArtifact { 13 public class FixAnalysisArtifact extends DefaultArtifact {
14 14
15 /** The name of this artifact: 'fixanalysis'.*/ 15 /** The name of this artifact: 'fixanalysis'.*/
16 public static final String NAME = "fixanalysis"; 16 public static final String NAME = "fixanalysis";
17 17
18 protected FixFilter filter; 18 protected FixFilter filter;
19
19 20
20 public FixAnalysisArtifact() { 21 public FixAnalysisArtifact() {
21 this.filter = null; 22 this.filter = null;
22 } 23 }
23 24

http://dive4elements.wald.intevation.org