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