comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/minfo/BedHeightEpoch.java @ 3897:bce2dd4310a6

MINFO: Updated data fields to fit the needs of bedheight difference calculation. flys-artifacts/trunk@5560 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 21 Sep 2012 14:18:16 +0000
parents 633fbb61a0cc
children
comparison
equal deleted inserted replaced
3896:82109cea32d2 3897:bce2dd4310a6
22 } 22 }
23 23
24 public void add( 24 public void add(
25 double value, 25 double value,
26 double station, 26 double station,
27 double gap,
28 double width,
29 Date start, 27 Date start,
30 Date end 28 Date end
31 ) { 29 ) {
32 super.add(value, station, gap, width); 30 super.add(value, station);
33 this.start = start; 31 this.start = start;
34 this.end = end; 32 this.end = end;
35 } 33 }
36 34
37 public Date getStart() { 35 public Date getStart() {

http://dive4elements.wald.intevation.org