comparison backend/src/main/java/org/dive4elements/river/seddb/model/SsiebungsiebId.java @ 5873:1e68eca26b8a

river backend: Moved SedDB hibernate model to org/dive4elements/river/seddb.
author Sascha L. Teichmann <teichmann@intevation.de>
date Mon, 29 Apr 2013 11:33:01 +0200
parents backend/src/main/java/de/intevation/seddb/model/SsiebungsiebId.java@4dd33b86dc61
children 7ba4815a52a4
comparison
equal deleted inserted replaced
5872:bc4e1bf26227 5873:1e68eca26b8a
1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
2 * Software engineering by Intevation GmbH
3 *
4 * This file is Free Software under the GNU AGPL (>=v3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
6 * documentation coming with Dive4Elements River for details.
7 */
8
9 package org.dive4elements.seddb.model;
10 // Generated 14.06.2012 11:30:57 by Hibernate Tools 3.4.0.CR1
11
12
13 import java.math.BigDecimal;
14 import javax.persistence.Column;
15 import javax.persistence.Embeddable;
16
17 /**
18 * SsiebungsiebId generated by hbm2java
19 */
20 @Embeddable
21 public class SsiebungsiebId implements java.io.Serializable {
22
23
24 private long siebanalyseid;
25 private long gsiebsatzid;
26 private BigDecimal gmasse;
27 private BigDecimal masche01;
28 private BigDecimal rueck01;
29 private BigDecimal masche02;
30 private BigDecimal rueck02;
31 private BigDecimal masche03;
32 private BigDecimal rueck03;
33 private BigDecimal masche04;
34 private BigDecimal rueck04;
35 private BigDecimal masche05;
36 private BigDecimal rueck05;
37 private BigDecimal masche06;
38 private BigDecimal rueck06;
39 private BigDecimal masche07;
40 private BigDecimal rueck07;
41 private BigDecimal masche08;
42 private BigDecimal rueck08;
43 private BigDecimal masche09;
44 private BigDecimal rueck09;
45 private BigDecimal masche10;
46 private BigDecimal rueck10;
47 private BigDecimal masche11;
48 private BigDecimal rueck11;
49 private BigDecimal masche12;
50 private BigDecimal rueck12;
51 private BigDecimal masche13;
52 private BigDecimal rueck13;
53 private BigDecimal masche14;
54 private BigDecimal rueck14;
55 private BigDecimal masche15;
56 private BigDecimal rueck15;
57 private BigDecimal masche16;
58 private BigDecimal rueck16;
59 private BigDecimal masche17;
60 private BigDecimal rueck17;
61 private BigDecimal masche18;
62 private BigDecimal rueck18;
63 private BigDecimal masche19;
64 private BigDecimal rueck19;
65 private BigDecimal masche20;
66 private BigDecimal rueck20;
67 private BigDecimal masche21;
68 private BigDecimal rueck21;
69 private BigDecimal rest;
70
71 public SsiebungsiebId() {
72 }
73
74 public SsiebungsiebId(long siebanalyseid, long gsiebsatzid) {
75 this.siebanalyseid = siebanalyseid;
76 this.gsiebsatzid = gsiebsatzid;
77 }
78 public SsiebungsiebId(long siebanalyseid, 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) {
79 this.siebanalyseid = siebanalyseid;
80 this.gsiebsatzid = gsiebsatzid;
81 this.gmasse = gmasse;
82 this.masche01 = masche01;
83 this.rueck01 = rueck01;
84 this.masche02 = masche02;
85 this.rueck02 = rueck02;
86 this.masche03 = masche03;
87 this.rueck03 = rueck03;
88 this.masche04 = masche04;
89 this.rueck04 = rueck04;
90 this.masche05 = masche05;
91 this.rueck05 = rueck05;
92 this.masche06 = masche06;
93 this.rueck06 = rueck06;
94 this.masche07 = masche07;
95 this.rueck07 = rueck07;
96 this.masche08 = masche08;
97 this.rueck08 = rueck08;
98 this.masche09 = masche09;
99 this.rueck09 = rueck09;
100 this.masche10 = masche10;
101 this.rueck10 = rueck10;
102 this.masche11 = masche11;
103 this.rueck11 = rueck11;
104 this.masche12 = masche12;
105 this.rueck12 = rueck12;
106 this.masche13 = masche13;
107 this.rueck13 = rueck13;
108 this.masche14 = masche14;
109 this.rueck14 = rueck14;
110 this.masche15 = masche15;
111 this.rueck15 = rueck15;
112 this.masche16 = masche16;
113 this.rueck16 = rueck16;
114 this.masche17 = masche17;
115 this.rueck17 = rueck17;
116 this.masche18 = masche18;
117 this.rueck18 = rueck18;
118 this.masche19 = masche19;
119 this.rueck19 = rueck19;
120 this.masche20 = masche20;
121 this.rueck20 = rueck20;
122 this.masche21 = masche21;
123 this.rueck21 = rueck21;
124 this.rest = rest;
125 }
126
127
128
129 @Column(name="SIEBANALYSEID", nullable=false, precision=11, scale=0)
130 public long getSiebanalyseid() {
131 return this.siebanalyseid;
132 }
133
134 public void setSiebanalyseid(long siebanalyseid) {
135 this.siebanalyseid = siebanalyseid;
136 }
137
138
139 @Column(name="GSIEBSATZID", nullable=false, precision=11, scale=0)
140 public long getGsiebsatzid() {
141 return this.gsiebsatzid;
142 }
143
144 public void setGsiebsatzid(long gsiebsatzid) {
145 this.gsiebsatzid = gsiebsatzid;
146 }
147
148
149 @Column(name="GMASSE", precision=9, scale=3)
150 public BigDecimal getGmasse() {
151 return this.gmasse;
152 }
153
154 public void setGmasse(BigDecimal gmasse) {
155 this.gmasse = gmasse;
156 }
157
158
159 @Column(name="MASCHE01", precision=7, scale=4)
160 public BigDecimal getMasche01() {
161 return this.masche01;
162 }
163
164 public void setMasche01(BigDecimal masche01) {
165 this.masche01 = masche01;
166 }
167
168
169 @Column(name="RUECK01", precision=9, scale=3)
170 public BigDecimal getRueck01() {
171 return this.rueck01;
172 }
173
174 public void setRueck01(BigDecimal rueck01) {
175 this.rueck01 = rueck01;
176 }
177
178
179 @Column(name="MASCHE02", precision=7, scale=4)
180 public BigDecimal getMasche02() {
181 return this.masche02;
182 }
183
184 public void setMasche02(BigDecimal masche02) {
185 this.masche02 = masche02;
186 }
187
188
189 @Column(name="RUECK02", precision=9, scale=3)
190 public BigDecimal getRueck02() {
191 return this.rueck02;
192 }
193
194 public void setRueck02(BigDecimal rueck02) {
195 this.rueck02 = rueck02;
196 }
197
198
199 @Column(name="MASCHE03", precision=7, scale=4)
200 public BigDecimal getMasche03() {
201 return this.masche03;
202 }
203
204 public void setMasche03(BigDecimal masche03) {
205 this.masche03 = masche03;
206 }
207
208
209 @Column(name="RUECK03", precision=9, scale=3)
210 public BigDecimal getRueck03() {
211 return this.rueck03;
212 }
213
214 public void setRueck03(BigDecimal rueck03) {
215 this.rueck03 = rueck03;
216 }
217
218
219 @Column(name="MASCHE04", precision=7, scale=4)
220 public BigDecimal getMasche04() {
221 return this.masche04;
222 }
223
224 public void setMasche04(BigDecimal masche04) {
225 this.masche04 = masche04;
226 }
227
228
229 @Column(name="RUECK04", precision=9, scale=3)
230 public BigDecimal getRueck04() {
231 return this.rueck04;
232 }
233
234 public void setRueck04(BigDecimal rueck04) {
235 this.rueck04 = rueck04;
236 }
237
238
239 @Column(name="MASCHE05", precision=7, scale=4)
240 public BigDecimal getMasche05() {
241 return this.masche05;
242 }
243
244 public void setMasche05(BigDecimal masche05) {
245 this.masche05 = masche05;
246 }
247
248
249 @Column(name="RUECK05", precision=9, scale=3)
250 public BigDecimal getRueck05() {
251 return this.rueck05;
252 }
253
254 public void setRueck05(BigDecimal rueck05) {
255 this.rueck05 = rueck05;
256 }
257
258
259 @Column(name="MASCHE06", precision=7, scale=4)
260 public BigDecimal getMasche06() {
261 return this.masche06;
262 }
263
264 public void setMasche06(BigDecimal masche06) {
265 this.masche06 = masche06;
266 }
267
268
269 @Column(name="RUECK06", precision=9, scale=3)
270 public BigDecimal getRueck06() {
271 return this.rueck06;
272 }
273
274 public void setRueck06(BigDecimal rueck06) {
275 this.rueck06 = rueck06;
276 }
277
278
279 @Column(name="MASCHE07", precision=7, scale=4)
280 public BigDecimal getMasche07() {
281 return this.masche07;
282 }
283
284 public void setMasche07(BigDecimal masche07) {
285 this.masche07 = masche07;
286 }
287
288
289 @Column(name="RUECK07", precision=9, scale=3)
290 public BigDecimal getRueck07() {
291 return this.rueck07;
292 }
293
294 public void setRueck07(BigDecimal rueck07) {
295 this.rueck07 = rueck07;
296 }
297
298
299 @Column(name="MASCHE08", precision=7, scale=4)
300 public BigDecimal getMasche08() {
301 return this.masche08;
302 }
303
304 public void setMasche08(BigDecimal masche08) {
305 this.masche08 = masche08;
306 }
307
308
309 @Column(name="RUECK08", precision=9, scale=3)
310 public BigDecimal getRueck08() {
311 return this.rueck08;
312 }
313
314 public void setRueck08(BigDecimal rueck08) {
315 this.rueck08 = rueck08;
316 }
317
318
319 @Column(name="MASCHE09", precision=7, scale=4)
320 public BigDecimal getMasche09() {
321 return this.masche09;
322 }
323
324 public void setMasche09(BigDecimal masche09) {
325 this.masche09 = masche09;
326 }
327
328
329 @Column(name="RUECK09", precision=9, scale=3)
330 public BigDecimal getRueck09() {
331 return this.rueck09;
332 }
333
334 public void setRueck09(BigDecimal rueck09) {
335 this.rueck09 = rueck09;
336 }
337
338
339 @Column(name="MASCHE10", precision=7, scale=4)
340 public BigDecimal getMasche10() {
341 return this.masche10;
342 }
343
344 public void setMasche10(BigDecimal masche10) {
345 this.masche10 = masche10;
346 }
347
348
349 @Column(name="RUECK10", precision=9, scale=3)
350 public BigDecimal getRueck10() {
351 return this.rueck10;
352 }
353
354 public void setRueck10(BigDecimal rueck10) {
355 this.rueck10 = rueck10;
356 }
357
358
359 @Column(name="MASCHE11", precision=7, scale=4)
360 public BigDecimal getMasche11() {
361 return this.masche11;
362 }
363
364 public void setMasche11(BigDecimal masche11) {
365 this.masche11 = masche11;
366 }
367
368
369 @Column(name="RUECK11", precision=9, scale=3)
370 public BigDecimal getRueck11() {
371 return this.rueck11;
372 }
373
374 public void setRueck11(BigDecimal rueck11) {
375 this.rueck11 = rueck11;
376 }
377
378
379 @Column(name="MASCHE12", precision=7, scale=4)
380 public BigDecimal getMasche12() {
381 return this.masche12;
382 }
383
384 public void setMasche12(BigDecimal masche12) {
385 this.masche12 = masche12;
386 }
387
388
389 @Column(name="RUECK12", precision=9, scale=3)
390 public BigDecimal getRueck12() {
391 return this.rueck12;
392 }
393
394 public void setRueck12(BigDecimal rueck12) {
395 this.rueck12 = rueck12;
396 }
397
398
399 @Column(name="MASCHE13", precision=7, scale=4)
400 public BigDecimal getMasche13() {
401 return this.masche13;
402 }
403
404 public void setMasche13(BigDecimal masche13) {
405 this.masche13 = masche13;
406 }
407
408
409 @Column(name="RUECK13", precision=9, scale=3)
410 public BigDecimal getRueck13() {
411 return this.rueck13;
412 }
413
414 public void setRueck13(BigDecimal rueck13) {
415 this.rueck13 = rueck13;
416 }
417
418
419 @Column(name="MASCHE14", precision=7, scale=4)
420 public BigDecimal getMasche14() {
421 return this.masche14;
422 }
423
424 public void setMasche14(BigDecimal masche14) {
425 this.masche14 = masche14;
426 }
427
428
429 @Column(name="RUECK14", precision=9, scale=3)
430 public BigDecimal getRueck14() {
431 return this.rueck14;
432 }
433
434 public void setRueck14(BigDecimal rueck14) {
435 this.rueck14 = rueck14;
436 }
437
438
439 @Column(name="MASCHE15", precision=7, scale=4)
440 public BigDecimal getMasche15() {
441 return this.masche15;
442 }
443
444 public void setMasche15(BigDecimal masche15) {
445 this.masche15 = masche15;
446 }
447
448
449 @Column(name="RUECK15", precision=9, scale=3)
450 public BigDecimal getRueck15() {
451 return this.rueck15;
452 }
453
454 public void setRueck15(BigDecimal rueck15) {
455 this.rueck15 = rueck15;
456 }
457
458
459 @Column(name="MASCHE16", precision=7, scale=4)
460 public BigDecimal getMasche16() {
461 return this.masche16;
462 }
463
464 public void setMasche16(BigDecimal masche16) {
465 this.masche16 = masche16;
466 }
467
468
469 @Column(name="RUECK16", precision=9, scale=3)
470 public BigDecimal getRueck16() {
471 return this.rueck16;
472 }
473
474 public void setRueck16(BigDecimal rueck16) {
475 this.rueck16 = rueck16;
476 }
477
478
479 @Column(name="MASCHE17", precision=7, scale=4)
480 public BigDecimal getMasche17() {
481 return this.masche17;
482 }
483
484 public void setMasche17(BigDecimal masche17) {
485 this.masche17 = masche17;
486 }
487
488
489 @Column(name="RUECK17", precision=9, scale=3)
490 public BigDecimal getRueck17() {
491 return this.rueck17;
492 }
493
494 public void setRueck17(BigDecimal rueck17) {
495 this.rueck17 = rueck17;
496 }
497
498
499 @Column(name="MASCHE18", precision=7, scale=4)
500 public BigDecimal getMasche18() {
501 return this.masche18;
502 }
503
504 public void setMasche18(BigDecimal masche18) {
505 this.masche18 = masche18;
506 }
507
508
509 @Column(name="RUECK18", precision=9, scale=3)
510 public BigDecimal getRueck18() {
511 return this.rueck18;
512 }
513
514 public void setRueck18(BigDecimal rueck18) {
515 this.rueck18 = rueck18;
516 }
517
518
519 @Column(name="MASCHE19", precision=7, scale=4)
520 public BigDecimal getMasche19() {
521 return this.masche19;
522 }
523
524 public void setMasche19(BigDecimal masche19) {
525 this.masche19 = masche19;
526 }
527
528
529 @Column(name="RUECK19", precision=9, scale=3)
530 public BigDecimal getRueck19() {
531 return this.rueck19;
532 }
533
534 public void setRueck19(BigDecimal rueck19) {
535 this.rueck19 = rueck19;
536 }
537
538
539 @Column(name="MASCHE20", precision=7, scale=4)
540 public BigDecimal getMasche20() {
541 return this.masche20;
542 }
543
544 public void setMasche20(BigDecimal masche20) {
545 this.masche20 = masche20;
546 }
547
548
549 @Column(name="RUECK20", precision=9, scale=3)
550 public BigDecimal getRueck20() {
551 return this.rueck20;
552 }
553
554 public void setRueck20(BigDecimal rueck20) {
555 this.rueck20 = rueck20;
556 }
557
558
559 @Column(name="MASCHE21", precision=7, scale=4)
560 public BigDecimal getMasche21() {
561 return this.masche21;
562 }
563
564 public void setMasche21(BigDecimal masche21) {
565 this.masche21 = masche21;
566 }
567
568
569 @Column(name="RUECK21", precision=9, scale=3)
570 public BigDecimal getRueck21() {
571 return this.rueck21;
572 }
573
574 public void setRueck21(BigDecimal rueck21) {
575 this.rueck21 = rueck21;
576 }
577
578
579 @Column(name="REST", precision=9, scale=3)
580 public BigDecimal getRest() {
581 return this.rest;
582 }
583
584 public void setRest(BigDecimal rest) {
585 this.rest = rest;
586 }
587
588
589 public boolean equals(Object other) {
590 if ( (this == other ) ) return true;
591 if ( (other == null ) ) return false;
592 if ( !(other instanceof SsiebungsiebId) ) return false;
593 SsiebungsiebId castOther = ( SsiebungsiebId ) other;
594
595 return (this.getSiebanalyseid()==castOther.getSiebanalyseid())
596 && (this.getGsiebsatzid()==castOther.getGsiebsatzid())
597 && ( (this.getGmasse()==castOther.getGmasse()) || ( this.getGmasse()!=null && castOther.getGmasse()!=null && this.getGmasse().equals(castOther.getGmasse()) ) )
598 && ( (this.getMasche01()==castOther.getMasche01()) || ( this.getMasche01()!=null && castOther.getMasche01()!=null && this.getMasche01().equals(castOther.getMasche01()) ) )
599 && ( (this.getRueck01()==castOther.getRueck01()) || ( this.getRueck01()!=null && castOther.getRueck01()!=null && this.getRueck01().equals(castOther.getRueck01()) ) )
600 && ( (this.getMasche02()==castOther.getMasche02()) || ( this.getMasche02()!=null && castOther.getMasche02()!=null && this.getMasche02().equals(castOther.getMasche02()) ) )
601 && ( (this.getRueck02()==castOther.getRueck02()) || ( this.getRueck02()!=null && castOther.getRueck02()!=null && this.getRueck02().equals(castOther.getRueck02()) ) )
602 && ( (this.getMasche03()==castOther.getMasche03()) || ( this.getMasche03()!=null && castOther.getMasche03()!=null && this.getMasche03().equals(castOther.getMasche03()) ) )
603 && ( (this.getRueck03()==castOther.getRueck03()) || ( this.getRueck03()!=null && castOther.getRueck03()!=null && this.getRueck03().equals(castOther.getRueck03()) ) )
604 && ( (this.getMasche04()==castOther.getMasche04()) || ( this.getMasche04()!=null && castOther.getMasche04()!=null && this.getMasche04().equals(castOther.getMasche04()) ) )
605 && ( (this.getRueck04()==castOther.getRueck04()) || ( this.getRueck04()!=null && castOther.getRueck04()!=null && this.getRueck04().equals(castOther.getRueck04()) ) )
606 && ( (this.getMasche05()==castOther.getMasche05()) || ( this.getMasche05()!=null && castOther.getMasche05()!=null && this.getMasche05().equals(castOther.getMasche05()) ) )
607 && ( (this.getRueck05()==castOther.getRueck05()) || ( this.getRueck05()!=null && castOther.getRueck05()!=null && this.getRueck05().equals(castOther.getRueck05()) ) )
608 && ( (this.getMasche06()==castOther.getMasche06()) || ( this.getMasche06()!=null && castOther.getMasche06()!=null && this.getMasche06().equals(castOther.getMasche06()) ) )
609 && ( (this.getRueck06()==castOther.getRueck06()) || ( this.getRueck06()!=null && castOther.getRueck06()!=null && this.getRueck06().equals(castOther.getRueck06()) ) )
610 && ( (this.getMasche07()==castOther.getMasche07()) || ( this.getMasche07()!=null && castOther.getMasche07()!=null && this.getMasche07().equals(castOther.getMasche07()) ) )
611 && ( (this.getRueck07()==castOther.getRueck07()) || ( this.getRueck07()!=null && castOther.getRueck07()!=null && this.getRueck07().equals(castOther.getRueck07()) ) )
612 && ( (this.getMasche08()==castOther.getMasche08()) || ( this.getMasche08()!=null && castOther.getMasche08()!=null && this.getMasche08().equals(castOther.getMasche08()) ) )
613 && ( (this.getRueck08()==castOther.getRueck08()) || ( this.getRueck08()!=null && castOther.getRueck08()!=null && this.getRueck08().equals(castOther.getRueck08()) ) )
614 && ( (this.getMasche09()==castOther.getMasche09()) || ( this.getMasche09()!=null && castOther.getMasche09()!=null && this.getMasche09().equals(castOther.getMasche09()) ) )
615 && ( (this.getRueck09()==castOther.getRueck09()) || ( this.getRueck09()!=null && castOther.getRueck09()!=null && this.getRueck09().equals(castOther.getRueck09()) ) )
616 && ( (this.getMasche10()==castOther.getMasche10()) || ( this.getMasche10()!=null && castOther.getMasche10()!=null && this.getMasche10().equals(castOther.getMasche10()) ) )
617 && ( (this.getRueck10()==castOther.getRueck10()) || ( this.getRueck10()!=null && castOther.getRueck10()!=null && this.getRueck10().equals(castOther.getRueck10()) ) )
618 && ( (this.getMasche11()==castOther.getMasche11()) || ( this.getMasche11()!=null && castOther.getMasche11()!=null && this.getMasche11().equals(castOther.getMasche11()) ) )
619 && ( (this.getRueck11()==castOther.getRueck11()) || ( this.getRueck11()!=null && castOther.getRueck11()!=null && this.getRueck11().equals(castOther.getRueck11()) ) )
620 && ( (this.getMasche12()==castOther.getMasche12()) || ( this.getMasche12()!=null && castOther.getMasche12()!=null && this.getMasche12().equals(castOther.getMasche12()) ) )
621 && ( (this.getRueck12()==castOther.getRueck12()) || ( this.getRueck12()!=null && castOther.getRueck12()!=null && this.getRueck12().equals(castOther.getRueck12()) ) )
622 && ( (this.getMasche13()==castOther.getMasche13()) || ( this.getMasche13()!=null && castOther.getMasche13()!=null && this.getMasche13().equals(castOther.getMasche13()) ) )
623 && ( (this.getRueck13()==castOther.getRueck13()) || ( this.getRueck13()!=null && castOther.getRueck13()!=null && this.getRueck13().equals(castOther.getRueck13()) ) )
624 && ( (this.getMasche14()==castOther.getMasche14()) || ( this.getMasche14()!=null && castOther.getMasche14()!=null && this.getMasche14().equals(castOther.getMasche14()) ) )
625 && ( (this.getRueck14()==castOther.getRueck14()) || ( this.getRueck14()!=null && castOther.getRueck14()!=null && this.getRueck14().equals(castOther.getRueck14()) ) )
626 && ( (this.getMasche15()==castOther.getMasche15()) || ( this.getMasche15()!=null && castOther.getMasche15()!=null && this.getMasche15().equals(castOther.getMasche15()) ) )
627 && ( (this.getRueck15()==castOther.getRueck15()) || ( this.getRueck15()!=null && castOther.getRueck15()!=null && this.getRueck15().equals(castOther.getRueck15()) ) )
628 && ( (this.getMasche16()==castOther.getMasche16()) || ( this.getMasche16()!=null && castOther.getMasche16()!=null && this.getMasche16().equals(castOther.getMasche16()) ) )
629 && ( (this.getRueck16()==castOther.getRueck16()) || ( this.getRueck16()!=null && castOther.getRueck16()!=null && this.getRueck16().equals(castOther.getRueck16()) ) )
630 && ( (this.getMasche17()==castOther.getMasche17()) || ( this.getMasche17()!=null && castOther.getMasche17()!=null && this.getMasche17().equals(castOther.getMasche17()) ) )
631 && ( (this.getRueck17()==castOther.getRueck17()) || ( this.getRueck17()!=null && castOther.getRueck17()!=null && this.getRueck17().equals(castOther.getRueck17()) ) )
632 && ( (this.getMasche18()==castOther.getMasche18()) || ( this.getMasche18()!=null && castOther.getMasche18()!=null && this.getMasche18().equals(castOther.getMasche18()) ) )
633 && ( (this.getRueck18()==castOther.getRueck18()) || ( this.getRueck18()!=null && castOther.getRueck18()!=null && this.getRueck18().equals(castOther.getRueck18()) ) )
634 && ( (this.getMasche19()==castOther.getMasche19()) || ( this.getMasche19()!=null && castOther.getMasche19()!=null && this.getMasche19().equals(castOther.getMasche19()) ) )
635 && ( (this.getRueck19()==castOther.getRueck19()) || ( this.getRueck19()!=null && castOther.getRueck19()!=null && this.getRueck19().equals(castOther.getRueck19()) ) )
636 && ( (this.getMasche20()==castOther.getMasche20()) || ( this.getMasche20()!=null && castOther.getMasche20()!=null && this.getMasche20().equals(castOther.getMasche20()) ) )
637 && ( (this.getRueck20()==castOther.getRueck20()) || ( this.getRueck20()!=null && castOther.getRueck20()!=null && this.getRueck20().equals(castOther.getRueck20()) ) )
638 && ( (this.getMasche21()==castOther.getMasche21()) || ( this.getMasche21()!=null && castOther.getMasche21()!=null && this.getMasche21().equals(castOther.getMasche21()) ) )
639 && ( (this.getRueck21()==castOther.getRueck21()) || ( this.getRueck21()!=null && castOther.getRueck21()!=null && this.getRueck21().equals(castOther.getRueck21()) ) )
640 && ( (this.getRest()==castOther.getRest()) || ( this.getRest()!=null && castOther.getRest()!=null && this.getRest().equals(castOther.getRest()) ) );
641 }
642
643 public int hashCode() {
644 int result = 17;
645
646 result = 37 * result + (int) this.getSiebanalyseid();
647 result = 37 * result + (int) this.getGsiebsatzid();
648 result = 37 * result + ( getGmasse() == null ? 0 : this.getGmasse().hashCode() );
649 result = 37 * result + ( getMasche01() == null ? 0 : this.getMasche01().hashCode() );
650 result = 37 * result + ( getRueck01() == null ? 0 : this.getRueck01().hashCode() );
651 result = 37 * result + ( getMasche02() == null ? 0 : this.getMasche02().hashCode() );
652 result = 37 * result + ( getRueck02() == null ? 0 : this.getRueck02().hashCode() );
653 result = 37 * result + ( getMasche03() == null ? 0 : this.getMasche03().hashCode() );
654 result = 37 * result + ( getRueck03() == null ? 0 : this.getRueck03().hashCode() );
655 result = 37 * result + ( getMasche04() == null ? 0 : this.getMasche04().hashCode() );
656 result = 37 * result + ( getRueck04() == null ? 0 : this.getRueck04().hashCode() );
657 result = 37 * result + ( getMasche05() == null ? 0 : this.getMasche05().hashCode() );
658 result = 37 * result + ( getRueck05() == null ? 0 : this.getRueck05().hashCode() );
659 result = 37 * result + ( getMasche06() == null ? 0 : this.getMasche06().hashCode() );
660 result = 37 * result + ( getRueck06() == null ? 0 : this.getRueck06().hashCode() );
661 result = 37 * result + ( getMasche07() == null ? 0 : this.getMasche07().hashCode() );
662 result = 37 * result + ( getRueck07() == null ? 0 : this.getRueck07().hashCode() );
663 result = 37 * result + ( getMasche08() == null ? 0 : this.getMasche08().hashCode() );
664 result = 37 * result + ( getRueck08() == null ? 0 : this.getRueck08().hashCode() );
665 result = 37 * result + ( getMasche09() == null ? 0 : this.getMasche09().hashCode() );
666 result = 37 * result + ( getRueck09() == null ? 0 : this.getRueck09().hashCode() );
667 result = 37 * result + ( getMasche10() == null ? 0 : this.getMasche10().hashCode() );
668 result = 37 * result + ( getRueck10() == null ? 0 : this.getRueck10().hashCode() );
669 result = 37 * result + ( getMasche11() == null ? 0 : this.getMasche11().hashCode() );
670 result = 37 * result + ( getRueck11() == null ? 0 : this.getRueck11().hashCode() );
671 result = 37 * result + ( getMasche12() == null ? 0 : this.getMasche12().hashCode() );
672 result = 37 * result + ( getRueck12() == null ? 0 : this.getRueck12().hashCode() );
673 result = 37 * result + ( getMasche13() == null ? 0 : this.getMasche13().hashCode() );
674 result = 37 * result + ( getRueck13() == null ? 0 : this.getRueck13().hashCode() );
675 result = 37 * result + ( getMasche14() == null ? 0 : this.getMasche14().hashCode() );
676 result = 37 * result + ( getRueck14() == null ? 0 : this.getRueck14().hashCode() );
677 result = 37 * result + ( getMasche15() == null ? 0 : this.getMasche15().hashCode() );
678 result = 37 * result + ( getRueck15() == null ? 0 : this.getRueck15().hashCode() );
679 result = 37 * result + ( getMasche16() == null ? 0 : this.getMasche16().hashCode() );
680 result = 37 * result + ( getRueck16() == null ? 0 : this.getRueck16().hashCode() );
681 result = 37 * result + ( getMasche17() == null ? 0 : this.getMasche17().hashCode() );
682 result = 37 * result + ( getRueck17() == null ? 0 : this.getRueck17().hashCode() );
683 result = 37 * result + ( getMasche18() == null ? 0 : this.getMasche18().hashCode() );
684 result = 37 * result + ( getRueck18() == null ? 0 : this.getRueck18().hashCode() );
685 result = 37 * result + ( getMasche19() == null ? 0 : this.getMasche19().hashCode() );
686 result = 37 * result + ( getRueck19() == null ? 0 : this.getRueck19().hashCode() );
687 result = 37 * result + ( getMasche20() == null ? 0 : this.getMasche20().hashCode() );
688 result = 37 * result + ( getRueck20() == null ? 0 : this.getRueck20().hashCode() );
689 result = 37 * result + ( getMasche21() == null ? 0 : this.getMasche21().hashCode() );
690 result = 37 * result + ( getRueck21() == null ? 0 : this.getRueck21().hashCode() );
691 result = 37 * result + ( getRest() == null ? 0 : this.getRest().hashCode() );
692 return result;
693 }
694 }

http://dive4elements.wald.intevation.org