comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/FixAnalysisArtifact.java @ 2962:f14d4c668ec5

Bugfix: #698 Fix-Analysis is working in Tomcat again. flys-client/trunk@4949 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 12 Jul 2012 12:26:14 +0000
parents 1780841d79af
children bf080e932d54
comparison
equal deleted inserted replaced
2961:579e33a24a4c 2962:f14d4c668ec5
2 2
3 import java.util.List; 3 import java.util.List;
4 4
5 import com.google.gwt.core.client.GWT; 5 import com.google.gwt.core.client.GWT;
6 6
7 import de.intevation.flys.client.client.ui.fixation.FixationPanel;
8 import de.intevation.flys.client.client.ui.fixation.FixationPanel.FixFilter;
9 7
10 /** 8 /**
11 * The Fixanalysis implementation of an Artifact. 9 * The Fixanalysis implementation of an Artifact.
12 * 10 *
13 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> 11 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
15 public class FixAnalysisArtifact extends DefaultArtifact { 13 public class FixAnalysisArtifact extends DefaultArtifact {
16 14
17 /** The name of this artifact: 'minfo'.*/ 15 /** The name of this artifact: 'minfo'.*/
18 public static final String NAME = "fixanalysis"; 16 public static final String NAME = "fixanalysis";
19 17
20 protected FixationPanel.FixFilter filter; 18 protected FixFilter filter;
21 19
22 public FixAnalysisArtifact() { 20 public FixAnalysisArtifact() {
23 this.filter = null; 21 this.filter = null;
24 } 22 }
25 23
43 public String getName() { 41 public String getName() {
44 return NAME; 42 return NAME;
45 } 43 }
46 44
47 45
48 public FixationPanel.FixFilter getFilter () { 46 public FixFilter getFilter () {
49 return createFilter(); 47 return createFilter();
50 } 48 }
51 49
52 50
53 protected FixFilter createFilter() { 51 protected FixFilter createFilter() {

http://dive4elements.wald.intevation.org