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

http://dive4elements.wald.intevation.org