comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/minfo/BedDiffYearResult.java @ 4636:2904ecca4663

Added missing setter for different values.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 04 Dec 2012 15:35:47 +0100
parents da48e33f4241
children
comparison
equal deleted inserted replaced
4635:53fa4d5c9fb2 4636:2904ecca4663
55 55
56 public int getStart() { 56 public int getStart() {
57 return this.start; 57 return this.start;
58 } 58 }
59 59
60 public void setStart(int value) {
61 this.start = value;
62 }
63
64 public void setEnd(int value) {
65 this.end = value;
66 }
67
60 public int getEnd() { 68 public int getEnd() {
61 return this.end; 69 return this.end;
70 }
71
72 public void addMorphWidth(double value) {
73 this.morphWidth.add(value);
74 }
75
76 public void addBedHeights(double value) {
77 this.bedHeights.add(value);
62 } 78 }
63 79
64 public double[][] getMorphWidthData() { 80 public double[][] getMorphWidthData() {
65 return new double[][] { 81 return new double[][] {
66 kms.toNativeArray(), 82 kms.toNativeArray(),

http://dive4elements.wald.intevation.org