comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/minfo/BedDiffEpochResult.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 95d699c769fb
children
comparison
equal deleted inserted replaced
4635:53fa4d5c9fb2 4636:2904ecca4663
31 31
32 public Date getStart() { 32 public Date getStart() {
33 return this.start; 33 return this.start;
34 } 34 }
35 35
36 public void setStart(Date value) {
37 this.start = value;
38 }
39
40 public void setEnd(Date value) {
41 this.end = value;
42 }
43
36 public Date getEnd() { 44 public Date getEnd() {
37 return this.end; 45 return this.end;
38 } 46 }
39 } 47 }

http://dive4elements.wald.intevation.org