comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/util/BedHeightInfo.java @ 8946:5d5d482da3e9

Implementing SINFO - FlowDepthMinMax calculation
author gernotbelger
date Tue, 13 Mar 2018 18:49:33 +0100
parents 11bf13cf0463
children 6a1580b38e7d
comparison
equal deleted inserted replaced
8945:4a6b6a3c279c 8946:5d5d482da3e9
21 */ 21 */
22 public final class BedHeightInfo implements Serializable { 22 public final class BedHeightInfo implements Serializable {
23 23
24 private static final long serialVersionUID = 1L; 24 private static final long serialVersionUID = 1L;
25 25
26 private final Integer year; 26 private final int year;
27 27
28 private final String description; 28 private final String description;
29 29
30 private final String type; 30 private final String type;
31 31
56 56
57 this.from = bedHeight.getRange().getA(); 57 this.from = bedHeight.getRange().getA();
58 this.to = bedHeight.getRange().getB(); 58 this.to = bedHeight.getRange().getB();
59 } 59 }
60 60
61 public Integer getYear() { 61 public int getYear() {
62 return this.year; 62 return this.year;
63 } 63 }
64 64
65 public String getDescription() { 65 public String getDescription() {
66 return this.description; 66 return this.description;

http://dive4elements.wald.intevation.org