comparison flys-backend/src/main/java/de/intevation/flys/model/CrossSection.java @ 1204:22858e7cca79

Integrated PRF parsing into importer. Needs testing! flys-backend/trunk@2309 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 07 Jul 2011 22:25:38 +0000
parents 3c01bef43a98
children 31d8638760b1
comparison
equal deleted inserted replaced
1203:3c01bef43a98 1204:22858e7cca79
25 private TimeInterval timeInterval; 25 private TimeInterval timeInterval;
26 private String description; 26 private String description;
27 private List<CrossSectionLine> lines; 27 private List<CrossSectionLine> lines;
28 28
29 public CrossSection() { 29 public CrossSection() {
30 }
31
32 public CrossSection(
33 River river,
34 TimeInterval timeInterval,
35 String description
36 ) {
37 this.river = river;
38 this.timeInterval = timeInterval;
39 this.description = description;
30 } 40 }
31 41
32 @Id 42 @Id
33 @SequenceGenerator( 43 @SequenceGenerator(
34 name = "SEQUENCE_CROSS_SECTIONS_ID_SEQ", 44 name = "SEQUENCE_CROSS_SECTIONS_ID_SEQ",

http://dive4elements.wald.intevation.org