comparison flys-artifacts/src/main/java/de/intevation/flys/exports/AbstractExporter.java @ 5102:baf51f820838

AbstractExporter: Added getter for CallContext.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 26 Feb 2013 11:48:25 +0100
parents a707ef048188
children 4898376c680b
comparison
equal deleted inserted replaced
5100:3557570fef51 5102:baf51f820838
114 @Override 114 @Override
115 public void setMasterArtifact(Artifact master) { 115 public void setMasterArtifact(Artifact master) {
116 this.master = master; 116 this.master = master;
117 } 117 }
118 118
119 /** Get the callcontext that this exporter has been initialized
120 * with. */
121 public CallContext getCallContext() {
122 return this.context;
123 }
124
119 125
120 @Override 126 @Override
121 public void setCollection(FLYSArtifactCollection collection) { 127 public void setCollection(FLYSArtifactCollection collection) {
122 this.collection = collection; 128 this.collection = collection;
123 } 129 }

http://dive4elements.wald.intevation.org