comparison src/main/java/de/intevation/lada/model/stammdaten/Staat.java @ 1222:f8df0eae09e4

In memoriam Oracle.
author Tom Gottfried <tom@intevation.de>
date Fri, 09 Dec 2016 14:47:13 +0100
parents 186d602e031a
children
comparison
equal deleted inserted replaced
1221:59b0e54426d4 1222:f8df0eae09e4
16 private static final long serialVersionUID = 1L; 16 private static final long serialVersionUID = 1L;
17 17
18 @Id 18 @Id
19 private Integer id; 19 private Integer id;
20 20
21 private String eu; 21 private Boolean eu;
22 22
23 @Column(name="hkl_id") 23 @Column(name="hkl_id")
24 private Integer hklId; 24 private Integer hklId;
25 25
26 @Column(name="kda_id") 26 @Column(name="kda_id")
49 49
50 public void setId(Integer id) { 50 public void setId(Integer id) {
51 this.id = id; 51 this.id = id;
52 } 52 }
53 53
54 public String getEu() { 54 public Boolean getEu() {
55 return this.eu; 55 return this.eu;
56 } 56 }
57 57
58 public void setEu(String eu) { 58 public void setEu(Boolean eu) {
59 this.eu = eu; 59 this.eu = eu;
60 } 60 }
61 61
62 public Integer getHklId() { 62 public Integer getHklId() {
63 return this.hklId; 63 return this.hklId;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)