comparison flys-backend/src/main/java/de/intevation/seddb/model/MessungstaId.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
177 this.stakm = stakm; 177 this.stakm = stakm;
178 this.gewaesserid = gewaesserid; 178 this.gewaesserid = gewaesserid;
179 this.gewname = gewname; 179 this.gewname = gewname;
180 this.bezugspegelid = bezugspegelid; 180 this.bezugspegelid = bezugspegelid;
181 } 181 }
182 182
183 183
184 184
185 @Column(name="MESSUNGID") 185 @Column(name="MESSUNGID")
186 public Serializable getMessungid() { 186 public Serializable getMessungid() {
187 return this.messungid; 187 return this.messungid;
188 } 188 }
189 189
190 public void setMessungid(Serializable messungid) { 190 public void setMessungid(Serializable messungid) {
191 this.messungid = messungid; 191 this.messungid = messungid;
192 } 192 }
193 193
194 194
195 @Column(name="STATIONID") 195 @Column(name="STATIONID")
196 public Serializable getStationid() { 196 public Serializable getStationid() {
197 return this.stationid; 197 return this.stationid;
198 } 198 }
199 199
200 public void setStationid(Serializable stationid) { 200 public void setStationid(Serializable stationid) {
201 this.stationid = stationid; 201 this.stationid = stationid;
202 } 202 }
203 203
204 204
205 @Column(name="DATUM") 205 @Column(name="DATUM")
206 public Serializable getDatum() { 206 public Serializable getDatum() {
207 return this.datum; 207 return this.datum;
208 } 208 }
209 209
210 public void setDatum(Serializable datum) { 210 public void setDatum(Serializable datum) {
211 this.datum = datum; 211 this.datum = datum;
212 } 212 }
213 213
214 214
215 @Column(name="HPEILUNGID") 215 @Column(name="HPEILUNGID")
216 public Serializable getHpeilungid() { 216 public Serializable getHpeilungid() {
217 return this.hpeilungid; 217 return this.hpeilungid;
218 } 218 }
219 219
220 public void setHpeilungid(Serializable hpeilungid) { 220 public void setHpeilungid(Serializable hpeilungid) {
221 this.hpeilungid = hpeilungid; 221 this.hpeilungid = hpeilungid;
222 } 222 }
223 223
224 224
225 @Column(name="MPEILUNGID") 225 @Column(name="MPEILUNGID")
226 public Serializable getMpeilungid() { 226 public Serializable getMpeilungid() {
227 return this.mpeilungid; 227 return this.mpeilungid;
228 } 228 }
229 229
230 public void setMpeilungid(Serializable mpeilungid) { 230 public void setMpeilungid(Serializable mpeilungid) {
231 this.mpeilungid = mpeilungid; 231 this.mpeilungid = mpeilungid;
232 } 232 }
233 233
234 234
235 @Column(name="GFAENGERID") 235 @Column(name="GFAENGERID")
236 public Serializable getGfaengerid() { 236 public Serializable getGfaengerid() {
237 return this.gfaengerid; 237 return this.gfaengerid;
238 } 238 }
239 239
240 public void setGfaengerid(Serializable gfaengerid) { 240 public void setGfaengerid(Serializable gfaengerid) {
241 this.gfaengerid = gfaengerid; 241 this.gfaengerid = gfaengerid;
242 } 242 }
243 243
244 244
245 @Column(name="GSIEBSATZID") 245 @Column(name="GSIEBSATZID")
246 public Serializable getGsiebsatzid() { 246 public Serializable getGsiebsatzid() {
247 return this.gsiebsatzid; 247 return this.gsiebsatzid;
248 } 248 }
249 249
250 public void setGsiebsatzid(Serializable gsiebsatzid) { 250 public void setGsiebsatzid(Serializable gsiebsatzid) {
251 this.gsiebsatzid = gsiebsatzid; 251 this.gsiebsatzid = gsiebsatzid;
252 } 252 }
253 253
254 254
255 @Column(name="MESSNR") 255 @Column(name="MESSNR")
256 public Serializable getMessnr() { 256 public Serializable getMessnr() {
257 return this.messnr; 257 return this.messnr;
258 } 258 }
259 259
260 public void setMessnr(Serializable messnr) { 260 public void setMessnr(Serializable messnr) {
261 this.messnr = messnr; 261 this.messnr = messnr;
262 } 262 }
263 263
264 264
265 @Column(name="FGUE") 265 @Column(name="FGUE")
266 public Serializable getFgue() { 266 public Serializable getFgue() {
267 return this.fgue; 267 return this.fgue;
268 } 268 }
269 269
270 public void setFgue(Serializable fgue) { 270 public void setFgue(Serializable fgue) {
271 this.fgue = fgue; 271 this.fgue = fgue;
272 } 272 }
273 273
274 274
275 @Column(name="UHRVON") 275 @Column(name="UHRVON")
276 public Serializable getUhrvon() { 276 public Serializable getUhrvon() {
277 return this.uhrvon; 277 return this.uhrvon;
278 } 278 }
279 279
280 public void setUhrvon(Serializable uhrvon) { 280 public void setUhrvon(Serializable uhrvon) {
281 this.uhrvon = uhrvon; 281 this.uhrvon = uhrvon;
282 } 282 }
283 283
284 284
285 @Column(name="UHRBIS") 285 @Column(name="UHRBIS")
286 public Serializable getUhrbis() { 286 public Serializable getUhrbis() {
287 return this.uhrbis; 287 return this.uhrbis;
288 } 288 }
289 289
290 public void setUhrbis(Serializable uhrbis) { 290 public void setUhrbis(Serializable uhrbis) {
291 this.uhrbis = uhrbis; 291 this.uhrbis = uhrbis;
292 } 292 }
293 293
294 294
295 @Column(name="WSPCM") 295 @Column(name="WSPCM")
296 public Serializable getWspcm() { 296 public Serializable getWspcm() {
297 return this.wspcm; 297 return this.wspcm;
298 } 298 }
299 299
300 public void setWspcm(Serializable wspcm) { 300 public void setWspcm(Serializable wspcm) {
301 this.wspcm = wspcm; 301 this.wspcm = wspcm;
302 } 302 }
303 303
304 304
305 @Column(name="Q_BPEGEL") 305 @Column(name="Q_BPEGEL")
306 public Serializable getQBpegel() { 306 public Serializable getQBpegel() {
307 return this.QBpegel; 307 return this.QBpegel;
308 } 308 }
309 309
310 public void setQBpegel(Serializable QBpegel) { 310 public void setQBpegel(Serializable QBpegel) {
311 this.QBpegel = QBpegel; 311 this.QBpegel = QBpegel;
312 } 312 }
313 313
314 314
315 @Column(name="WSPNN") 315 @Column(name="WSPNN")
316 public Serializable getWspnn() { 316 public Serializable getWspnn() {
317 return this.wspnn; 317 return this.wspnn;
318 } 318 }
319 319
320 public void setWspnn(Serializable wspnn) { 320 public void setWspnn(Serializable wspnn) {
321 this.wspnn = wspnn; 321 this.wspnn = wspnn;
322 } 322 }
323 323
324 324
325 @Column(name="IE") 325 @Column(name="IE")
326 public Serializable getIe() { 326 public Serializable getIe() {
327 return this.ie; 327 return this.ie;
328 } 328 }
329 329
330 public void setIe(Serializable ie) { 330 public void setIe(Serializable ie) {
331 this.ie = ie; 331 this.ie = ie;
332 } 332 }
333 333
334 334
335 @Column(name="WTEMP") 335 @Column(name="WTEMP")
336 public Serializable getWtemp() { 336 public Serializable getWtemp() {
337 return this.wtemp; 337 return this.wtemp;
338 } 338 }
339 339
340 public void setWtemp(Serializable wtemp) { 340 public void setWtemp(Serializable wtemp) {
341 this.wtemp = wtemp; 341 this.wtemp = wtemp;
342 } 342 }
343 343
344 344
345 @Column(name="GBREITE") 345 @Column(name="GBREITE")
346 public Serializable getGbreite() { 346 public Serializable getGbreite() {
347 return this.gbreite; 347 return this.gbreite;
348 } 348 }
349 349
350 public void setGbreite(Serializable gbreite) { 350 public void setGbreite(Serializable gbreite) {
351 this.gbreite = gbreite; 351 this.gbreite = gbreite;
352 } 352 }
353 353
354 354
355 @Column(name="GBREITEVON") 355 @Column(name="GBREITEVON")
356 public Serializable getGbreitevon() { 356 public Serializable getGbreitevon() {
357 return this.gbreitevon; 357 return this.gbreitevon;
358 } 358 }
359 359
360 public void setGbreitevon(Serializable gbreitevon) { 360 public void setGbreitevon(Serializable gbreitevon) {
361 this.gbreitevon = gbreitevon; 361 this.gbreitevon = gbreitevon;
362 } 362 }
363 363
364 364
365 @Column(name="GBREITEBIS") 365 @Column(name="GBREITEBIS")
366 public Serializable getGbreitebis() { 366 public Serializable getGbreitebis() {
367 return this.gbreitebis; 367 return this.gbreitebis;
368 } 368 }
369 369
370 public void setGbreitebis(Serializable gbreitebis) { 370 public void setGbreitebis(Serializable gbreitebis) {
371 this.gbreitebis = gbreitebis; 371 this.gbreitebis = gbreitebis;
372 } 372 }
373 373
374 374
375 @Column(name="TGESCHIEBE") 375 @Column(name="TGESCHIEBE")
376 public Serializable getTgeschiebe() { 376 public Serializable getTgeschiebe() {
377 return this.tgeschiebe; 377 return this.tgeschiebe;
378 } 378 }
379 379
380 public void setTgeschiebe(Serializable tgeschiebe) { 380 public void setTgeschiebe(Serializable tgeschiebe) {
381 this.tgeschiebe = tgeschiebe; 381 this.tgeschiebe = tgeschiebe;
382 } 382 }
383 383
384 384
385 @Column(name="TSAND") 385 @Column(name="TSAND")
386 public Serializable getTsand() { 386 public Serializable getTsand() {
387 return this.tsand; 387 return this.tsand;
388 } 388 }
389 389
390 public void setTsand(Serializable tsand) { 390 public void setTsand(Serializable tsand) {
391 this.tsand = tsand; 391 this.tsand = tsand;
392 } 392 }
393 393
394 394
395 @Column(name="TSCHWEB") 395 @Column(name="TSCHWEB")
396 public Serializable getTschweb() { 396 public Serializable getTschweb() {
397 return this.tschweb; 397 return this.tschweb;
398 } 398 }
399 399
400 public void setTschweb(Serializable tschweb) { 400 public void setTschweb(Serializable tschweb) {
401 this.tschweb = tschweb; 401 this.tschweb = tschweb;
402 } 402 }
403 403
404 404
405 @Column(name="CSCHWEB") 405 @Column(name="CSCHWEB")
406 public Serializable getCschweb() { 406 public Serializable getCschweb() {
407 return this.cschweb; 407 return this.cschweb;
408 } 408 }
409 409
410 public void setCschweb(Serializable cschweb) { 410 public void setCschweb(Serializable cschweb) {
411 this.cschweb = cschweb; 411 this.cschweb = cschweb;
412 } 412 }
413 413
414 414
415 @Column(name="UFERLIABST") 415 @Column(name="UFERLIABST")
416 public Serializable getUferliabst() { 416 public Serializable getUferliabst() {
417 return this.uferliabst; 417 return this.uferliabst;
418 } 418 }
419 419
420 public void setUferliabst(Serializable uferliabst) { 420 public void setUferliabst(Serializable uferliabst) {
421 this.uferliabst = uferliabst; 421 this.uferliabst = uferliabst;
422 } 422 }
423 423
424 424
425 @Column(name="UFERREABST") 425 @Column(name="UFERREABST")
426 public Serializable getUferreabst() { 426 public Serializable getUferreabst() {
427 return this.uferreabst; 427 return this.uferreabst;
428 } 428 }
429 429
430 public void setUferreabst(Serializable uferreabst) { 430 public void setUferreabst(Serializable uferreabst) {
431 this.uferreabst = uferreabst; 431 this.uferreabst = uferreabst;
432 } 432 }
433 433
434 434
435 @Column(name="Q") 435 @Column(name="Q")
436 public Serializable getQ() { 436 public Serializable getQ() {
437 return this.q; 437 return this.q;
438 } 438 }
439 439
440 public void setQ(Serializable q) { 440 public void setQ(Serializable q) {
441 this.q = q; 441 this.q = q;
442 } 442 }
443 443
444 444
445 @Column(name="A_HPEIL") 445 @Column(name="A_HPEIL")
446 public Serializable getAHpeil() { 446 public Serializable getAHpeil() {
447 return this.AHpeil; 447 return this.AHpeil;
448 } 448 }
449 449
450 public void setAHpeil(Serializable AHpeil) { 450 public void setAHpeil(Serializable AHpeil) {
451 this.AHpeil = AHpeil; 451 this.AHpeil = AHpeil;
452 } 452 }
453 453
454 454
455 @Column(name="A_MPEIL") 455 @Column(name="A_MPEIL")
456 public Serializable getAMpeil() { 456 public Serializable getAMpeil() {
457 return this.AMpeil; 457 return this.AMpeil;
458 } 458 }
459 459
460 public void setAMpeil(Serializable AMpeil) { 460 public void setAMpeil(Serializable AMpeil) {
461 this.AMpeil = AMpeil; 461 this.AMpeil = AMpeil;
462 } 462 }
463 463
464 464
465 @Column(name="B") 465 @Column(name="B")
466 public Serializable getB() { 466 public Serializable getB() {
467 return this.b; 467 return this.b;
468 } 468 }
469 469
470 public void setB(Serializable b) { 470 public void setB(Serializable b) {
471 this.b = b; 471 this.b = b;
472 } 472 }
473 473
474 474
475 @Column(name="HM") 475 @Column(name="HM")
476 public Serializable getHm() { 476 public Serializable getHm() {
477 return this.hm; 477 return this.hm;
478 } 478 }
479 479
480 public void setHm(Serializable hm) { 480 public void setHm(Serializable hm) {
481 this.hm = hm; 481 this.hm = hm;
482 } 482 }
483 483
484 484
485 @Column(name="VM") 485 @Column(name="VM")
486 public Serializable getVm() { 486 public Serializable getVm() {
487 return this.vm; 487 return this.vm;
488 } 488 }
489 489
490 public void setVm(Serializable vm) { 490 public void setVm(Serializable vm) {
491 this.vm = vm; 491 this.vm = vm;
492 } 492 }
493 493
494 494
495 @Column(name="VSOHLE") 495 @Column(name="VSOHLE")
496 public Serializable getVsohle() { 496 public Serializable getVsohle() {
497 return this.vsohle; 497 return this.vsohle;
498 } 498 }
499 499
500 public void setVsohle(Serializable vsohle) { 500 public void setVsohle(Serializable vsohle) {
501 this.vsohle = vsohle; 501 this.vsohle = vsohle;
502 } 502 }
503 503
504 504
505 @Column(name="TAU") 505 @Column(name="TAU")
506 public Serializable getTau() { 506 public Serializable getTau() {
507 return this.tau; 507 return this.tau;
508 } 508 }
509 509
510 public void setTau(Serializable tau) { 510 public void setTau(Serializable tau) {
511 this.tau = tau; 511 this.tau = tau;
512 } 512 }
513 513
514 514
515 @Column(name="TAUV") 515 @Column(name="TAUV")
516 public Serializable getTauv() { 516 public Serializable getTauv() {
517 return this.tauv; 517 return this.tauv;
518 } 518 }
519 519
520 public void setTauv(Serializable tauv) { 520 public void setTauv(Serializable tauv) {
521 this.tauv = tauv; 521 this.tauv = tauv;
522 } 522 }
523 523
524 524
525 @Column(name="TEIL_Q") 525 @Column(name="TEIL_Q")
526 public Serializable getTeilQ() { 526 public Serializable getTeilQ() {
527 return this.teilQ; 527 return this.teilQ;
528 } 528 }
529 529
530 public void setTeilQ(Serializable teilQ) { 530 public void setTeilQ(Serializable teilQ) {
531 this.teilQ = teilQ; 531 this.teilQ = teilQ;
532 } 532 }
533 533
534 534
535 @Column(name="TEIL_A_HPEIL") 535 @Column(name="TEIL_A_HPEIL")
536 public Serializable getTeilAHpeil() { 536 public Serializable getTeilAHpeil() {
537 return this.teilAHpeil; 537 return this.teilAHpeil;
538 } 538 }
539 539
540 public void setTeilAHpeil(Serializable teilAHpeil) { 540 public void setTeilAHpeil(Serializable teilAHpeil) {
541 this.teilAHpeil = teilAHpeil; 541 this.teilAHpeil = teilAHpeil;
542 } 542 }
543 543
544 544
545 @Column(name="TEIL_A_MPEIL") 545 @Column(name="TEIL_A_MPEIL")
546 public Serializable getTeilAMpeil() { 546 public Serializable getTeilAMpeil() {
547 return this.teilAMpeil; 547 return this.teilAMpeil;
548 } 548 }
549 549
550 public void setTeilAMpeil(Serializable teilAMpeil) { 550 public void setTeilAMpeil(Serializable teilAMpeil) {
551 this.teilAMpeil = teilAMpeil; 551 this.teilAMpeil = teilAMpeil;
552 } 552 }
553 553
554 554
555 @Column(name="TEIL_B") 555 @Column(name="TEIL_B")
556 public Serializable getTeilB() { 556 public Serializable getTeilB() {
557 return this.teilB; 557 return this.teilB;
558 } 558 }
559 559
560 public void setTeilB(Serializable teilB) { 560 public void setTeilB(Serializable teilB) {
561 this.teilB = teilB; 561 this.teilB = teilB;
562 } 562 }
563 563
564 564
565 @Column(name="TEIL_HM") 565 @Column(name="TEIL_HM")
566 public Serializable getTeilHm() { 566 public Serializable getTeilHm() {
567 return this.teilHm; 567 return this.teilHm;
568 } 568 }
569 569
570 public void setTeilHm(Serializable teilHm) { 570 public void setTeilHm(Serializable teilHm) {
571 this.teilHm = teilHm; 571 this.teilHm = teilHm;
572 } 572 }
573 573
574 574
575 @Column(name="TEIL_VM") 575 @Column(name="TEIL_VM")
576 public Serializable getTeilVm() { 576 public Serializable getTeilVm() {
577 return this.teilVm; 577 return this.teilVm;
578 } 578 }
579 579
580 public void setTeilVm(Serializable teilVm) { 580 public void setTeilVm(Serializable teilVm) {
581 this.teilVm = teilVm; 581 this.teilVm = teilVm;
582 } 582 }
583 583
584 584
585 @Column(name="TEIL_VSOHLE") 585 @Column(name="TEIL_VSOHLE")
586 public Serializable getTeilVsohle() { 586 public Serializable getTeilVsohle() {
587 return this.teilVsohle; 587 return this.teilVsohle;
588 } 588 }
589 589
590 public void setTeilVsohle(Serializable teilVsohle) { 590 public void setTeilVsohle(Serializable teilVsohle) {
591 this.teilVsohle = teilVsohle; 591 this.teilVsohle = teilVsohle;
592 } 592 }
593 593
594 594
595 @Column(name="TEIL_TAU") 595 @Column(name="TEIL_TAU")
596 public Serializable getTeilTau() { 596 public Serializable getTeilTau() {
597 return this.teilTau; 597 return this.teilTau;
598 } 598 }
599 599
600 public void setTeilTau(Serializable teilTau) { 600 public void setTeilTau(Serializable teilTau) {
601 this.teilTau = teilTau; 601 this.teilTau = teilTau;
602 } 602 }
603 603
604 604
605 @Column(name="TEIL_TAUV") 605 @Column(name="TEIL_TAUV")
606 public Serializable getTeilTauv() { 606 public Serializable getTeilTauv() {
607 return this.teilTauv; 607 return this.teilTauv;
608 } 608 }
609 609
610 public void setTeilTauv(Serializable teilTauv) { 610 public void setTeilTauv(Serializable teilTauv) {
611 this.teilTauv = teilTauv; 611 this.teilTauv = teilTauv;
612 } 612 }
613 613
614 614
615 @Column(name="MITTELTYP") 615 @Column(name="MITTELTYP")
616 public Serializable getMitteltyp() { 616 public Serializable getMitteltyp() {
617 return this.mitteltyp; 617 return this.mitteltyp;
618 } 618 }
619 619
620 public void setMitteltyp(Serializable mitteltyp) { 620 public void setMitteltyp(Serializable mitteltyp) {
621 this.mitteltyp = mitteltyp; 621 this.mitteltyp = mitteltyp;
622 } 622 }
623 623
624 624
625 @Column(name="DM") 625 @Column(name="DM")
626 public Serializable getDm() { 626 public Serializable getDm() {
627 return this.dm; 627 return this.dm;
628 } 628 }
629 629
630 public void setDm(Serializable dm) { 630 public void setDm(Serializable dm) {
631 this.dm = dm; 631 this.dm = dm;
632 } 632 }
633 633
634 634
635 @Column(name="SK") 635 @Column(name="SK")
636 public Serializable getSk() { 636 public Serializable getSk() {
637 return this.sk; 637 return this.sk;
638 } 638 }
639 639
640 public void setSk(Serializable sk) { 640 public void setSk(Serializable sk) {
641 this.sk = sk; 641 this.sk = sk;
642 } 642 }
643 643
644 644
645 @Column(name="SO") 645 @Column(name="SO")
646 public Serializable getSo() { 646 public Serializable getSo() {
647 return this.so; 647 return this.so;
648 } 648 }
649 649
650 public void setSo(Serializable so) { 650 public void setSo(Serializable so) {
651 this.so = so; 651 this.so = so;
652 } 652 }
653 653
654 654
655 @Column(name="U") 655 @Column(name="U")
656 public Serializable getU() { 656 public Serializable getU() {
657 return this.u; 657 return this.u;
658 } 658 }
659 659
660 public void setU(Serializable u) { 660 public void setU(Serializable u) {
661 this.u = u; 661 this.u = u;
662 } 662 }
663 663
664 664
665 @Column(name="D90") 665 @Column(name="D90")
666 public Serializable getD90() { 666 public Serializable getD90() {
667 return this.d90; 667 return this.d90;
668 } 668 }
669 669
670 public void setD90(Serializable d90) { 670 public void setD90(Serializable d90) {
671 this.d90 = d90; 671 this.d90 = d90;
672 } 672 }
673 673
674 674
675 @Column(name="D84") 675 @Column(name="D84")
676 public Serializable getD84() { 676 public Serializable getD84() {
677 return this.d84; 677 return this.d84;
678 } 678 }
679 679
680 public void setD84(Serializable d84) { 680 public void setD84(Serializable d84) {
681 this.d84 = d84; 681 this.d84 = d84;
682 } 682 }
683 683
684 684
685 @Column(name="D80") 685 @Column(name="D80")
686 public Serializable getD80() { 686 public Serializable getD80() {
687 return this.d80; 687 return this.d80;
688 } 688 }
689 689
690 public void setD80(Serializable d80) { 690 public void setD80(Serializable d80) {
691 this.d80 = d80; 691 this.d80 = d80;
692 } 692 }
693 693
694 694
695 @Column(name="D75") 695 @Column(name="D75")
696 public Serializable getD75() { 696 public Serializable getD75() {
697 return this.d75; 697 return this.d75;
698 } 698 }
699 699
700 public void setD75(Serializable d75) { 700 public void setD75(Serializable d75) {
701 this.d75 = d75; 701 this.d75 = d75;
702 } 702 }
703 703
704 704
705 @Column(name="D70") 705 @Column(name="D70")
706 public Serializable getD70() { 706 public Serializable getD70() {
707 return this.d70; 707 return this.d70;
708 } 708 }
709 709
710 public void setD70(Serializable d70) { 710 public void setD70(Serializable d70) {
711 this.d70 = d70; 711 this.d70 = d70;
712 } 712 }
713 713
714 714
715 @Column(name="D60") 715 @Column(name="D60")
716 public Serializable getD60() { 716 public Serializable getD60() {
717 return this.d60; 717 return this.d60;
718 } 718 }
719 719
720 public void setD60(Serializable d60) { 720 public void setD60(Serializable d60) {
721 this.d60 = d60; 721 this.d60 = d60;
722 } 722 }
723 723
724 724
725 @Column(name="D50") 725 @Column(name="D50")
726 public Serializable getD50() { 726 public Serializable getD50() {
727 return this.d50; 727 return this.d50;
728 } 728 }
729 729
730 public void setD50(Serializable d50) { 730 public void setD50(Serializable d50) {
731 this.d50 = d50; 731 this.d50 = d50;
732 } 732 }
733 733
734 734
735 @Column(name="D40") 735 @Column(name="D40")
736 public Serializable getD40() { 736 public Serializable getD40() {
737 return this.d40; 737 return this.d40;
738 } 738 }
739 739
740 public void setD40(Serializable d40) { 740 public void setD40(Serializable d40) {
741 this.d40 = d40; 741 this.d40 = d40;
742 } 742 }
743 743
744 744
745 @Column(name="D30") 745 @Column(name="D30")
746 public Serializable getD30() { 746 public Serializable getD30() {
747 return this.d30; 747 return this.d30;
748 } 748 }
749 749
750 public void setD30(Serializable d30) { 750 public void setD30(Serializable d30) {
751 this.d30 = d30; 751 this.d30 = d30;
752 } 752 }
753 753
754 754
755 @Column(name="D25") 755 @Column(name="D25")
756 public Serializable getD25() { 756 public Serializable getD25() {
757 return this.d25; 757 return this.d25;
758 } 758 }
759 759
760 public void setD25(Serializable d25) { 760 public void setD25(Serializable d25) {
761 this.d25 = d25; 761 this.d25 = d25;
762 } 762 }
763 763
764 764
765 @Column(name="D20") 765 @Column(name="D20")
766 public Serializable getD20() { 766 public Serializable getD20() {
767 return this.d20; 767 return this.d20;
768 } 768 }
769 769
770 public void setD20(Serializable d20) { 770 public void setD20(Serializable d20) {
771 this.d20 = d20; 771 this.d20 = d20;
772 } 772 }
773 773
774 774
775 @Column(name="D16") 775 @Column(name="D16")
776 public Serializable getD16() { 776 public Serializable getD16() {
777 return this.d16; 777 return this.d16;
778 } 778 }
779 779
780 public void setD16(Serializable d16) { 780 public void setD16(Serializable d16) {
781 this.d16 = d16; 781 this.d16 = d16;
782 } 782 }
783 783
784 784
785 @Column(name="D10") 785 @Column(name="D10")
786 public Serializable getD10() { 786 public Serializable getD10() {
787 return this.d10; 787 return this.d10;
788 } 788 }
789 789
790 public void setD10(Serializable d10) { 790 public void setD10(Serializable d10) {
791 this.d10 = d10; 791 this.d10 = d10;
792 } 792 }
793 793
794 794
795 @Column(name="DMIN") 795 @Column(name="DMIN")
796 public Serializable getDmin() { 796 public Serializable getDmin() {
797 return this.dmin; 797 return this.dmin;
798 } 798 }
799 799
800 public void setDmin(Serializable dmin) { 800 public void setDmin(Serializable dmin) {
801 this.dmin = dmin; 801 this.dmin = dmin;
802 } 802 }
803 803
804 804
805 @Column(name="DURCHDMIN") 805 @Column(name="DURCHDMIN")
806 public Serializable getDurchdmin() { 806 public Serializable getDurchdmin() {
807 return this.durchdmin; 807 return this.durchdmin;
808 } 808 }
809 809
810 public void setDurchdmin(Serializable durchdmin) { 810 public void setDurchdmin(Serializable durchdmin) {
811 this.durchdmin = durchdmin; 811 this.durchdmin = durchdmin;
812 } 812 }
813 813
814 814
815 @Column(name="DMAX") 815 @Column(name="DMAX")
816 public Serializable getDmax() { 816 public Serializable getDmax() {
817 return this.dmax; 817 return this.dmax;
818 } 818 }
819 819
820 public void setDmax(Serializable dmax) { 820 public void setDmax(Serializable dmax) {
821 this.dmax = dmax; 821 this.dmax = dmax;
822 } 822 }
823 823
824 824
825 @Column(name="DURCHDMAX") 825 @Column(name="DURCHDMAX")
826 public Serializable getDurchdmax() { 826 public Serializable getDurchdmax() {
827 return this.durchdmax; 827 return this.durchdmax;
828 } 828 }
829 829
830 public void setDurchdmax(Serializable durchdmax) { 830 public void setDurchdmax(Serializable durchdmax) {
831 this.durchdmax = durchdmax; 831 this.durchdmax = durchdmax;
832 } 832 }
833 833
834 834
835 @Column(name="N_GESCHIEB") 835 @Column(name="N_GESCHIEB")
836 public Serializable getNGeschieb() { 836 public Serializable getNGeschieb() {
837 return this.NGeschieb; 837 return this.NGeschieb;
838 } 838 }
839 839
840 public void setNGeschieb(Serializable NGeschieb) { 840 public void setNGeschieb(Serializable NGeschieb) {
841 this.NGeschieb = NGeschieb; 841 this.NGeschieb = NGeschieb;
842 } 842 }
843 843
844 844
845 @Column(name="N_VIELPKT") 845 @Column(name="N_VIELPKT")
846 public Serializable getNVielpkt() { 846 public Serializable getNVielpkt() {
847 return this.NVielpkt; 847 return this.NVielpkt;
848 } 848 }
849 849
850 public void setNVielpkt(Serializable NVielpkt) { 850 public void setNVielpkt(Serializable NVielpkt) {
851 this.NVielpkt = NVielpkt; 851 this.NVielpkt = NVielpkt;
852 } 852 }
853 853
854 854
855 @Column(name="SYS_DATE") 855 @Column(name="SYS_DATE")
856 public Serializable getSysDate() { 856 public Serializable getSysDate() {
857 return this.sysDate; 857 return this.sysDate;
858 } 858 }
859 859
860 public void setSysDate(Serializable sysDate) { 860 public void setSysDate(Serializable sysDate) {
861 this.sysDate = sysDate; 861 this.sysDate = sysDate;
862 } 862 }
863 863
864 864
865 @Column(name="BEMERKUNG") 865 @Column(name="BEMERKUNG")
866 public Serializable getBemerkung() { 866 public Serializable getBemerkung() {
867 return this.bemerkung; 867 return this.bemerkung;
868 } 868 }
869 869
870 public void setBemerkung(Serializable bemerkung) { 870 public void setBemerkung(Serializable bemerkung) {
871 this.bemerkung = bemerkung; 871 this.bemerkung = bemerkung;
872 } 872 }
873 873
874 874
875 @Column(name="LASTUPDATED") 875 @Column(name="LASTUPDATED")
876 public Serializable getLastupdated() { 876 public Serializable getLastupdated() {
877 return this.lastupdated; 877 return this.lastupdated;
878 } 878 }
879 879
880 public void setLastupdated(Serializable lastupdated) { 880 public void setLastupdated(Serializable lastupdated) {
881 this.lastupdated = lastupdated; 881 this.lastupdated = lastupdated;
882 } 882 }
883 883
884 884
885 @Column(name="KM") 885 @Column(name="KM")
886 public Serializable getKm() { 886 public Serializable getKm() {
887 return this.km; 887 return this.km;
888 } 888 }
889 889
890 public void setKm(Serializable km) { 890 public void setKm(Serializable km) {
891 this.km = km; 891 this.km = km;
892 } 892 }
893 893
894 894
895 @Column(name="GLOTABSTOFFSET") 895 @Column(name="GLOTABSTOFFSET")
896 public Serializable getGlotabstoffset() { 896 public Serializable getGlotabstoffset() {
897 return this.glotabstoffset; 897 return this.glotabstoffset;
898 } 898 }
899 899
900 public void setGlotabstoffset(Serializable glotabstoffset) { 900 public void setGlotabstoffset(Serializable glotabstoffset) {
901 this.glotabstoffset = glotabstoffset; 901 this.glotabstoffset = glotabstoffset;
902 } 902 }
903 903
904 904
905 @Column(name="SLOTABSTOFFSET") 905 @Column(name="SLOTABSTOFFSET")
906 public Serializable getSlotabstoffset() { 906 public Serializable getSlotabstoffset() {
907 return this.slotabstoffset; 907 return this.slotabstoffset;
908 } 908 }
909 909
910 public void setSlotabstoffset(Serializable slotabstoffset) { 910 public void setSlotabstoffset(Serializable slotabstoffset) {
911 this.slotabstoffset = slotabstoffset; 911 this.slotabstoffset = slotabstoffset;
912 } 912 }
913 913
914 914
915 @Column(name="GBREITEVONLINKS") 915 @Column(name="GBREITEVONLINKS")
916 public Serializable getGbreitevonlinks() { 916 public Serializable getGbreitevonlinks() {
917 return this.gbreitevonlinks; 917 return this.gbreitevonlinks;
918 } 918 }
919 919
920 public void setGbreitevonlinks(Serializable gbreitevonlinks) { 920 public void setGbreitevonlinks(Serializable gbreitevonlinks) {
921 this.gbreitevonlinks = gbreitevonlinks; 921 this.gbreitevonlinks = gbreitevonlinks;
922 } 922 }
923 923
924 924
925 @Column(name="GBREITEBISLINKS") 925 @Column(name="GBREITEBISLINKS")
926 public Serializable getGbreitebislinks() { 926 public Serializable getGbreitebislinks() {
927 return this.gbreitebislinks; 927 return this.gbreitebislinks;
928 } 928 }
929 929
930 public void setGbreitebislinks(Serializable gbreitebislinks) { 930 public void setGbreitebislinks(Serializable gbreitebislinks) {
931 this.gbreitebislinks = gbreitebislinks; 931 this.gbreitebislinks = gbreitebislinks;
932 } 932 }
933 933
934 934
935 @Column(name="STANAME") 935 @Column(name="STANAME")
936 public Serializable getStaname() { 936 public Serializable getStaname() {
937 return this.staname; 937 return this.staname;
938 } 938 }
939 939
940 public void setStaname(Serializable staname) { 940 public void setStaname(Serializable staname) {
941 this.staname = staname; 941 this.staname = staname;
942 } 942 }
943 943
944 944
945 @Column(name="STAKM") 945 @Column(name="STAKM")
946 public Serializable getStakm() { 946 public Serializable getStakm() {
947 return this.stakm; 947 return this.stakm;
948 } 948 }
949 949
950 public void setStakm(Serializable stakm) { 950 public void setStakm(Serializable stakm) {
951 this.stakm = stakm; 951 this.stakm = stakm;
952 } 952 }
953 953
954 954
955 @Column(name="GEWAESSERID") 955 @Column(name="GEWAESSERID")
956 public Serializable getGewaesserid() { 956 public Serializable getGewaesserid() {
957 return this.gewaesserid; 957 return this.gewaesserid;
958 } 958 }
959 959
960 public void setGewaesserid(Serializable gewaesserid) { 960 public void setGewaesserid(Serializable gewaesserid) {
961 this.gewaesserid = gewaesserid; 961 this.gewaesserid = gewaesserid;
962 } 962 }
963 963
964 964
965 @Column(name="GEWNAME") 965 @Column(name="GEWNAME")
966 public Serializable getGewname() { 966 public Serializable getGewname() {
967 return this.gewname; 967 return this.gewname;
968 } 968 }
969 969
970 public void setGewname(Serializable gewname) { 970 public void setGewname(Serializable gewname) {
971 this.gewname = gewname; 971 this.gewname = gewname;
972 } 972 }
973 973
974 974
975 @Column(name="BEZUGSPEGELID") 975 @Column(name="BEZUGSPEGELID")
976 public Serializable getBezugspegelid() { 976 public Serializable getBezugspegelid() {
977 return this.bezugspegelid; 977 return this.bezugspegelid;
978 } 978 }
979 979
980 public void setBezugspegelid(Serializable bezugspegelid) { 980 public void setBezugspegelid(Serializable bezugspegelid) {
981 this.bezugspegelid = bezugspegelid; 981 this.bezugspegelid = bezugspegelid;
982 } 982 }
983 983
984 984
985 public boolean equals(Object other) { 985 public boolean equals(Object other) {
986 if ( (this == other ) ) return true; 986 if ( (this == other ) ) return true;
987 if ( (other == null ) ) return false; 987 if ( (other == null ) ) return false;
988 if ( !(other instanceof MessungstaId) ) return false; 988 if ( !(other instanceof MessungstaId) ) return false;
989 MessungstaId castOther = ( MessungstaId ) other; 989 MessungstaId castOther = ( MessungstaId ) other;
990 990
991 return ( (this.getMessungid()==castOther.getMessungid()) || ( this.getMessungid()!=null && castOther.getMessungid()!=null && this.getMessungid().equals(castOther.getMessungid()) ) ) 991 return ( (this.getMessungid()==castOther.getMessungid()) || ( this.getMessungid()!=null && castOther.getMessungid()!=null && this.getMessungid().equals(castOther.getMessungid()) ) )
992 && ( (this.getStationid()==castOther.getStationid()) || ( this.getStationid()!=null && castOther.getStationid()!=null && this.getStationid().equals(castOther.getStationid()) ) ) 992 && ( (this.getStationid()==castOther.getStationid()) || ( this.getStationid()!=null && castOther.getStationid()!=null && this.getStationid().equals(castOther.getStationid()) ) )
993 && ( (this.getDatum()==castOther.getDatum()) || ( this.getDatum()!=null && castOther.getDatum()!=null && this.getDatum().equals(castOther.getDatum()) ) ) 993 && ( (this.getDatum()==castOther.getDatum()) || ( this.getDatum()!=null && castOther.getDatum()!=null && this.getDatum().equals(castOther.getDatum()) ) )
994 && ( (this.getHpeilungid()==castOther.getHpeilungid()) || ( this.getHpeilungid()!=null && castOther.getHpeilungid()!=null && this.getHpeilungid().equals(castOther.getHpeilungid()) ) ) 994 && ( (this.getHpeilungid()==castOther.getHpeilungid()) || ( this.getHpeilungid()!=null && castOther.getHpeilungid()!=null && this.getHpeilungid().equals(castOther.getHpeilungid()) ) )
995 && ( (this.getMpeilungid()==castOther.getMpeilungid()) || ( this.getMpeilungid()!=null && castOther.getMpeilungid()!=null && this.getMpeilungid().equals(castOther.getMpeilungid()) ) ) 995 && ( (this.getMpeilungid()==castOther.getMpeilungid()) || ( this.getMpeilungid()!=null && castOther.getMpeilungid()!=null && this.getMpeilungid().equals(castOther.getMpeilungid()) ) )
1067 && ( (this.getStakm()==castOther.getStakm()) || ( this.getStakm()!=null && castOther.getStakm()!=null && this.getStakm().equals(castOther.getStakm()) ) ) 1067 && ( (this.getStakm()==castOther.getStakm()) || ( this.getStakm()!=null && castOther.getStakm()!=null && this.getStakm().equals(castOther.getStakm()) ) )
1068 && ( (this.getGewaesserid()==castOther.getGewaesserid()) || ( this.getGewaesserid()!=null && castOther.getGewaesserid()!=null && this.getGewaesserid().equals(castOther.getGewaesserid()) ) ) 1068 && ( (this.getGewaesserid()==castOther.getGewaesserid()) || ( this.getGewaesserid()!=null && castOther.getGewaesserid()!=null && this.getGewaesserid().equals(castOther.getGewaesserid()) ) )
1069 && ( (this.getGewname()==castOther.getGewname()) || ( this.getGewname()!=null && castOther.getGewname()!=null && this.getGewname().equals(castOther.getGewname()) ) ) 1069 && ( (this.getGewname()==castOther.getGewname()) || ( this.getGewname()!=null && castOther.getGewname()!=null && this.getGewname().equals(castOther.getGewname()) ) )
1070 && ( (this.getBezugspegelid()==castOther.getBezugspegelid()) || ( this.getBezugspegelid()!=null && castOther.getBezugspegelid()!=null && this.getBezugspegelid().equals(castOther.getBezugspegelid()) ) ); 1070 && ( (this.getBezugspegelid()==castOther.getBezugspegelid()) || ( this.getBezugspegelid()!=null && castOther.getBezugspegelid()!=null && this.getBezugspegelid().equals(castOther.getBezugspegelid()) ) );
1071 } 1071 }
1072 1072
1073 public int hashCode() { 1073 public int hashCode() {
1074 int result = 17; 1074 int result = 17;
1075 1075
1076 result = 37 * result + ( getMessungid() == null ? 0 : this.getMessungid().hashCode() ); 1076 result = 37 * result + ( getMessungid() == null ? 0 : this.getMessungid().hashCode() );
1077 result = 37 * result + ( getStationid() == null ? 0 : this.getStationid().hashCode() ); 1077 result = 37 * result + ( getStationid() == null ? 0 : this.getStationid().hashCode() );
1078 result = 37 * result + ( getDatum() == null ? 0 : this.getDatum().hashCode() ); 1078 result = 37 * result + ( getDatum() == null ? 0 : this.getDatum().hashCode() );
1079 result = 37 * result + ( getHpeilungid() == null ? 0 : this.getHpeilungid().hashCode() ); 1079 result = 37 * result + ( getHpeilungid() == null ? 0 : this.getHpeilungid().hashCode() );
1080 result = 37 * result + ( getMpeilungid() == null ? 0 : this.getMpeilungid().hashCode() ); 1080 result = 37 * result + ( getMpeilungid() == null ? 0 : this.getMpeilungid().hashCode() );
1152 result = 37 * result + ( getStakm() == null ? 0 : this.getStakm().hashCode() ); 1152 result = 37 * result + ( getStakm() == null ? 0 : this.getStakm().hashCode() );
1153 result = 37 * result + ( getGewaesserid() == null ? 0 : this.getGewaesserid().hashCode() ); 1153 result = 37 * result + ( getGewaesserid() == null ? 0 : this.getGewaesserid().hashCode() );
1154 result = 37 * result + ( getGewname() == null ? 0 : this.getGewname().hashCode() ); 1154 result = 37 * result + ( getGewname() == null ? 0 : this.getGewname().hashCode() );
1155 result = 37 * result + ( getBezugspegelid() == null ? 0 : this.getBezugspegelid().hashCode() ); 1155 result = 37 * result + ( getBezugspegelid() == null ? 0 : this.getBezugspegelid().hashCode() );
1156 return result; 1156 return result;
1157 } 1157 }
1158 } 1158 }

http://dive4elements.wald.intevation.org