comparison flys-backend/src/main/java/de/intevation/flys/model/Position.java @ 187:ecf90018563b

Importer: Bound Attributes and Positions to there backend peers. flys-backend/trunk@1507 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 17 Mar 2011 18:07:13 +0000
parents 249390dd24e7
children
comparison
equal deleted inserted replaced
186:cf8cbcb6a10d 187:ecf90018563b
24 private String value; 24 private String value;
25 25
26 private List<Annotation> annotations; 26 private List<Annotation> annotations;
27 27
28 public Position() { 28 public Position() {
29 }
30
31 public Position(String value) {
32 this.value = value;
29 } 33 }
30 34
31 @Id 35 @Id
32 @SequenceGenerator( 36 @SequenceGenerator(
33 name = "SEQUENCE_POSITIONS_ID_SEQ", 37 name = "SEQUENCE_POSITIONS_ID_SEQ",

http://dive4elements.wald.intevation.org