comparison flys-backend/src/main/java/de/intevation/seddb/model/Bezugspegel.java @ 3334:2ae732e2c65c

FLYS backend: Removed trailing whitespace. flys-backend/trunk@4669 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:20:49 +0000
parents aa8ed778c8cc
children 18619c1e7c2a
comparison
equal deleted inserted replaced
3333:76c75c8b9ee0 3334:2ae732e2c65c
22 * Bezugspegel generated by hbm2java 22 * Bezugspegel generated by hbm2java
23 */ 23 */
24 @Entity 24 @Entity
25 @Table(name="BEZUGSPEGEL" 25 @Table(name="BEZUGSPEGEL"
26 ,schema="SEDDB" 26 ,schema="SEDDB"
27 , uniqueConstraints = @UniqueConstraint(columnNames={"GEWAESSERID", "NAME"}) 27 , uniqueConstraints = @UniqueConstraint(columnNames={"GEWAESSERID", "NAME"})
28 ) 28 )
29 public class Bezugspegel implements java.io.Serializable { 29 public class Bezugspegel implements java.io.Serializable {
30 30
31 31
32 private long bezugspegelid; 32 private long bezugspegelid;
80 this.hhqdatum = hhqdatum; 80 this.hhqdatum = hhqdatum;
81 this.jahresreihe = jahresreihe; 81 this.jahresreihe = jahresreihe;
82 this.bemerkung = bemerkung; 82 this.bemerkung = bemerkung;
83 this.stations = stations; 83 this.stations = stations;
84 } 84 }
85 85
86 @Id 86 @Id
87 87
88 88
89 @Column(name="BEZUGSPEGELID", unique=true, nullable=false, precision=11, scale=0) 89 @Column(name="BEZUGSPEGELID", unique=true, nullable=false, precision=11, scale=0)
90 public long getBezugspegelid() { 90 public long getBezugspegelid() {
91 return this.bezugspegelid; 91 return this.bezugspegelid;
92 } 92 }
93 93
94 public void setBezugspegelid(long bezugspegelid) { 94 public void setBezugspegelid(long bezugspegelid) {
95 this.bezugspegelid = bezugspegelid; 95 this.bezugspegelid = bezugspegelid;
96 } 96 }
97 97
98 @ManyToOne(fetch=FetchType.LAZY) 98 @ManyToOne(fetch=FetchType.LAZY)
99 @JoinColumn(name="GEWAESSERID", nullable=false) 99 @JoinColumn(name="GEWAESSERID", nullable=false)
100 public Gewaesser getGewaesser() { 100 public Gewaesser getGewaesser() {
101 return this.gewaesser; 101 return this.gewaesser;
102 } 102 }
103 103
104 public void setGewaesser(Gewaesser gewaesser) { 104 public void setGewaesser(Gewaesser gewaesser) {
105 this.gewaesser = gewaesser; 105 this.gewaesser = gewaesser;
106 } 106 }
107 107
108 108
109 @Column(name="KM", nullable=false, precision=8, scale=3) 109 @Column(name="KM", nullable=false, precision=8, scale=3)
110 public BigDecimal getKm() { 110 public BigDecimal getKm() {
111 return this.km; 111 return this.km;
112 } 112 }
113 113
114 public void setKm(BigDecimal km) { 114 public void setKm(BigDecimal km) {
115 this.km = km; 115 this.km = km;
116 } 116 }
117 117
118 118
119 @Column(name="NAME", nullable=false, length=50) 119 @Column(name="NAME", nullable=false, length=50)
120 public String getName() { 120 public String getName() {
121 return this.name; 121 return this.name;
122 } 122 }
123 123
124 public void setName(String name) { 124 public void setName(String name) {
125 this.name = name; 125 this.name = name;
126 } 126 }
127 127
128 128
129 @Column(name="NULLPUNKT", nullable=false, precision=8, scale=3) 129 @Column(name="NULLPUNKT", nullable=false, precision=8, scale=3)
130 public BigDecimal getNullpunkt() { 130 public BigDecimal getNullpunkt() {
131 return this.nullpunkt; 131 return this.nullpunkt;
132 } 132 }
133 133
134 public void setNullpunkt(BigDecimal nullpunkt) { 134 public void setNullpunkt(BigDecimal nullpunkt) {
135 this.nullpunkt = nullpunkt; 135 this.nullpunkt = nullpunkt;
136 } 136 }
137 137
138 138
139 @Column(name="KENNUNG", length=16) 139 @Column(name="KENNUNG", length=16)
140 public String getKennung() { 140 public String getKennung() {
141 return this.kennung; 141 return this.kennung;
142 } 142 }
143 143
144 public void setKennung(String kennung) { 144 public void setKennung(String kennung) {
145 this.kennung = kennung; 145 this.kennung = kennung;
146 } 146 }
147 147
148 148
149 @Column(name="EINZUGSGEBIET", precision=10) 149 @Column(name="EINZUGSGEBIET", precision=10)
150 public BigDecimal getEinzugsgebiet() { 150 public BigDecimal getEinzugsgebiet() {
151 return this.einzugsgebiet; 151 return this.einzugsgebiet;
152 } 152 }
153 153
154 public void setEinzugsgebiet(BigDecimal einzugsgebiet) { 154 public void setEinzugsgebiet(BigDecimal einzugsgebiet) {
155 this.einzugsgebiet = einzugsgebiet; 155 this.einzugsgebiet = einzugsgebiet;
156 } 156 }
157 157
158 @Temporal(TemporalType.DATE) 158 @Temporal(TemporalType.DATE)
159 @Column(name="INBETRIEB", length=7) 159 @Column(name="INBETRIEB", length=7)
160 public Date getInbetrieb() { 160 public Date getInbetrieb() {
161 return this.inbetrieb; 161 return this.inbetrieb;
162 } 162 }
163 163
164 public void setInbetrieb(Date inbetrieb) { 164 public void setInbetrieb(Date inbetrieb) {
165 this.inbetrieb = inbetrieb; 165 this.inbetrieb = inbetrieb;
166 } 166 }
167 167
168 168
169 @Column(name="FLIESSCHARAKTER", length=3) 169 @Column(name="FLIESSCHARAKTER", length=3)
170 public String getFliesscharakter() { 170 public String getFliesscharakter() {
171 return this.fliesscharakter; 171 return this.fliesscharakter;
172 } 172 }
173 173
174 public void setFliesscharakter(String fliesscharakter) { 174 public void setFliesscharakter(String fliesscharakter) {
175 this.fliesscharakter = fliesscharakter; 175 this.fliesscharakter = fliesscharakter;
176 } 176 }
177 177
178 178
179 @Column(name="LAUFENTWICKLUNG", precision=7, scale=3) 179 @Column(name="LAUFENTWICKLUNG", precision=7, scale=3)
180 public BigDecimal getLaufentwicklung() { 180 public BigDecimal getLaufentwicklung() {
181 return this.laufentwicklung; 181 return this.laufentwicklung;
182 } 182 }
183 183
184 public void setLaufentwicklung(BigDecimal laufentwicklung) { 184 public void setLaufentwicklung(BigDecimal laufentwicklung) {
185 this.laufentwicklung = laufentwicklung; 185 this.laufentwicklung = laufentwicklung;
186 } 186 }
187 187
188 188
189 @Column(name="MNQ", precision=8, scale=3) 189 @Column(name="MNQ", precision=8, scale=3)
190 public BigDecimal getMnq() { 190 public BigDecimal getMnq() {
191 return this.mnq; 191 return this.mnq;
192 } 192 }
193 193
194 public void setMnq(BigDecimal mnq) { 194 public void setMnq(BigDecimal mnq) {
195 this.mnq = mnq; 195 this.mnq = mnq;
196 } 196 }
197 197
198 198
199 @Column(name="MQ", precision=8, scale=3) 199 @Column(name="MQ", precision=8, scale=3)
200 public BigDecimal getMq() { 200 public BigDecimal getMq() {
201 return this.mq; 201 return this.mq;
202 } 202 }
203 203
204 public void setMq(BigDecimal mq) { 204 public void setMq(BigDecimal mq) {
205 this.mq = mq; 205 this.mq = mq;
206 } 206 }
207 207
208 208
209 @Column(name="MHQ", precision=8, scale=3) 209 @Column(name="MHQ", precision=8, scale=3)
210 public BigDecimal getMhq() { 210 public BigDecimal getMhq() {
211 return this.mhq; 211 return this.mhq;
212 } 212 }
213 213
214 public void setMhq(BigDecimal mhq) { 214 public void setMhq(BigDecimal mhq) {
215 this.mhq = mhq; 215 this.mhq = mhq;
216 } 216 }
217 217
218 218
219 @Column(name="NNQ", precision=8, scale=3) 219 @Column(name="NNQ", precision=8, scale=3)
220 public BigDecimal getNnq() { 220 public BigDecimal getNnq() {
221 return this.nnq; 221 return this.nnq;
222 } 222 }
223 223
224 public void setNnq(BigDecimal nnq) { 224 public void setNnq(BigDecimal nnq) {
225 this.nnq = nnq; 225 this.nnq = nnq;
226 } 226 }
227 227
228 228
229 @Column(name="HHQ", precision=8, scale=3) 229 @Column(name="HHQ", precision=8, scale=3)
230 public BigDecimal getHhq() { 230 public BigDecimal getHhq() {
231 return this.hhq; 231 return this.hhq;
232 } 232 }
233 233
234 public void setHhq(BigDecimal hhq) { 234 public void setHhq(BigDecimal hhq) {
235 this.hhq = hhq; 235 this.hhq = hhq;
236 } 236 }
237 237
238 @Temporal(TemporalType.DATE) 238 @Temporal(TemporalType.DATE)
239 @Column(name="NNQDATUM", length=7) 239 @Column(name="NNQDATUM", length=7)
240 public Date getNnqdatum() { 240 public Date getNnqdatum() {
241 return this.nnqdatum; 241 return this.nnqdatum;
242 } 242 }
243 243
244 public void setNnqdatum(Date nnqdatum) { 244 public void setNnqdatum(Date nnqdatum) {
245 this.nnqdatum = nnqdatum; 245 this.nnqdatum = nnqdatum;
246 } 246 }
247 247
248 @Temporal(TemporalType.DATE) 248 @Temporal(TemporalType.DATE)
249 @Column(name="HHQDATUM", length=7) 249 @Column(name="HHQDATUM", length=7)
250 public Date getHhqdatum() { 250 public Date getHhqdatum() {
251 return this.hhqdatum; 251 return this.hhqdatum;
252 } 252 }
253 253
254 public void setHhqdatum(Date hhqdatum) { 254 public void setHhqdatum(Date hhqdatum) {
255 this.hhqdatum = hhqdatum; 255 this.hhqdatum = hhqdatum;
256 } 256 }
257 257
258 258
259 @Column(name="JAHRESREIHE", length=12) 259 @Column(name="JAHRESREIHE", length=12)
260 public String getJahresreihe() { 260 public String getJahresreihe() {
261 return this.jahresreihe; 261 return this.jahresreihe;
262 } 262 }
263 263
264 public void setJahresreihe(String jahresreihe) { 264 public void setJahresreihe(String jahresreihe) {
265 this.jahresreihe = jahresreihe; 265 this.jahresreihe = jahresreihe;
266 } 266 }
267 267
268 268
269 @Column(name="BEMERKUNG", length=240) 269 @Column(name="BEMERKUNG", length=240)
270 public String getBemerkung() { 270 public String getBemerkung() {
271 return this.bemerkung; 271 return this.bemerkung;
272 } 272 }
273 273
274 public void setBemerkung(String bemerkung) { 274 public void setBemerkung(String bemerkung) {
275 this.bemerkung = bemerkung; 275 this.bemerkung = bemerkung;
276 } 276 }
277 277
278 @OneToMany(fetch=FetchType.LAZY, mappedBy="bezugspegel") 278 @OneToMany(fetch=FetchType.LAZY, mappedBy="bezugspegel")
279 public Set<Station> getStations() { 279 public Set<Station> getStations() {
280 return this.stations; 280 return this.stations;
281 } 281 }
282 282
283 public void setStations(Set<Station> stations) { 283 public void setStations(Set<Station> stations) {
284 this.stations = stations; 284 this.stations = stations;
285 } 285 }
286 } 286 }

http://dive4elements.wald.intevation.org