comparison src/main/java/de/intevation/lada/model/stammdaten/DeskriptorUmwelt.java @ 1084:1868bd3565bf schema-update

update stammdaten.deskriptor_umwelt
author Michael Stanko <mstanko@bfs.de>
date Thu, 13 Oct 2016 11:13:46 +0200
parents 1c41c7b8f7c2
children
comparison
equal deleted inserted replaced
1080:2ea53256157a 1084:1868bd3565bf
41 private Integer s09; 41 private Integer s09;
42 42
43 private Integer s10; 43 private Integer s10;
44 44
45 private Integer s11; 45 private Integer s11;
46
47 private Integer s12;
48 46
49 @Column(name="umw_id") 47 @Column(name="umw_id")
50 private String umwId; 48 private String umwId;
51 49
52 public DeskriptorUmwelt() { 50 public DeskriptorUmwelt() {
154 152
155 public void setS11(Integer s11) { 153 public void setS11(Integer s11) {
156 this.s11 = s11; 154 this.s11 = s11;
157 } 155 }
158 156
159 public Integer getS12() {
160 return this.s12;
161 }
162
163 public void setS12(Integer s12) {
164 this.s12 = s12;
165 }
166
167 public String getUmwId() { 157 public String getUmwId() {
168 return this.umwId; 158 return this.umwId;
169 } 159 }
170 160
171 public void setUmwId(String umwId) { 161 public void setUmwId(String umwId) {
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)