comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/CalculationResult.java @ 2729:a441be7f1589

Added Fix calculation. flys-artifacts/trunk@4462 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 22 May 2012 17:09:27 +0000
parents 17648043429f
children
comparison
equal deleted inserted replaced
2728:306b9d0f0fb3 2729:a441be7f1589
10 { 10 {
11 protected Object data; 11 protected Object data;
12 protected Calculation report; 12 protected Calculation report;
13 13
14 public CalculationResult() { 14 public CalculationResult() {
15 }
16
17 public CalculationResult(Calculation report) {
18 this(null, report);
15 } 19 }
16 20
17 /** 21 /**
18 * @param report report (e.g. error messages). 22 * @param report report (e.g. error messages).
19 */ 23 */

http://dive4elements.wald.intevation.org