comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadResult.java @ 8024:963ede7b32bb

Renamed SedimentLoad to SedimentLoadLSData to make place for SedimentLoad in backend.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 09 Jul 2014 17:33:57 +0200
parents e26655a8f98d
children e4606eae8ea5
comparison
equal deleted inserted replaced
8023:f7f86f4e4c8d 8024:963ede7b32bb
22 { 22 {
23 private static final Logger logger = Logger 23 private static final Logger logger = Logger
24 .getLogger(SedimentLoadResult.class); 24 .getLogger(SedimentLoadResult.class);
25 protected int startYear; 25 protected int startYear;
26 protected int endYear; 26 protected int endYear;
27 protected SedimentLoad load; 27 protected SedimentLoadLSData load;
28 28
29 public SedimentLoadResult() { 29 public SedimentLoadResult() {
30 } 30 }
31 31
32 public SedimentLoadResult( 32 public SedimentLoadResult(
33 int startYear, 33 int startYear,
34 int endYear, 34 int endYear,
35 SedimentLoad load 35 SedimentLoadLSData load
36 ) { 36 ) {
37 this.startYear = startYear; 37 this.startYear = startYear;
38 this.endYear = endYear; 38 this.endYear = endYear;
39 this.load = load; 39 this.load = load;
40 } 40 }
41 41
42 public SedimentLoad getLoad() { 42 public SedimentLoadLSData getLoad() {
43 return this.load; 43 return this.load;
44 } 44 }
45 45
46 public int getStartYear() { 46 public int getStartYear() {
47 return this.startYear; 47 return this.startYear;

http://dive4elements.wald.intevation.org