comparison artifacts/src/main/java/org/dive4elements/river/exports/ChartGenerator.java @ 6422:cc96f7a9f9ef

ChartGenerator: Added getter for master artifact.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 26 Jun 2013 12:26:40 +0200
parents a0078e5e3b39
children a38640f273ae
comparison
equal deleted inserted replaced
6421:aa2a0824954d 6422:cc96f7a9f9ef
715 public void setMasterArtifact(Artifact master) { 715 public void setMasterArtifact(Artifact master) {
716 this.master = master; 716 this.master = master;
717 } 717 }
718 718
719 719
720 /**
721 * Gets the master artifact.
722 * @return the master artifact.
723 */
724 public Artifact getMaster() {
725 return master;
726 }
727
728
720 /** Sets the collection. */ 729 /** Sets the collection. */
721 @Override 730 @Override
722 public void setCollection(D4EArtifactCollection collection) { 731 public void setCollection(D4EArtifactCollection collection) {
723 this.collection = collection; 732 this.collection = collection;
724 } 733 }

http://dive4elements.wald.intevation.org