comparison flys-backend/src/main/java/de/intevation/seddb/model/GsiebungsiebId.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
61 private BigDecimal rest; 61 private BigDecimal rest;
62 62
63 public GsiebungsiebId() { 63 public GsiebungsiebId() {
64 } 64 }
65 65
66 66
67 public GsiebungsiebId(long glotrechteid, long gsiebsatzid) { 67 public GsiebungsiebId(long glotrechteid, long gsiebsatzid) {
68 this.glotrechteid = glotrechteid; 68 this.glotrechteid = glotrechteid;
69 this.gsiebsatzid = gsiebsatzid; 69 this.gsiebsatzid = gsiebsatzid;
70 } 70 }
71 public GsiebungsiebId(long glotrechteid, long gsiebsatzid, BigDecimal gmasse, BigDecimal masche01, BigDecimal rueck01, BigDecimal masche02, BigDecimal rueck02, BigDecimal masche03, BigDecimal rueck03, BigDecimal masche04, BigDecimal rueck04, BigDecimal masche05, BigDecimal rueck05, BigDecimal masche06, BigDecimal rueck06, BigDecimal masche07, BigDecimal rueck07, BigDecimal masche08, BigDecimal rueck08, BigDecimal masche09, BigDecimal rueck09, BigDecimal masche10, BigDecimal rueck10, BigDecimal masche11, BigDecimal rueck11, BigDecimal masche12, BigDecimal rueck12, BigDecimal masche13, BigDecimal rueck13, BigDecimal masche14, BigDecimal rueck14, BigDecimal masche15, BigDecimal rueck15, BigDecimal masche16, BigDecimal rueck16, BigDecimal masche17, BigDecimal rueck17, BigDecimal masche18, BigDecimal rueck18, BigDecimal masche19, BigDecimal rueck19, BigDecimal masche20, BigDecimal rueck20, BigDecimal masche21, BigDecimal rueck21, BigDecimal rest) { 71 public GsiebungsiebId(long glotrechteid, long gsiebsatzid, BigDecimal gmasse, BigDecimal masche01, BigDecimal rueck01, BigDecimal masche02, BigDecimal rueck02, BigDecimal masche03, BigDecimal rueck03, BigDecimal masche04, BigDecimal rueck04, BigDecimal masche05, BigDecimal rueck05, BigDecimal masche06, BigDecimal rueck06, BigDecimal masche07, BigDecimal rueck07, BigDecimal masche08, BigDecimal rueck08, BigDecimal masche09, BigDecimal rueck09, BigDecimal masche10, BigDecimal rueck10, BigDecimal masche11, BigDecimal rueck11, BigDecimal masche12, BigDecimal rueck12, BigDecimal masche13, BigDecimal rueck13, BigDecimal masche14, BigDecimal rueck14, BigDecimal masche15, BigDecimal rueck15, BigDecimal masche16, BigDecimal rueck16, BigDecimal masche17, BigDecimal rueck17, BigDecimal masche18, BigDecimal rueck18, BigDecimal masche19, BigDecimal rueck19, BigDecimal masche20, BigDecimal rueck20, BigDecimal masche21, BigDecimal rueck21, BigDecimal rest) {
114 this.rueck20 = rueck20; 114 this.rueck20 = rueck20;
115 this.masche21 = masche21; 115 this.masche21 = masche21;
116 this.rueck21 = rueck21; 116 this.rueck21 = rueck21;
117 this.rest = rest; 117 this.rest = rest;
118 } 118 }
119 119
120 120
121 121
122 @Column(name="GLOTRECHTEID", nullable=false, precision=11, scale=0) 122 @Column(name="GLOTRECHTEID", nullable=false, precision=11, scale=0)
123 public long getGlotrechteid() { 123 public long getGlotrechteid() {
124 return this.glotrechteid; 124 return this.glotrechteid;
125 } 125 }
126 126
127 public void setGlotrechteid(long glotrechteid) { 127 public void setGlotrechteid(long glotrechteid) {
128 this.glotrechteid = glotrechteid; 128 this.glotrechteid = glotrechteid;
129 } 129 }
130 130
131 131
132 @Column(name="GSIEBSATZID", nullable=false, precision=11, scale=0) 132 @Column(name="GSIEBSATZID", nullable=false, precision=11, scale=0)
133 public long getGsiebsatzid() { 133 public long getGsiebsatzid() {
134 return this.gsiebsatzid; 134 return this.gsiebsatzid;
135 } 135 }
136 136
137 public void setGsiebsatzid(long gsiebsatzid) { 137 public void setGsiebsatzid(long gsiebsatzid) {
138 this.gsiebsatzid = gsiebsatzid; 138 this.gsiebsatzid = gsiebsatzid;
139 } 139 }
140 140
141 141
142 @Column(name="GMASSE", precision=9, scale=3) 142 @Column(name="GMASSE", precision=9, scale=3)
143 public BigDecimal getGmasse() { 143 public BigDecimal getGmasse() {
144 return this.gmasse; 144 return this.gmasse;
145 } 145 }
146 146
147 public void setGmasse(BigDecimal gmasse) { 147 public void setGmasse(BigDecimal gmasse) {
148 this.gmasse = gmasse; 148 this.gmasse = gmasse;
149 } 149 }
150 150
151 151
152 @Column(name="MASCHE01", precision=7, scale=4) 152 @Column(name="MASCHE01", precision=7, scale=4)
153 public BigDecimal getMasche01() { 153 public BigDecimal getMasche01() {
154 return this.masche01; 154 return this.masche01;
155 } 155 }
156 156
157 public void setMasche01(BigDecimal masche01) { 157 public void setMasche01(BigDecimal masche01) {
158 this.masche01 = masche01; 158 this.masche01 = masche01;
159 } 159 }
160 160
161 161
162 @Column(name="RUECK01", precision=9, scale=3) 162 @Column(name="RUECK01", precision=9, scale=3)
163 public BigDecimal getRueck01() { 163 public BigDecimal getRueck01() {
164 return this.rueck01; 164 return this.rueck01;
165 } 165 }
166 166
167 public void setRueck01(BigDecimal rueck01) { 167 public void setRueck01(BigDecimal rueck01) {
168 this.rueck01 = rueck01; 168 this.rueck01 = rueck01;
169 } 169 }
170 170
171 171
172 @Column(name="MASCHE02", precision=7, scale=4) 172 @Column(name="MASCHE02", precision=7, scale=4)
173 public BigDecimal getMasche02() { 173 public BigDecimal getMasche02() {
174 return this.masche02; 174 return this.masche02;
175 } 175 }
176 176
177 public void setMasche02(BigDecimal masche02) { 177 public void setMasche02(BigDecimal masche02) {
178 this.masche02 = masche02; 178 this.masche02 = masche02;
179 } 179 }
180 180
181 181
182 @Column(name="RUECK02", precision=9, scale=3) 182 @Column(name="RUECK02", precision=9, scale=3)
183 public BigDecimal getRueck02() { 183 public BigDecimal getRueck02() {
184 return this.rueck02; 184 return this.rueck02;
185 } 185 }
186 186
187 public void setRueck02(BigDecimal rueck02) { 187 public void setRueck02(BigDecimal rueck02) {
188 this.rueck02 = rueck02; 188 this.rueck02 = rueck02;
189 } 189 }
190 190
191 191
192 @Column(name="MASCHE03", precision=7, scale=4) 192 @Column(name="MASCHE03", precision=7, scale=4)
193 public BigDecimal getMasche03() { 193 public BigDecimal getMasche03() {
194 return this.masche03; 194 return this.masche03;
195 } 195 }
196 196
197 public void setMasche03(BigDecimal masche03) { 197 public void setMasche03(BigDecimal masche03) {
198 this.masche03 = masche03; 198 this.masche03 = masche03;
199 } 199 }
200 200
201 201
202 @Column(name="RUECK03", precision=9, scale=3) 202 @Column(name="RUECK03", precision=9, scale=3)
203 public BigDecimal getRueck03() { 203 public BigDecimal getRueck03() {
204 return this.rueck03; 204 return this.rueck03;
205 } 205 }
206 206
207 public void setRueck03(BigDecimal rueck03) { 207 public void setRueck03(BigDecimal rueck03) {
208 this.rueck03 = rueck03; 208 this.rueck03 = rueck03;
209 } 209 }
210 210
211 211
212 @Column(name="MASCHE04", precision=7, scale=4) 212 @Column(name="MASCHE04", precision=7, scale=4)
213 public BigDecimal getMasche04() { 213 public BigDecimal getMasche04() {
214 return this.masche04; 214 return this.masche04;
215 } 215 }
216 216
217 public void setMasche04(BigDecimal masche04) { 217 public void setMasche04(BigDecimal masche04) {
218 this.masche04 = masche04; 218 this.masche04 = masche04;
219 } 219 }
220 220
221 221
222 @Column(name="RUECK04", precision=9, scale=3) 222 @Column(name="RUECK04", precision=9, scale=3)
223 public BigDecimal getRueck04() { 223 public BigDecimal getRueck04() {
224 return this.rueck04; 224 return this.rueck04;
225 } 225 }
226 226
227 public void setRueck04(BigDecimal rueck04) { 227 public void setRueck04(BigDecimal rueck04) {
228 this.rueck04 = rueck04; 228 this.rueck04 = rueck04;
229 } 229 }
230 230
231 231
232 @Column(name="MASCHE05", precision=7, scale=4) 232 @Column(name="MASCHE05", precision=7, scale=4)
233 public BigDecimal getMasche05() { 233 public BigDecimal getMasche05() {
234 return this.masche05; 234 return this.masche05;
235 } 235 }
236 236
237 public void setMasche05(BigDecimal masche05) { 237 public void setMasche05(BigDecimal masche05) {
238 this.masche05 = masche05; 238 this.masche05 = masche05;
239 } 239 }
240 240
241 241
242 @Column(name="RUECK05", precision=9, scale=3) 242 @Column(name="RUECK05", precision=9, scale=3)
243 public BigDecimal getRueck05() { 243 public BigDecimal getRueck05() {
244 return this.rueck05; 244 return this.rueck05;
245 } 245 }
246 246
247 public void setRueck05(BigDecimal rueck05) { 247 public void setRueck05(BigDecimal rueck05) {
248 this.rueck05 = rueck05; 248 this.rueck05 = rueck05;
249 } 249 }
250 250
251 251
252 @Column(name="MASCHE06", precision=7, scale=4) 252 @Column(name="MASCHE06", precision=7, scale=4)
253 public BigDecimal getMasche06() { 253 public BigDecimal getMasche06() {
254 return this.masche06; 254 return this.masche06;
255 } 255 }
256 256
257 public void setMasche06(BigDecimal masche06) { 257 public void setMasche06(BigDecimal masche06) {
258 this.masche06 = masche06; 258 this.masche06 = masche06;
259 } 259 }
260 260
261 261
262 @Column(name="RUECK06", precision=9, scale=3) 262 @Column(name="RUECK06", precision=9, scale=3)
263 public BigDecimal getRueck06() { 263 public BigDecimal getRueck06() {
264 return this.rueck06; 264 return this.rueck06;
265 } 265 }
266 266
267 public void setRueck06(BigDecimal rueck06) { 267 public void setRueck06(BigDecimal rueck06) {
268 this.rueck06 = rueck06; 268 this.rueck06 = rueck06;
269 } 269 }
270 270
271 271
272 @Column(name="MASCHE07", precision=7, scale=4) 272 @Column(name="MASCHE07", precision=7, scale=4)
273 public BigDecimal getMasche07() { 273 public BigDecimal getMasche07() {
274 return this.masche07; 274 return this.masche07;
275 } 275 }
276 276
277 public void setMasche07(BigDecimal masche07) { 277 public void setMasche07(BigDecimal masche07) {
278 this.masche07 = masche07; 278 this.masche07 = masche07;
279 } 279 }
280 280
281 281
282 @Column(name="RUECK07", precision=9, scale=3) 282 @Column(name="RUECK07", precision=9, scale=3)
283 public BigDecimal getRueck07() { 283 public BigDecimal getRueck07() {
284 return this.rueck07; 284 return this.rueck07;
285 } 285 }
286 286
287 public void setRueck07(BigDecimal rueck07) { 287 public void setRueck07(BigDecimal rueck07) {
288 this.rueck07 = rueck07; 288 this.rueck07 = rueck07;
289 } 289 }
290 290
291 291
292 @Column(name="MASCHE08", precision=7, scale=4) 292 @Column(name="MASCHE08", precision=7, scale=4)
293 public BigDecimal getMasche08() { 293 public BigDecimal getMasche08() {
294 return this.masche08; 294 return this.masche08;
295 } 295 }
296 296
297 public void setMasche08(BigDecimal masche08) { 297 public void setMasche08(BigDecimal masche08) {
298 this.masche08 = masche08; 298 this.masche08 = masche08;
299 } 299 }
300 300
301 301
302 @Column(name="RUECK08", precision=9, scale=3) 302 @Column(name="RUECK08", precision=9, scale=3)
303 public BigDecimal getRueck08() { 303 public BigDecimal getRueck08() {
304 return this.rueck08; 304 return this.rueck08;
305 } 305 }
306 306
307 public void setRueck08(BigDecimal rueck08) { 307 public void setRueck08(BigDecimal rueck08) {
308 this.rueck08 = rueck08; 308 this.rueck08 = rueck08;
309 } 309 }
310 310
311 311
312 @Column(name="MASCHE09", precision=7, scale=4) 312 @Column(name="MASCHE09", precision=7, scale=4)
313 public BigDecimal getMasche09() { 313 public BigDecimal getMasche09() {
314 return this.masche09; 314 return this.masche09;
315 } 315 }
316 316
317 public void setMasche09(BigDecimal masche09) { 317 public void setMasche09(BigDecimal masche09) {
318 this.masche09 = masche09; 318 this.masche09 = masche09;
319 } 319 }
320 320
321 321
322 @Column(name="RUECK09", precision=9, scale=3) 322 @Column(name="RUECK09", precision=9, scale=3)
323 public BigDecimal getRueck09() { 323 public BigDecimal getRueck09() {
324 return this.rueck09; 324 return this.rueck09;
325 } 325 }
326 326
327 public void setRueck09(BigDecimal rueck09) { 327 public void setRueck09(BigDecimal rueck09) {
328 this.rueck09 = rueck09; 328 this.rueck09 = rueck09;
329 } 329 }
330 330
331 331
332 @Column(name="MASCHE10", precision=7, scale=4) 332 @Column(name="MASCHE10", precision=7, scale=4)
333 public BigDecimal getMasche10() { 333 public BigDecimal getMasche10() {
334 return this.masche10; 334 return this.masche10;
335 } 335 }
336 336
337 public void setMasche10(BigDecimal masche10) { 337 public void setMasche10(BigDecimal masche10) {
338 this.masche10 = masche10; 338 this.masche10 = masche10;
339 } 339 }
340 340
341 341
342 @Column(name="RUECK10", precision=9, scale=3) 342 @Column(name="RUECK10", precision=9, scale=3)
343 public BigDecimal getRueck10() { 343 public BigDecimal getRueck10() {
344 return this.rueck10; 344 return this.rueck10;
345 } 345 }
346 346
347 public void setRueck10(BigDecimal rueck10) { 347 public void setRueck10(BigDecimal rueck10) {
348 this.rueck10 = rueck10; 348 this.rueck10 = rueck10;
349 } 349 }
350 350
351 351
352 @Column(name="MASCHE11", precision=7, scale=4) 352 @Column(name="MASCHE11", precision=7, scale=4)
353 public BigDecimal getMasche11() { 353 public BigDecimal getMasche11() {
354 return this.masche11; 354 return this.masche11;
355 } 355 }
356 356
357 public void setMasche11(BigDecimal masche11) { 357 public void setMasche11(BigDecimal masche11) {
358 this.masche11 = masche11; 358 this.masche11 = masche11;
359 } 359 }
360 360
361 361
362 @Column(name="RUECK11", precision=9, scale=3) 362 @Column(name="RUECK11", precision=9, scale=3)
363 public BigDecimal getRueck11() { 363 public BigDecimal getRueck11() {
364 return this.rueck11; 364 return this.rueck11;
365 } 365 }
366 366
367 public void setRueck11(BigDecimal rueck11) { 367 public void setRueck11(BigDecimal rueck11) {
368 this.rueck11 = rueck11; 368 this.rueck11 = rueck11;
369 } 369 }
370 370
371 371
372 @Column(name="MASCHE12", precision=7, scale=4) 372 @Column(name="MASCHE12", precision=7, scale=4)
373 public BigDecimal getMasche12() { 373 public BigDecimal getMasche12() {
374 return this.masche12; 374 return this.masche12;
375 } 375 }
376 376
377 public void setMasche12(BigDecimal masche12) { 377 public void setMasche12(BigDecimal masche12) {
378 this.masche12 = masche12; 378 this.masche12 = masche12;
379 } 379 }
380 380
381 381
382 @Column(name="RUECK12", precision=9, scale=3) 382 @Column(name="RUECK12", precision=9, scale=3)
383 public BigDecimal getRueck12() { 383 public BigDecimal getRueck12() {
384 return this.rueck12; 384 return this.rueck12;
385 } 385 }
386 386
387 public void setRueck12(BigDecimal rueck12) { 387 public void setRueck12(BigDecimal rueck12) {
388 this.rueck12 = rueck12; 388 this.rueck12 = rueck12;
389 } 389 }
390 390
391 391
392 @Column(name="MASCHE13", precision=7, scale=4) 392 @Column(name="MASCHE13", precision=7, scale=4)
393 public BigDecimal getMasche13() { 393 public BigDecimal getMasche13() {
394 return this.masche13; 394 return this.masche13;
395 } 395 }
396 396
397 public void setMasche13(BigDecimal masche13) { 397 public void setMasche13(BigDecimal masche13) {
398 this.masche13 = masche13; 398 this.masche13 = masche13;
399 } 399 }
400 400
401 401
402 @Column(name="RUECK13", precision=9, scale=3) 402 @Column(name="RUECK13", precision=9, scale=3)
403 public BigDecimal getRueck13() { 403 public BigDecimal getRueck13() {
404 return this.rueck13; 404 return this.rueck13;
405 } 405 }
406 406
407 public void setRueck13(BigDecimal rueck13) { 407 public void setRueck13(BigDecimal rueck13) {
408 this.rueck13 = rueck13; 408 this.rueck13 = rueck13;
409 } 409 }
410 410
411 411
412 @Column(name="MASCHE14", precision=7, scale=4) 412 @Column(name="MASCHE14", precision=7, scale=4)
413 public BigDecimal getMasche14() { 413 public BigDecimal getMasche14() {
414 return this.masche14; 414 return this.masche14;
415 } 415 }
416 416
417 public void setMasche14(BigDecimal masche14) { 417 public void setMasche14(BigDecimal masche14) {
418 this.masche14 = masche14; 418 this.masche14 = masche14;
419 } 419 }
420 420
421 421
422 @Column(name="RUECK14", precision=9, scale=3) 422 @Column(name="RUECK14", precision=9, scale=3)
423 public BigDecimal getRueck14() { 423 public BigDecimal getRueck14() {
424 return this.rueck14; 424 return this.rueck14;
425 } 425 }
426 426
427 public void setRueck14(BigDecimal rueck14) { 427 public void setRueck14(BigDecimal rueck14) {
428 this.rueck14 = rueck14; 428 this.rueck14 = rueck14;
429 } 429 }
430 430
431 431
432 @Column(name="MASCHE15", precision=7, scale=4) 432 @Column(name="MASCHE15", precision=7, scale=4)
433 public BigDecimal getMasche15() { 433 public BigDecimal getMasche15() {
434 return this.masche15; 434 return this.masche15;
435 } 435 }
436 436
437 public void setMasche15(BigDecimal masche15) { 437 public void setMasche15(BigDecimal masche15) {
438 this.masche15 = masche15; 438 this.masche15 = masche15;
439 } 439 }
440 440
441 441
442 @Column(name="RUECK15", precision=9, scale=3) 442 @Column(name="RUECK15", precision=9, scale=3)
443 public BigDecimal getRueck15() { 443 public BigDecimal getRueck15() {
444 return this.rueck15; 444 return this.rueck15;
445 } 445 }
446 446
447 public void setRueck15(BigDecimal rueck15) { 447 public void setRueck15(BigDecimal rueck15) {
448 this.rueck15 = rueck15; 448 this.rueck15 = rueck15;
449 } 449 }
450 450
451 451
452 @Column(name="MASCHE16", precision=7, scale=4) 452 @Column(name="MASCHE16", precision=7, scale=4)
453 public BigDecimal getMasche16() { 453 public BigDecimal getMasche16() {
454 return this.masche16; 454 return this.masche16;
455 } 455 }
456 456
457 public void setMasche16(BigDecimal masche16) { 457 public void setMasche16(BigDecimal masche16) {
458 this.masche16 = masche16; 458 this.masche16 = masche16;
459 } 459 }
460 460
461 461
462 @Column(name="RUECK16", precision=9, scale=3) 462 @Column(name="RUECK16", precision=9, scale=3)
463 public BigDecimal getRueck16() { 463 public BigDecimal getRueck16() {
464 return this.rueck16; 464 return this.rueck16;
465 } 465 }
466 466
467 public void setRueck16(BigDecimal rueck16) { 467 public void setRueck16(BigDecimal rueck16) {
468 this.rueck16 = rueck16; 468 this.rueck16 = rueck16;
469 } 469 }
470 470
471 471
472 @Column(name="MASCHE17", precision=7, scale=4) 472 @Column(name="MASCHE17", precision=7, scale=4)
473 public BigDecimal getMasche17() { 473 public BigDecimal getMasche17() {
474 return this.masche17; 474 return this.masche17;
475 } 475 }
476 476
477 public void setMasche17(BigDecimal masche17) { 477 public void setMasche17(BigDecimal masche17) {
478 this.masche17 = masche17; 478 this.masche17 = masche17;
479 } 479 }
480 480
481 481
482 @Column(name="RUECK17", precision=9, scale=3) 482 @Column(name="RUECK17", precision=9, scale=3)
483 public BigDecimal getRueck17() { 483 public BigDecimal getRueck17() {
484 return this.rueck17; 484 return this.rueck17;
485 } 485 }
486 486
487 public void setRueck17(BigDecimal rueck17) { 487 public void setRueck17(BigDecimal rueck17) {
488 this.rueck17 = rueck17; 488 this.rueck17 = rueck17;
489 } 489 }
490 490
491 491
492 @Column(name="MASCHE18", precision=7, scale=4) 492 @Column(name="MASCHE18", precision=7, scale=4)
493 public BigDecimal getMasche18() { 493 public BigDecimal getMasche18() {
494 return this.masche18; 494 return this.masche18;
495 } 495 }
496 496
497 public void setMasche18(BigDecimal masche18) { 497 public void setMasche18(BigDecimal masche18) {
498 this.masche18 = masche18; 498 this.masche18 = masche18;
499 } 499 }
500 500
501 501
502 @Column(name="RUECK18", precision=9, scale=3) 502 @Column(name="RUECK18", precision=9, scale=3)
503 public BigDecimal getRueck18() { 503 public BigDecimal getRueck18() {
504 return this.rueck18; 504 return this.rueck18;
505 } 505 }
506 506
507 public void setRueck18(BigDecimal rueck18) { 507 public void setRueck18(BigDecimal rueck18) {
508 this.rueck18 = rueck18; 508 this.rueck18 = rueck18;
509 } 509 }
510 510
511 511
512 @Column(name="MASCHE19", precision=7, scale=4) 512 @Column(name="MASCHE19", precision=7, scale=4)
513 public BigDecimal getMasche19() { 513 public BigDecimal getMasche19() {
514 return this.masche19; 514 return this.masche19;
515 } 515 }
516 516
517 public void setMasche19(BigDecimal masche19) { 517 public void setMasche19(BigDecimal masche19) {
518 this.masche19 = masche19; 518 this.masche19 = masche19;
519 } 519 }
520 520
521 521
522 @Column(name="RUECK19", precision=9, scale=3) 522 @Column(name="RUECK19", precision=9, scale=3)
523 public BigDecimal getRueck19() { 523 public BigDecimal getRueck19() {
524 return this.rueck19; 524 return this.rueck19;
525 } 525 }
526 526
527 public void setRueck19(BigDecimal rueck19) { 527 public void setRueck19(BigDecimal rueck19) {
528 this.rueck19 = rueck19; 528 this.rueck19 = rueck19;
529 } 529 }
530 530
531 531
532 @Column(name="MASCHE20", precision=7, scale=4) 532 @Column(name="MASCHE20", precision=7, scale=4)
533 public BigDecimal getMasche20() { 533 public BigDecimal getMasche20() {
534 return this.masche20; 534 return this.masche20;
535 } 535 }
536 536
537 public void setMasche20(BigDecimal masche20) { 537 public void setMasche20(BigDecimal masche20) {
538 this.masche20 = masche20; 538 this.masche20 = masche20;
539 } 539 }
540 540
541 541
542 @Column(name="RUECK20", precision=9, scale=3) 542 @Column(name="RUECK20", precision=9, scale=3)
543 public BigDecimal getRueck20() { 543 public BigDecimal getRueck20() {
544 return this.rueck20; 544 return this.rueck20;
545 } 545 }
546 546
547 public void setRueck20(BigDecimal rueck20) { 547 public void setRueck20(BigDecimal rueck20) {
548 this.rueck20 = rueck20; 548 this.rueck20 = rueck20;
549 } 549 }
550 550
551 551
552 @Column(name="MASCHE21", precision=7, scale=4) 552 @Column(name="MASCHE21", precision=7, scale=4)
553 public BigDecimal getMasche21() { 553 public BigDecimal getMasche21() {
554 return this.masche21; 554 return this.masche21;
555 } 555 }
556 556
557 public void setMasche21(BigDecimal masche21) { 557 public void setMasche21(BigDecimal masche21) {
558 this.masche21 = masche21; 558 this.masche21 = masche21;
559 } 559 }
560 560
561 561
562 @Column(name="RUECK21", precision=9, scale=3) 562 @Column(name="RUECK21", precision=9, scale=3)
563 public BigDecimal getRueck21() { 563 public BigDecimal getRueck21() {
564 return this.rueck21; 564 return this.rueck21;
565 } 565 }
566 566
567 public void setRueck21(BigDecimal rueck21) { 567 public void setRueck21(BigDecimal rueck21) {
568 this.rueck21 = rueck21; 568 this.rueck21 = rueck21;
569 } 569 }
570 570
571 571
572 @Column(name="REST", precision=9, scale=3) 572 @Column(name="REST", precision=9, scale=3)
573 public BigDecimal getRest() { 573 public BigDecimal getRest() {
574 return this.rest; 574 return this.rest;
575 } 575 }
576 576
577 public void setRest(BigDecimal rest) { 577 public void setRest(BigDecimal rest) {
578 this.rest = rest; 578 this.rest = rest;
579 } 579 }
580 580
581 581
582 public boolean equals(Object other) { 582 public boolean equals(Object other) {
583 if ( (this == other ) ) return true; 583 if ( (this == other ) ) return true;
584 if ( (other == null ) ) return false; 584 if ( (other == null ) ) return false;
585 if ( !(other instanceof GsiebungsiebId) ) return false; 585 if ( !(other instanceof GsiebungsiebId) ) return false;
586 GsiebungsiebId castOther = ( GsiebungsiebId ) other; 586 GsiebungsiebId castOther = ( GsiebungsiebId ) other;
587 587
588 return (this.getGlotrechteid()==castOther.getGlotrechteid()) 588 return (this.getGlotrechteid()==castOther.getGlotrechteid())
589 && (this.getGsiebsatzid()==castOther.getGsiebsatzid()) 589 && (this.getGsiebsatzid()==castOther.getGsiebsatzid())
590 && ( (this.getGmasse()==castOther.getGmasse()) || ( this.getGmasse()!=null && castOther.getGmasse()!=null && this.getGmasse().equals(castOther.getGmasse()) ) ) 590 && ( (this.getGmasse()==castOther.getGmasse()) || ( this.getGmasse()!=null && castOther.getGmasse()!=null && this.getGmasse().equals(castOther.getGmasse()) ) )
591 && ( (this.getMasche01()==castOther.getMasche01()) || ( this.getMasche01()!=null && castOther.getMasche01()!=null && this.getMasche01().equals(castOther.getMasche01()) ) ) 591 && ( (this.getMasche01()==castOther.getMasche01()) || ( this.getMasche01()!=null && castOther.getMasche01()!=null && this.getMasche01().equals(castOther.getMasche01()) ) )
592 && ( (this.getRueck01()==castOther.getRueck01()) || ( this.getRueck01()!=null && castOther.getRueck01()!=null && this.getRueck01().equals(castOther.getRueck01()) ) ) 592 && ( (this.getRueck01()==castOther.getRueck01()) || ( this.getRueck01()!=null && castOther.getRueck01()!=null && this.getRueck01().equals(castOther.getRueck01()) ) )
630 && ( (this.getRueck20()==castOther.getRueck20()) || ( this.getRueck20()!=null && castOther.getRueck20()!=null && this.getRueck20().equals(castOther.getRueck20()) ) ) 630 && ( (this.getRueck20()==castOther.getRueck20()) || ( this.getRueck20()!=null && castOther.getRueck20()!=null && this.getRueck20().equals(castOther.getRueck20()) ) )
631 && ( (this.getMasche21()==castOther.getMasche21()) || ( this.getMasche21()!=null && castOther.getMasche21()!=null && this.getMasche21().equals(castOther.getMasche21()) ) ) 631 && ( (this.getMasche21()==castOther.getMasche21()) || ( this.getMasche21()!=null && castOther.getMasche21()!=null && this.getMasche21().equals(castOther.getMasche21()) ) )
632 && ( (this.getRueck21()==castOther.getRueck21()) || ( this.getRueck21()!=null && castOther.getRueck21()!=null && this.getRueck21().equals(castOther.getRueck21()) ) ) 632 && ( (this.getRueck21()==castOther.getRueck21()) || ( this.getRueck21()!=null && castOther.getRueck21()!=null && this.getRueck21().equals(castOther.getRueck21()) ) )
633 && ( (this.getRest()==castOther.getRest()) || ( this.getRest()!=null && castOther.getRest()!=null && this.getRest().equals(castOther.getRest()) ) ); 633 && ( (this.getRest()==castOther.getRest()) || ( this.getRest()!=null && castOther.getRest()!=null && this.getRest().equals(castOther.getRest()) ) );
634 } 634 }
635 635
636 public int hashCode() { 636 public int hashCode() {
637 int result = 17; 637 int result = 17;
638 638
639 result = 37 * result + (int) this.getGlotrechteid(); 639 result = 37 * result + (int) this.getGlotrechteid();
640 result = 37 * result + (int) this.getGsiebsatzid(); 640 result = 37 * result + (int) this.getGsiebsatzid();
641 result = 37 * result + ( getGmasse() == null ? 0 : this.getGmasse().hashCode() ); 641 result = 37 * result + ( getGmasse() == null ? 0 : this.getGmasse().hashCode() );
642 result = 37 * result + ( getMasche01() == null ? 0 : this.getMasche01().hashCode() ); 642 result = 37 * result + ( getMasche01() == null ? 0 : this.getMasche01().hashCode() );
643 result = 37 * result + ( getRueck01() == null ? 0 : this.getRueck01().hashCode() ); 643 result = 37 * result + ( getRueck01() == null ? 0 : this.getRueck01().hashCode() );
681 result = 37 * result + ( getRueck20() == null ? 0 : this.getRueck20().hashCode() ); 681 result = 37 * result + ( getRueck20() == null ? 0 : this.getRueck20().hashCode() );
682 result = 37 * result + ( getMasche21() == null ? 0 : this.getMasche21().hashCode() ); 682 result = 37 * result + ( getMasche21() == null ? 0 : this.getMasche21().hashCode() );
683 result = 37 * result + ( getRueck21() == null ? 0 : this.getRueck21().hashCode() ); 683 result = 37 * result + ( getRueck21() == null ? 0 : this.getRueck21().hashCode() );
684 result = 37 * result + ( getRest() == null ? 0 : this.getRest().hashCode() ); 684 result = 37 * result + ( getRest() == null ? 0 : this.getRest().hashCode() );
685 return result; 685 return result;
686 } 686 }
687 } 687 }

http://dive4elements.wald.intevation.org