diff backend/src/main/java/org/dive4elements/river/importer/ImportSedimentLoad.java @ 8059:bde5f5ec7c72

SCHEMA CHANGE and Importer: get time intervals of SQ-relations from metalines in sediment load files.
author Tom Gottfried <tom@intevation.de>
date Fri, 18 Jul 2014 18:01:49 +0200
parents d86cc6a17b7a
children 3ae11daff343
line wrap: on
line diff
--- a/backend/src/main/java/org/dive4elements/river/importer/ImportSedimentLoad.java	Fri Jul 18 17:43:27 2014 +0200
+++ b/backend/src/main/java/org/dive4elements/river/importer/ImportSedimentLoad.java	Fri Jul 18 18:01:49 2014 +0200
@@ -29,13 +29,15 @@
     public ImportSedimentLoad (
         ImportGrainFraction grainFraction,
         ImportTimeInterval  timeInterval,
+        ImportTimeInterval  sqTimeInterval,
         String              description,
         Integer             kind
     ) {
-        this.grainFraction = grainFraction;
-        this.timeInterval  = timeInterval;
-        this.description   = description;
-        this.kind          = kind;
+        this.grainFraction  = grainFraction;
+        this.timeInterval   = timeInterval;
+        this.sqTimeInterval = sqTimeInterval;
+        this.description    = description;
+        this.kind           = kind;
 
         this.values = new ArrayList<ImportSedimentLoadValue>();
     }

http://dive4elements.wald.intevation.org