comparison artifacts/src/main/java/org/dive4elements/river/artifacts/access/BedQualityAccess.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
14 14
15 import org.apache.log4j.Logger; 15 import org.apache.log4j.Logger;
16 16
17 import org.dive4elements.artifacts.CallContext; 17 import org.dive4elements.artifacts.CallContext;
18 18
19 import org.dive4elements.river.artifacts.FLYSArtifact; 19 import org.dive4elements.river.artifacts.D4EArtifact;
20 import org.dive4elements.river.artifacts.model.DateRange; 20 import org.dive4elements.river.artifacts.model.DateRange;
21 21
22 22
23 /** Access data of artifact used in BedQuality calculations. */ 23 /** Access data of artifact used in BedQuality calculations. */
24 public class BedQualityAccess 24 public class BedQualityAccess
30 private List<String> bedDiameter; 30 private List<String> bedDiameter;
31 private List<String> bedloadDiameter; 31 private List<String> bedloadDiameter;
32 private List<DateRange> ranges; 32 private List<DateRange> ranges;
33 33
34 34
35 public BedQualityAccess(FLYSArtifact artifact, CallContext context) { 35 public BedQualityAccess(D4EArtifact artifact, CallContext context) {
36 super(artifact, context); 36 super(artifact, context);
37 } 37 }
38 38
39 public List<DateRange> getDateRanges() { 39 public List<DateRange> getDateRanges() {
40 if (ranges == null) { 40 if (ranges == null) {

http://dive4elements.wald.intevation.org