comparison artifacts/src/main/java/org/dive4elements/river/exports/AbstractExporter.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 4897a58c8746
children af13ceeba52a
comparison
equal deleted inserted replaced
5866:9a6741ccf6d4 5867:59ff03ff48f1
28 28
29 import org.dive4elements.artifacts.common.ArtifactNamespaceContext; 29 import org.dive4elements.artifacts.common.ArtifactNamespaceContext;
30 import org.dive4elements.artifacts.common.utils.XMLUtils; 30 import org.dive4elements.artifacts.common.utils.XMLUtils;
31 31
32 import org.dive4elements.river.artifacts.resources.Resources; 32 import org.dive4elements.river.artifacts.resources.Resources;
33 import org.dive4elements.river.collections.FLYSArtifactCollection; 33 import org.dive4elements.river.collections.D4EArtifactCollection;
34 34
35 import org.dive4elements.river.utils.Formatter; 35 import org.dive4elements.river.utils.Formatter;
36 36
37 37
38 /** 38 /**
75 75
76 /** The selected facet. */ 76 /** The selected facet. */
77 protected String facet; 77 protected String facet;
78 78
79 /** The collection.*/ 79 /** The collection.*/
80 protected FLYSArtifactCollection collection; 80 protected D4EArtifactCollection collection;
81 81
82 /** The master artifact. */ 82 /** The master artifact. */
83 protected Artifact master; 83 protected Artifact master;
84 84
85 private NumberFormat kmFormat; 85 private NumberFormat kmFormat;
136 return this.context; 136 return this.context;
137 } 137 }
138 138
139 139
140 @Override 140 @Override
141 public void setCollection(FLYSArtifactCollection collection) { 141 public void setCollection(D4EArtifactCollection collection) {
142 this.collection = collection; 142 this.collection = collection;
143 } 143 }
144 144
145 145
146 /** 146 /**

http://dive4elements.wald.intevation.org