comparison flys-backend/src/main/java/de/intevation/flys/model/Wst.java @ 201:3169b559ca3c

Build models for wsts, wst columns and q ranges and store them in the backend. flys-backend/trunk@1549 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 23 Mar 2011 15:22:32 +0000
parents 249390dd24e7
children c8c09e31cdb8
comparison
equal deleted inserted replaced
200:88048d4f6e4d 201:3169b559ca3c
20 private Integer id; 20 private Integer id;
21 private River river; 21 private River river;
22 private String description; 22 private String description;
23 23
24 public Wst() { 24 public Wst() {
25 }
26
27 public Wst(River river, String description) {
28 this.river = river;
29 this.description = description;
25 } 30 }
26 31
27 @Id 32 @Id
28 @SequenceGenerator( 33 @SequenceGenerator(
29 name = "SEQUENCE_WSTS_ID_SEQ", 34 name = "SEQUENCE_WSTS_ID_SEQ",

http://dive4elements.wald.intevation.org