diff artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flood_duration/FloodDurationCalculationResults.java @ 9266:465347d12990

Station specific calculation of flood duration curve and infrastructure annotations
author mschaefer
date Wed, 18 Jul 2018 12:20:01 +0200
parents e5367900dd6d
children 83ebeb620b5a
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flood_duration/FloodDurationCalculationResults.java	Tue Jul 17 19:48:28 2018 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flood_duration/FloodDurationCalculationResults.java	Wed Jul 18 12:20:01 2018 +0200
@@ -53,23 +53,23 @@
         return this.mainValueQAnnotations;
     }
 
-    private StickyAxisAnnotation infrastructureWAnnotation;
-
-    public StickyAxisAnnotation getInfrastructureWAnnotation() {
-        return this.infrastructureWAnnotation;
-    }
-
-    public void setInfrastructureWAnnotation(final StickyAxisAnnotation infrastructureWAnnotation) {
-        this.infrastructureWAnnotation = infrastructureWAnnotation;
-    }
-
-    private StickyAxisAnnotation infrastructureQAnnotation;
-
-    public StickyAxisAnnotation getInfrastructureQAnnotation() {
-        return this.infrastructureQAnnotation;
-    }
-
-    public void setInfrastructureQAnnotation(final StickyAxisAnnotation infrastructureQAnnotation) {
-        this.infrastructureQAnnotation = infrastructureQAnnotation;
-    }
+    // private StickyAxisAnnotation infrastructureWAnnotation;
+    //
+    // public StickyAxisAnnotation getInfrastructureWAnnotation() {
+    // return this.infrastructureWAnnotation;
+    // }
+    //
+    // public void setInfrastructureWAnnotation(final StickyAxisAnnotation infrastructureWAnnotation) {
+    // this.infrastructureWAnnotation = infrastructureWAnnotation;
+    // }
+    //
+    // private StickyAxisAnnotation infrastructureQAnnotation;
+    //
+    // public StickyAxisAnnotation getInfrastructureQAnnotation() {
+    // return this.infrastructureQAnnotation;
+    // }
+    //
+    // public void setInfrastructureQAnnotation(final StickyAxisAnnotation infrastructureQAnnotation) {
+    // this.infrastructureQAnnotation = infrastructureQAnnotation;
+    // }
 }
\ No newline at end of file

http://dive4elements.wald.intevation.org