diff artifacts/src/main/java/org/dive4elements/river/exports/ATExporter.java @ 5867:59ff03ff48f1

River artifacts: Renamed FLYSArtifact(Collection) to D4EArtifact(Collection).
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 28 Apr 2013 15:23:01 +0200
parents 73da40528cf2
children af13ceeba52a
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/ATExporter.java	Sun Apr 28 15:14:30 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/ATExporter.java	Sun Apr 28 15:23:01 2013 +0200
@@ -22,10 +22,10 @@
 import org.dive4elements.artifactdatabase.state.ArtifactAndFacet;
 import org.dive4elements.artifactdatabase.state.Settings;
 
-import org.dive4elements.river.artifacts.FLYSArtifact;
+import org.dive4elements.river.artifacts.D4EArtifact;
 
 import org.dive4elements.river.artifacts.model.WQ;
-import org.dive4elements.river.collections.FLYSArtifactCollection;
+import org.dive4elements.river.collections.D4EArtifactCollection;
 
 import org.dive4elements.river.model.Gauge;
 import org.dive4elements.river.model.River;
@@ -43,9 +43,9 @@
     protected WQ           data;
     protected CallContext  context;
     protected OutputStream out;
-    protected FLYSArtifact master;
+    protected D4EArtifact master;
 
-    protected FLYSArtifactCollection collection;
+    protected D4EArtifactCollection collection;
 
 
     public ATExporter() {
@@ -60,11 +60,11 @@
 
     @Override
     public void setMasterArtifact(Artifact master) {
-        this.master = (FLYSArtifact) master;
+        this.master = (D4EArtifact) master;
     }
 
     @Override
-    public void setCollection(FLYSArtifactCollection collection) {
+    public void setCollection(D4EArtifactCollection collection) {
         this.collection = collection;
     }
 

http://dive4elements.wald.intevation.org