comparison flys-backend/src/main/java/de/intevation/seddb/model/SsiebungsiebId.java @ 3332:aa8ed778c8cc

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

http://dive4elements.wald.intevation.org