diff 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
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadResult.java	Wed Jul 09 17:10:18 2014 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadResult.java	Wed Jul 09 17:33:57 2014 +0200
@@ -24,7 +24,7 @@
         .getLogger(SedimentLoadResult.class);
     protected int startYear;
     protected int endYear;
-    protected SedimentLoad load;
+    protected SedimentLoadLSData load;
 
     public SedimentLoadResult() {
     }
@@ -32,14 +32,14 @@
     public SedimentLoadResult(
         int startYear,
         int endYear,
-        SedimentLoad load
+        SedimentLoadLSData load
     ) {
         this.startYear = startYear;
         this.endYear = endYear;
         this.load = load;
     }
 
-    public SedimentLoad getLoad() {
+    public SedimentLoadLSData getLoad() {
         return this.load;
     }
 

http://dive4elements.wald.intevation.org