comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/fixings/QWD.java @ 3008:9e0500d64524

FixA: Calculate the Delta W/ts + the average Delta W/ts per Q sector per analysis period. flys-artifacts/trunk@4564 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 30 May 2012 17:59:19 +0000
parents 9aa1d770da4a
children ab81ffd1343e
comparison
equal deleted inserted replaced
3007:d520a0869972 3008:9e0500d64524
12 protected double deltaW; 12 protected double deltaW;
13 protected Date date; 13 protected Date date;
14 protected String description; 14 protected String description;
15 15
16 public QWD() { 16 public QWD() {
17 }
18
19 public QWD(
20 double q,
21 double w,
22 double deltaW,
23 Date date,
24 String description
25 ) {
26 this.q = q;
27 this.w = q;
28 this.deltaW = deltaW;
29 this.date = date;
30 this.description = description;
17 } 31 }
18 32
19 public double getQ() { 33 public double getQ() {
20 return q; 34 return q;
21 } 35 }

http://dive4elements.wald.intevation.org