comparison flys-backend/src/main/java/de/intevation/flys/model/Attribute.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 605320b7df94
children
comparison
equal deleted inserted replaced
186:cf8cbcb6a10d 187:ecf90018563b
18 private Integer id; 18 private Integer id;
19 19
20 private String value; 20 private String value;
21 21
22 public Attribute() { 22 public Attribute() {
23 }
24
25 public Attribute(String value) {
26 this.value = value;
23 } 27 }
24 28
25 @Id 29 @Id
26 @SequenceGenerator( 30 @SequenceGenerator(
27 name = "SEQUENCE_ATTRIBUTES_ID_SEQ", 31 name = "SEQUENCE_ATTRIBUTES_ID_SEQ",

http://dive4elements.wald.intevation.org