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

http://dive4elements.wald.intevation.org