WaterStationsPatrol.java
32.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
package com.tianbo.warehouse.model;
import java.util.Date;
public class WaterStationsPatrol {
private String id;
private String checkprojectcontrolrommwatersupplysystem;
private String checkprojectcontrolrommsecuritysystem;
private String checkprojectcontrolrommrunningrecord;
private String checkprojectcontrolrommdocumentholder;
private String checkprojectcontrolrommground;
private String checkprojectcontrolrommresponsibleperson;
private String checkprojectcontrolrommnote;
private String checkprojectfrequencyconversionshow;
private String checkprojectfrequencyconversionclose;
private String checkprojectfrequencyconversionsanitation;
private String checkprojectfrequencyconversionresponsibleperson;
private String checkprojectfrequencyconversionnote;
private String checkprojectmeterbetweenturbidityinstrumentpowersupply;
private String checkprojectmeterbetweenturbidityinstrumentshow;
private String checkprojectmeterbetweenturbidityinstrumentappearance;
private String checkprojectmeterbetweenturbidityinstrumentrange;
private String checkprojectmeterbetweenturbidityinstrumentdetection;
private String checkprojectmeterbetweenturbidityinstrumentresponsibleperson;
private String checkprojectmeterbetweenturbidityinstrumentnote;
private String checkprojectmeterbetweenflowmeterpowersupply;
private String checkprojectmeterbetweenflowmetershow;
private String checkprojectmeterbetweenflowmeterappearance;
private String checkprojectmeterbetweenflowmeterresponsibleperson;
private String checkprojectmeterbetweenflowmeternote;
private String residualchlorineinstrumentpipeline;
private String residualchlorineinstrumentpowersupply;
private String residualchlorineinstrumentshow;
private String residualchlorineinstrumentappearance;
private String residualchlorineinstrumentpipelinmakewater;
private String residualchlorineinstrumentequipment;
private String residualchlorineinstrumentgroundsanitation;
private String residualchlorineinstrumentresponsibleperson;
private String residualchlorineinstrumentnote;
private String boosterpumproomwaterpump;
private String boosterpumproombearing;
private String boosterpumproomthevalue;
private String boosterpumproompumpbody;
private String boosterpumproomnameplate;
private String boosterpumproompacking;
private String boosterpumproomshow;
private String boosterpumproomfan;
private String boosterpumproomdrainage;
private String boosterpumproomsanitation;
private String boosterpumproomresponsibleperson;
private String boosterpumproomnote;
private String clearwaterreserviorsstairs;
private String clearwaterreserviorsvent;
private String clearwaterreserviorspoolroof;
private String clearwaterreserviorssanitation;
private String clearwaterreserviorspumpbody;
private String clearwaterreserviorsresponsibleperson;
private String clearwaterreserviorsnote;
private String betweenchlorineequipment;
private String betweenchlorinepipe;
private String betweenchlorinedosingpump;
private String betweenchlorinetraffic;
private String betweenchlorinefan;
private String betweenchlorinesanitation;
private String betweenchlorineresponsibleperson;
private String betweenchlorinenote;
private String groundenvironmentwelllids;
private String groundenvironmentdrainagen;
private String groundenvironmentwatersupply;
private String groundenvironmentcable;
private String groundenvironmentroad;
private String groundenvironmentresponsibleperson;
private String groundenvironmentnote;
private String groundsecurityillegal;
private String groundsecurityfire;
private String groundsecurityrats;
private String groundsecuritysuspiciouspersonnel;
private String groundsecurityresponsibleperson;
private String groundsecuritynote;
private String securitytoolemergency;
private String securitytoolfloodcontroland;
private String securitytoolprotective;
private String securitytoolmainteance;
private String securitytoolresponsibleperson;
private String securitytoolnote;
private Integer userid;
private Date creattime;
private String reamke1;
private String reamke2;
private String reamke3;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id == null ? null : id.trim();
}
public String getCheckprojectcontrolrommwatersupplysystem() {
return checkprojectcontrolrommwatersupplysystem;
}
public void setCheckprojectcontrolrommwatersupplysystem(String checkprojectcontrolrommwatersupplysystem) {
this.checkprojectcontrolrommwatersupplysystem = checkprojectcontrolrommwatersupplysystem == null ? null : checkprojectcontrolrommwatersupplysystem.trim();
}
public String getCheckprojectcontrolrommsecuritysystem() {
return checkprojectcontrolrommsecuritysystem;
}
public void setCheckprojectcontrolrommsecuritysystem(String checkprojectcontrolrommsecuritysystem) {
this.checkprojectcontrolrommsecuritysystem = checkprojectcontrolrommsecuritysystem == null ? null : checkprojectcontrolrommsecuritysystem.trim();
}
public String getCheckprojectcontrolrommrunningrecord() {
return checkprojectcontrolrommrunningrecord;
}
public void setCheckprojectcontrolrommrunningrecord(String checkprojectcontrolrommrunningrecord) {
this.checkprojectcontrolrommrunningrecord = checkprojectcontrolrommrunningrecord == null ? null : checkprojectcontrolrommrunningrecord.trim();
}
public String getCheckprojectcontrolrommdocumentholder() {
return checkprojectcontrolrommdocumentholder;
}
public void setCheckprojectcontrolrommdocumentholder(String checkprojectcontrolrommdocumentholder) {
this.checkprojectcontrolrommdocumentholder = checkprojectcontrolrommdocumentholder == null ? null : checkprojectcontrolrommdocumentholder.trim();
}
public String getCheckprojectcontrolrommground() {
return checkprojectcontrolrommground;
}
public void setCheckprojectcontrolrommground(String checkprojectcontrolrommground) {
this.checkprojectcontrolrommground = checkprojectcontrolrommground == null ? null : checkprojectcontrolrommground.trim();
}
public String getCheckprojectcontrolrommresponsibleperson() {
return checkprojectcontrolrommresponsibleperson;
}
public void setCheckprojectcontrolrommresponsibleperson(String checkprojectcontrolrommresponsibleperson) {
this.checkprojectcontrolrommresponsibleperson = checkprojectcontrolrommresponsibleperson == null ? null : checkprojectcontrolrommresponsibleperson.trim();
}
public String getCheckprojectcontrolrommnote() {
return checkprojectcontrolrommnote;
}
public void setCheckprojectcontrolrommnote(String checkprojectcontrolrommnote) {
this.checkprojectcontrolrommnote = checkprojectcontrolrommnote == null ? null : checkprojectcontrolrommnote.trim();
}
public String getCheckprojectfrequencyconversionshow() {
return checkprojectfrequencyconversionshow;
}
public void setCheckprojectfrequencyconversionshow(String checkprojectfrequencyconversionshow) {
this.checkprojectfrequencyconversionshow = checkprojectfrequencyconversionshow == null ? null : checkprojectfrequencyconversionshow.trim();
}
public String getCheckprojectfrequencyconversionclose() {
return checkprojectfrequencyconversionclose;
}
public void setCheckprojectfrequencyconversionclose(String checkprojectfrequencyconversionclose) {
this.checkprojectfrequencyconversionclose = checkprojectfrequencyconversionclose == null ? null : checkprojectfrequencyconversionclose.trim();
}
public String getCheckprojectfrequencyconversionsanitation() {
return checkprojectfrequencyconversionsanitation;
}
public void setCheckprojectfrequencyconversionsanitation(String checkprojectfrequencyconversionsanitation) {
this.checkprojectfrequencyconversionsanitation = checkprojectfrequencyconversionsanitation == null ? null : checkprojectfrequencyconversionsanitation.trim();
}
public String getCheckprojectfrequencyconversionresponsibleperson() {
return checkprojectfrequencyconversionresponsibleperson;
}
public void setCheckprojectfrequencyconversionresponsibleperson(String checkprojectfrequencyconversionresponsibleperson) {
this.checkprojectfrequencyconversionresponsibleperson = checkprojectfrequencyconversionresponsibleperson == null ? null : checkprojectfrequencyconversionresponsibleperson.trim();
}
public String getCheckprojectfrequencyconversionnote() {
return checkprojectfrequencyconversionnote;
}
public void setCheckprojectfrequencyconversionnote(String checkprojectfrequencyconversionnote) {
this.checkprojectfrequencyconversionnote = checkprojectfrequencyconversionnote == null ? null : checkprojectfrequencyconversionnote.trim();
}
public String getCheckprojectmeterbetweenturbidityinstrumentpowersupply() {
return checkprojectmeterbetweenturbidityinstrumentpowersupply;
}
public void setCheckprojectmeterbetweenturbidityinstrumentpowersupply(String checkprojectmeterbetweenturbidityinstrumentpowersupply) {
this.checkprojectmeterbetweenturbidityinstrumentpowersupply = checkprojectmeterbetweenturbidityinstrumentpowersupply == null ? null : checkprojectmeterbetweenturbidityinstrumentpowersupply.trim();
}
public String getCheckprojectmeterbetweenturbidityinstrumentshow() {
return checkprojectmeterbetweenturbidityinstrumentshow;
}
public void setCheckprojectmeterbetweenturbidityinstrumentshow(String checkprojectmeterbetweenturbidityinstrumentshow) {
this.checkprojectmeterbetweenturbidityinstrumentshow = checkprojectmeterbetweenturbidityinstrumentshow == null ? null : checkprojectmeterbetweenturbidityinstrumentshow.trim();
}
public String getCheckprojectmeterbetweenturbidityinstrumentappearance() {
return checkprojectmeterbetweenturbidityinstrumentappearance;
}
public void setCheckprojectmeterbetweenturbidityinstrumentappearance(String checkprojectmeterbetweenturbidityinstrumentappearance) {
this.checkprojectmeterbetweenturbidityinstrumentappearance = checkprojectmeterbetweenturbidityinstrumentappearance == null ? null : checkprojectmeterbetweenturbidityinstrumentappearance.trim();
}
public String getCheckprojectmeterbetweenturbidityinstrumentrange() {
return checkprojectmeterbetweenturbidityinstrumentrange;
}
public void setCheckprojectmeterbetweenturbidityinstrumentrange(String checkprojectmeterbetweenturbidityinstrumentrange) {
this.checkprojectmeterbetweenturbidityinstrumentrange = checkprojectmeterbetweenturbidityinstrumentrange == null ? null : checkprojectmeterbetweenturbidityinstrumentrange.trim();
}
public String getCheckprojectmeterbetweenturbidityinstrumentdetection() {
return checkprojectmeterbetweenturbidityinstrumentdetection;
}
public void setCheckprojectmeterbetweenturbidityinstrumentdetection(String checkprojectmeterbetweenturbidityinstrumentdetection) {
this.checkprojectmeterbetweenturbidityinstrumentdetection = checkprojectmeterbetweenturbidityinstrumentdetection == null ? null : checkprojectmeterbetweenturbidityinstrumentdetection.trim();
}
public String getCheckprojectmeterbetweenturbidityinstrumentresponsibleperson() {
return checkprojectmeterbetweenturbidityinstrumentresponsibleperson;
}
public void setCheckprojectmeterbetweenturbidityinstrumentresponsibleperson(String checkprojectmeterbetweenturbidityinstrumentresponsibleperson) {
this.checkprojectmeterbetweenturbidityinstrumentresponsibleperson = checkprojectmeterbetweenturbidityinstrumentresponsibleperson == null ? null : checkprojectmeterbetweenturbidityinstrumentresponsibleperson.trim();
}
public String getCheckprojectmeterbetweenturbidityinstrumentnote() {
return checkprojectmeterbetweenturbidityinstrumentnote;
}
public void setCheckprojectmeterbetweenturbidityinstrumentnote(String checkprojectmeterbetweenturbidityinstrumentnote) {
this.checkprojectmeterbetweenturbidityinstrumentnote = checkprojectmeterbetweenturbidityinstrumentnote == null ? null : checkprojectmeterbetweenturbidityinstrumentnote.trim();
}
public String getCheckprojectmeterbetweenflowmeterpowersupply() {
return checkprojectmeterbetweenflowmeterpowersupply;
}
public void setCheckprojectmeterbetweenflowmeterpowersupply(String checkprojectmeterbetweenflowmeterpowersupply) {
this.checkprojectmeterbetweenflowmeterpowersupply = checkprojectmeterbetweenflowmeterpowersupply == null ? null : checkprojectmeterbetweenflowmeterpowersupply.trim();
}
public String getCheckprojectmeterbetweenflowmetershow() {
return checkprojectmeterbetweenflowmetershow;
}
public void setCheckprojectmeterbetweenflowmetershow(String checkprojectmeterbetweenflowmetershow) {
this.checkprojectmeterbetweenflowmetershow = checkprojectmeterbetweenflowmetershow == null ? null : checkprojectmeterbetweenflowmetershow.trim();
}
public String getCheckprojectmeterbetweenflowmeterappearance() {
return checkprojectmeterbetweenflowmeterappearance;
}
public void setCheckprojectmeterbetweenflowmeterappearance(String checkprojectmeterbetweenflowmeterappearance) {
this.checkprojectmeterbetweenflowmeterappearance = checkprojectmeterbetweenflowmeterappearance == null ? null : checkprojectmeterbetweenflowmeterappearance.trim();
}
public String getCheckprojectmeterbetweenflowmeterresponsibleperson() {
return checkprojectmeterbetweenflowmeterresponsibleperson;
}
public void setCheckprojectmeterbetweenflowmeterresponsibleperson(String checkprojectmeterbetweenflowmeterresponsibleperson) {
this.checkprojectmeterbetweenflowmeterresponsibleperson = checkprojectmeterbetweenflowmeterresponsibleperson == null ? null : checkprojectmeterbetweenflowmeterresponsibleperson.trim();
}
public String getCheckprojectmeterbetweenflowmeternote() {
return checkprojectmeterbetweenflowmeternote;
}
public void setCheckprojectmeterbetweenflowmeternote(String checkprojectmeterbetweenflowmeternote) {
this.checkprojectmeterbetweenflowmeternote = checkprojectmeterbetweenflowmeternote == null ? null : checkprojectmeterbetweenflowmeternote.trim();
}
public String getResidualchlorineinstrumentpipeline() {
return residualchlorineinstrumentpipeline;
}
public void setResidualchlorineinstrumentpipeline(String residualchlorineinstrumentpipeline) {
this.residualchlorineinstrumentpipeline = residualchlorineinstrumentpipeline == null ? null : residualchlorineinstrumentpipeline.trim();
}
public String getResidualchlorineinstrumentpowersupply() {
return residualchlorineinstrumentpowersupply;
}
public void setResidualchlorineinstrumentpowersupply(String residualchlorineinstrumentpowersupply) {
this.residualchlorineinstrumentpowersupply = residualchlorineinstrumentpowersupply == null ? null : residualchlorineinstrumentpowersupply.trim();
}
public String getResidualchlorineinstrumentshow() {
return residualchlorineinstrumentshow;
}
public void setResidualchlorineinstrumentshow(String residualchlorineinstrumentshow) {
this.residualchlorineinstrumentshow = residualchlorineinstrumentshow == null ? null : residualchlorineinstrumentshow.trim();
}
public String getResidualchlorineinstrumentappearance() {
return residualchlorineinstrumentappearance;
}
public void setResidualchlorineinstrumentappearance(String residualchlorineinstrumentappearance) {
this.residualchlorineinstrumentappearance = residualchlorineinstrumentappearance == null ? null : residualchlorineinstrumentappearance.trim();
}
public String getResidualchlorineinstrumentpipelinmakewater() {
return residualchlorineinstrumentpipelinmakewater;
}
public void setResidualchlorineinstrumentpipelinmakewater(String residualchlorineinstrumentpipelinmakewater) {
this.residualchlorineinstrumentpipelinmakewater = residualchlorineinstrumentpipelinmakewater == null ? null : residualchlorineinstrumentpipelinmakewater.trim();
}
public String getResidualchlorineinstrumentequipment() {
return residualchlorineinstrumentequipment;
}
public void setResidualchlorineinstrumentequipment(String residualchlorineinstrumentequipment) {
this.residualchlorineinstrumentequipment = residualchlorineinstrumentequipment == null ? null : residualchlorineinstrumentequipment.trim();
}
public String getResidualchlorineinstrumentgroundsanitation() {
return residualchlorineinstrumentgroundsanitation;
}
public void setResidualchlorineinstrumentgroundsanitation(String residualchlorineinstrumentgroundsanitation) {
this.residualchlorineinstrumentgroundsanitation = residualchlorineinstrumentgroundsanitation == null ? null : residualchlorineinstrumentgroundsanitation.trim();
}
public String getResidualchlorineinstrumentresponsibleperson() {
return residualchlorineinstrumentresponsibleperson;
}
public void setResidualchlorineinstrumentresponsibleperson(String residualchlorineinstrumentresponsibleperson) {
this.residualchlorineinstrumentresponsibleperson = residualchlorineinstrumentresponsibleperson == null ? null : residualchlorineinstrumentresponsibleperson.trim();
}
public String getResidualchlorineinstrumentnote() {
return residualchlorineinstrumentnote;
}
public void setResidualchlorineinstrumentnote(String residualchlorineinstrumentnote) {
this.residualchlorineinstrumentnote = residualchlorineinstrumentnote == null ? null : residualchlorineinstrumentnote.trim();
}
public String getBoosterpumproomwaterpump() {
return boosterpumproomwaterpump;
}
public void setBoosterpumproomwaterpump(String boosterpumproomwaterpump) {
this.boosterpumproomwaterpump = boosterpumproomwaterpump == null ? null : boosterpumproomwaterpump.trim();
}
public String getBoosterpumproombearing() {
return boosterpumproombearing;
}
public void setBoosterpumproombearing(String boosterpumproombearing) {
this.boosterpumproombearing = boosterpumproombearing == null ? null : boosterpumproombearing.trim();
}
public String getBoosterpumproomthevalue() {
return boosterpumproomthevalue;
}
public void setBoosterpumproomthevalue(String boosterpumproomthevalue) {
this.boosterpumproomthevalue = boosterpumproomthevalue == null ? null : boosterpumproomthevalue.trim();
}
public String getBoosterpumproompumpbody() {
return boosterpumproompumpbody;
}
public void setBoosterpumproompumpbody(String boosterpumproompumpbody) {
this.boosterpumproompumpbody = boosterpumproompumpbody == null ? null : boosterpumproompumpbody.trim();
}
public String getBoosterpumproomnameplate() {
return boosterpumproomnameplate;
}
public void setBoosterpumproomnameplate(String boosterpumproomnameplate) {
this.boosterpumproomnameplate = boosterpumproomnameplate == null ? null : boosterpumproomnameplate.trim();
}
public String getBoosterpumproompacking() {
return boosterpumproompacking;
}
public void setBoosterpumproompacking(String boosterpumproompacking) {
this.boosterpumproompacking = boosterpumproompacking == null ? null : boosterpumproompacking.trim();
}
public String getBoosterpumproomshow() {
return boosterpumproomshow;
}
public void setBoosterpumproomshow(String boosterpumproomshow) {
this.boosterpumproomshow = boosterpumproomshow == null ? null : boosterpumproomshow.trim();
}
public String getBoosterpumproomfan() {
return boosterpumproomfan;
}
public void setBoosterpumproomfan(String boosterpumproomfan) {
this.boosterpumproomfan = boosterpumproomfan == null ? null : boosterpumproomfan.trim();
}
public String getBoosterpumproomdrainage() {
return boosterpumproomdrainage;
}
public void setBoosterpumproomdrainage(String boosterpumproomdrainage) {
this.boosterpumproomdrainage = boosterpumproomdrainage == null ? null : boosterpumproomdrainage.trim();
}
public String getBoosterpumproomsanitation() {
return boosterpumproomsanitation;
}
public void setBoosterpumproomsanitation(String boosterpumproomsanitation) {
this.boosterpumproomsanitation = boosterpumproomsanitation == null ? null : boosterpumproomsanitation.trim();
}
public String getBoosterpumproomresponsibleperson() {
return boosterpumproomresponsibleperson;
}
public void setBoosterpumproomresponsibleperson(String boosterpumproomresponsibleperson) {
this.boosterpumproomresponsibleperson = boosterpumproomresponsibleperson == null ? null : boosterpumproomresponsibleperson.trim();
}
public String getBoosterpumproomnote() {
return boosterpumproomnote;
}
public void setBoosterpumproomnote(String boosterpumproomnote) {
this.boosterpumproomnote = boosterpumproomnote == null ? null : boosterpumproomnote.trim();
}
public String getClearwaterreserviorsstairs() {
return clearwaterreserviorsstairs;
}
public void setClearwaterreserviorsstairs(String clearwaterreserviorsstairs) {
this.clearwaterreserviorsstairs = clearwaterreserviorsstairs == null ? null : clearwaterreserviorsstairs.trim();
}
public String getClearwaterreserviorsvent() {
return clearwaterreserviorsvent;
}
public void setClearwaterreserviorsvent(String clearwaterreserviorsvent) {
this.clearwaterreserviorsvent = clearwaterreserviorsvent == null ? null : clearwaterreserviorsvent.trim();
}
public String getClearwaterreserviorspoolroof() {
return clearwaterreserviorspoolroof;
}
public void setClearwaterreserviorspoolroof(String clearwaterreserviorspoolroof) {
this.clearwaterreserviorspoolroof = clearwaterreserviorspoolroof == null ? null : clearwaterreserviorspoolroof.trim();
}
public String getClearwaterreserviorssanitation() {
return clearwaterreserviorssanitation;
}
public void setClearwaterreserviorssanitation(String clearwaterreserviorssanitation) {
this.clearwaterreserviorssanitation = clearwaterreserviorssanitation == null ? null : clearwaterreserviorssanitation.trim();
}
public String getClearwaterreserviorspumpbody() {
return clearwaterreserviorspumpbody;
}
public void setClearwaterreserviorspumpbody(String clearwaterreserviorspumpbody) {
this.clearwaterreserviorspumpbody = clearwaterreserviorspumpbody == null ? null : clearwaterreserviorspumpbody.trim();
}
public String getClearwaterreserviorsresponsibleperson() {
return clearwaterreserviorsresponsibleperson;
}
public void setClearwaterreserviorsresponsibleperson(String clearwaterreserviorsresponsibleperson) {
this.clearwaterreserviorsresponsibleperson = clearwaterreserviorsresponsibleperson == null ? null : clearwaterreserviorsresponsibleperson.trim();
}
public String getClearwaterreserviorsnote() {
return clearwaterreserviorsnote;
}
public void setClearwaterreserviorsnote(String clearwaterreserviorsnote) {
this.clearwaterreserviorsnote = clearwaterreserviorsnote == null ? null : clearwaterreserviorsnote.trim();
}
public String getBetweenchlorineequipment() {
return betweenchlorineequipment;
}
public void setBetweenchlorineequipment(String betweenchlorineequipment) {
this.betweenchlorineequipment = betweenchlorineequipment == null ? null : betweenchlorineequipment.trim();
}
public String getBetweenchlorinepipe() {
return betweenchlorinepipe;
}
public void setBetweenchlorinepipe(String betweenchlorinepipe) {
this.betweenchlorinepipe = betweenchlorinepipe == null ? null : betweenchlorinepipe.trim();
}
public String getBetweenchlorinedosingpump() {
return betweenchlorinedosingpump;
}
public void setBetweenchlorinedosingpump(String betweenchlorinedosingpump) {
this.betweenchlorinedosingpump = betweenchlorinedosingpump == null ? null : betweenchlorinedosingpump.trim();
}
public String getBetweenchlorinetraffic() {
return betweenchlorinetraffic;
}
public void setBetweenchlorinetraffic(String betweenchlorinetraffic) {
this.betweenchlorinetraffic = betweenchlorinetraffic == null ? null : betweenchlorinetraffic.trim();
}
public String getBetweenchlorinefan() {
return betweenchlorinefan;
}
public void setBetweenchlorinefan(String betweenchlorinefan) {
this.betweenchlorinefan = betweenchlorinefan == null ? null : betweenchlorinefan.trim();
}
public String getBetweenchlorinesanitation() {
return betweenchlorinesanitation;
}
public void setBetweenchlorinesanitation(String betweenchlorinesanitation) {
this.betweenchlorinesanitation = betweenchlorinesanitation == null ? null : betweenchlorinesanitation.trim();
}
public String getBetweenchlorineresponsibleperson() {
return betweenchlorineresponsibleperson;
}
public void setBetweenchlorineresponsibleperson(String betweenchlorineresponsibleperson) {
this.betweenchlorineresponsibleperson = betweenchlorineresponsibleperson == null ? null : betweenchlorineresponsibleperson.trim();
}
public String getBetweenchlorinenote() {
return betweenchlorinenote;
}
public void setBetweenchlorinenote(String betweenchlorinenote) {
this.betweenchlorinenote = betweenchlorinenote == null ? null : betweenchlorinenote.trim();
}
public String getGroundenvironmentwelllids() {
return groundenvironmentwelllids;
}
public void setGroundenvironmentwelllids(String groundenvironmentwelllids) {
this.groundenvironmentwelllids = groundenvironmentwelllids == null ? null : groundenvironmentwelllids.trim();
}
public String getGroundenvironmentdrainagen() {
return groundenvironmentdrainagen;
}
public void setGroundenvironmentdrainagen(String groundenvironmentdrainagen) {
this.groundenvironmentdrainagen = groundenvironmentdrainagen == null ? null : groundenvironmentdrainagen.trim();
}
public String getGroundenvironmentwatersupply() {
return groundenvironmentwatersupply;
}
public void setGroundenvironmentwatersupply(String groundenvironmentwatersupply) {
this.groundenvironmentwatersupply = groundenvironmentwatersupply == null ? null : groundenvironmentwatersupply.trim();
}
public String getGroundenvironmentcable() {
return groundenvironmentcable;
}
public void setGroundenvironmentcable(String groundenvironmentcable) {
this.groundenvironmentcable = groundenvironmentcable == null ? null : groundenvironmentcable.trim();
}
public String getGroundenvironmentroad() {
return groundenvironmentroad;
}
public void setGroundenvironmentroad(String groundenvironmentroad) {
this.groundenvironmentroad = groundenvironmentroad == null ? null : groundenvironmentroad.trim();
}
public String getGroundenvironmentresponsibleperson() {
return groundenvironmentresponsibleperson;
}
public void setGroundenvironmentresponsibleperson(String groundenvironmentresponsibleperson) {
this.groundenvironmentresponsibleperson = groundenvironmentresponsibleperson == null ? null : groundenvironmentresponsibleperson.trim();
}
public String getGroundenvironmentnote() {
return groundenvironmentnote;
}
public void setGroundenvironmentnote(String groundenvironmentnote) {
this.groundenvironmentnote = groundenvironmentnote == null ? null : groundenvironmentnote.trim();
}
public String getGroundsecurityillegal() {
return groundsecurityillegal;
}
public void setGroundsecurityillegal(String groundsecurityillegal) {
this.groundsecurityillegal = groundsecurityillegal == null ? null : groundsecurityillegal.trim();
}
public String getGroundsecurityfire() {
return groundsecurityfire;
}
public void setGroundsecurityfire(String groundsecurityfire) {
this.groundsecurityfire = groundsecurityfire == null ? null : groundsecurityfire.trim();
}
public String getGroundsecurityrats() {
return groundsecurityrats;
}
public void setGroundsecurityrats(String groundsecurityrats) {
this.groundsecurityrats = groundsecurityrats == null ? null : groundsecurityrats.trim();
}
public String getGroundsecuritysuspiciouspersonnel() {
return groundsecuritysuspiciouspersonnel;
}
public void setGroundsecuritysuspiciouspersonnel(String groundsecuritysuspiciouspersonnel) {
this.groundsecuritysuspiciouspersonnel = groundsecuritysuspiciouspersonnel == null ? null : groundsecuritysuspiciouspersonnel.trim();
}
public String getGroundsecurityresponsibleperson() {
return groundsecurityresponsibleperson;
}
public void setGroundsecurityresponsibleperson(String groundsecurityresponsibleperson) {
this.groundsecurityresponsibleperson = groundsecurityresponsibleperson == null ? null : groundsecurityresponsibleperson.trim();
}
public String getGroundsecuritynote() {
return groundsecuritynote;
}
public void setGroundsecuritynote(String groundsecuritynote) {
this.groundsecuritynote = groundsecuritynote == null ? null : groundsecuritynote.trim();
}
public String getSecuritytoolemergency() {
return securitytoolemergency;
}
public void setSecuritytoolemergency(String securitytoolemergency) {
this.securitytoolemergency = securitytoolemergency == null ? null : securitytoolemergency.trim();
}
public String getSecuritytoolfloodcontroland() {
return securitytoolfloodcontroland;
}
public void setSecuritytoolfloodcontroland(String securitytoolfloodcontroland) {
this.securitytoolfloodcontroland = securitytoolfloodcontroland == null ? null : securitytoolfloodcontroland.trim();
}
public String getSecuritytoolprotective() {
return securitytoolprotective;
}
public void setSecuritytoolprotective(String securitytoolprotective) {
this.securitytoolprotective = securitytoolprotective == null ? null : securitytoolprotective.trim();
}
public String getSecuritytoolmainteance() {
return securitytoolmainteance;
}
public void setSecuritytoolmainteance(String securitytoolmainteance) {
this.securitytoolmainteance = securitytoolmainteance == null ? null : securitytoolmainteance.trim();
}
public String getSecuritytoolresponsibleperson() {
return securitytoolresponsibleperson;
}
public void setSecuritytoolresponsibleperson(String securitytoolresponsibleperson) {
this.securitytoolresponsibleperson = securitytoolresponsibleperson == null ? null : securitytoolresponsibleperson.trim();
}
public String getSecuritytoolnote() {
return securitytoolnote;
}
public void setSecuritytoolnote(String securitytoolnote) {
this.securitytoolnote = securitytoolnote == null ? null : securitytoolnote.trim();
}
public Integer getUserid() {
return userid;
}
public void setUserid(Integer userid) {
this.userid = userid;
}
public Date getCreattime() {
return creattime;
}
public void setCreattime(Date creattime) {
this.creattime = creattime;
}
public String getReamke1() {
return reamke1;
}
public void setReamke1(String reamke1) {
this.reamke1 = reamke1 == null ? null : reamke1.trim();
}
public String getReamke2() {
return reamke2;
}
public void setReamke2(String reamke2) {
this.reamke2 = reamke2 == null ? null : reamke2.trim();
}
public String getReamke3() {
return reamke3;
}
public void setReamke3(String reamke3) {
this.reamke3 = reamke3 == null ? null : reamke3.trim();
}
}