whyclxw
2024-04-17 b49b5bd7da878564a91ea09ec1a3a63404a21694
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
package com.table.badbatt;
 
import java.io.Serializable;
import java.util.Date;
 
public class BattInf implements Serializable{
    private Integer num;
    private String StationId;
    private String StationName;
    private String StationName1;
    private String StationName2;
    private String StationName3;
    private String StationName4;
    private String StationName5;
    private String StationName6;
    private String StationName7;
    private String StationName8;
    private String StationName9;
    private String StationIp;
    private Integer FBSDeviceId;
    private String  FbsDeviceIp;
    private String  FBSDeviceName;
    private Integer GroupIndexInFBSDevice;
    private String  BattModel;
    private Integer BattGroupId;
    private Integer BattGroupNum;
    private String BattGroupName;
    private String BattGroupName1;
    private String BattGroupName2;
    private String BattGroupName3;
    private String BattGroupName4;
    private String BattGroupName5;
    private String BattGroupName6;
    private Float  FloatVolLevel;
    private Float  OfflineVolLevel;
    private Float  BattFloatCurrent;
    private String DeviceId;
    private String DeviceName;
    private Integer MonCount;
    private Float  MonCapStd;   
    private Float  MonResStd;
    private Float MonSerStd;
    private Float  MonTmpStd;
    private Float  MonVolStd;   
    private Float  MonVolLowToAvg;
    private Integer MonNum;
    private String BattProducer;
    private Date   BattProductDate;
    private Date   BattProductDate1;
    private Date   BattInUseDate;
    private Date   BattInUseDate1;  
    private String SignalId;
    private Integer CInterFaceId;
    private String SignalName;
    
    public BattInf() {
        super();
    }
    
    public Integer getNum() {
        return num;
    }
 
    public void setNum(Integer num) {
        this.num = num;
    }
 
    
    public String getStationId() {
        return StationId;
    }
 
    public void setStationId(String stationId) {
        StationId = stationId;
    }
 
    public String getStationName() {
        return StationName;
    }
    public void setStationName(String stationName) {
        StationName = stationName;
    }
    public String getStationName1() {
        return StationName1;
    }
    public void setStationName1(String stationName1) {
        StationName1 = stationName1;
    }
    public String getStationName2() {
        return StationName2;
    }
    public void setStationName2(String stationName2) {
        StationName2 = stationName2;
    }
    public String getStationName3() {
        return StationName3;
    }
    public void setStationName3(String stationName3) {
        StationName3 = stationName3;
    }
    public String getStationName4() {
        return StationName4;
    }
    public void setStationName4(String stationName4) {
        StationName4 = stationName4;
    }
    public String getStationName5() {
        return StationName5;
    }
    public void setStationName5(String stationName5) {
        StationName5 = stationName5;
    }
    public String getStationName6() {
        return StationName6;
    }
    public void setStationName6(String stationName6) {
        StationName6 = stationName6;
    }
    public String getStationName7() {
        return StationName7;
    }
    public void setStationName7(String stationName7) {
        StationName7 = stationName7;
    }
    public String getStationName8() {
        return StationName8;
    }
    public void setStationName8(String stationName8) {
        StationName8 = stationName8;
    }
    public String getStationName9() {
        return StationName9;
    }
    public void setStationName9(String stationName9) {
        StationName9 = stationName9;
    }
    public String getStationIp() {
        return StationIp;
    }
    public void setStationIp(String stationIp) {
        StationIp = stationIp;
    }
    public Integer getFBSDeviceId() {
        return FBSDeviceId;
    }
    public void setFBSDeviceId(Integer fBSDeviceId) {
        FBSDeviceId = fBSDeviceId;
    }
    public String getFbsDeviceIp() {
        return FbsDeviceIp;
    }
    public void setFbsDeviceIp(String fbsDeviceIp) {
        FbsDeviceIp = fbsDeviceIp;
    }
    public String getFBSDeviceName() {
        return FBSDeviceName;
    }
    public void setFBSDeviceName(String fBSDeviceName) {
        FBSDeviceName = fBSDeviceName;
    }
    public Integer getGroupIndexInFBSDevice() {
        return GroupIndexInFBSDevice;
    }
    public void setGroupIndexInFBSDevice(Integer groupIndexInFBSDevice) {
        GroupIndexInFBSDevice = groupIndexInFBSDevice;
    }
    public String getBattModel() {
        return BattModel;
    }
    public void setBattModel(String battModel) {
        BattModel = battModel;
    }
    public Integer getBattGroupId() {
        return BattGroupId;
    }
    public void setBattGroupId(Integer battGroupId) {
        BattGroupId = battGroupId;
    }
    public Integer getBattGroupNum() {
        return BattGroupNum;
    }
    public void setBattGroupNum(Integer battGroupNum) {
        BattGroupNum = battGroupNum;
    }
    public String getBattGroupName() {
        return BattGroupName;
    }
    public void setBattGroupName(String battGroupName) {
        BattGroupName = battGroupName;
    }
    public String getBattGroupName1() {
        return BattGroupName1;
    }
    public void setBattGroupName1(String battGroupName1) {
        BattGroupName1 = battGroupName1;
    }
    public String getBattGroupName2() {
        return BattGroupName2;
    }
    public void setBattGroupName2(String battGroupName2) {
        BattGroupName2 = battGroupName2;
    }
    public String getBattGroupName3() {
        return BattGroupName3;
    }
    public void setBattGroupName3(String battGroupName3) {
        BattGroupName3 = battGroupName3;
    }
    public String getBattGroupName4() {
        return BattGroupName4;
    }
    public void setBattGroupName4(String battGroupName4) {
        BattGroupName4 = battGroupName4;
    }
    public String getBattGroupName5() {
        return BattGroupName5;
    }
    public void setBattGroupName5(String battGroupName5) {
        BattGroupName5 = battGroupName5;
    }
    public String getBattGroupName6() {
        return BattGroupName6;
    }
    public void setBattGroupName6(String battGroupName6) {
        BattGroupName6 = battGroupName6;
    }
    public Float getFloatVolLevel() {
        return FloatVolLevel;
    }
    public void setFloatVolLevel(Float floatVolLevel) {
        FloatVolLevel = floatVolLevel;
    }
    public Float getOfflineVolLevel() {
        return OfflineVolLevel;
    }
    public void setOfflineVolLevel(Float offlineVolLevel) {
        OfflineVolLevel = offlineVolLevel;
    }
    public Float getBattFloatCurrent() {
        return BattFloatCurrent;
    }
    public void setBattFloatCurrent(Float battFloatCurrent) {
        BattFloatCurrent = battFloatCurrent;
    }
    public String getDeviceId() {
        return DeviceId;
    }
    public void setDeviceId(String deviceId) {
        DeviceId = deviceId;
    }
    public String getDeviceName() {
        return DeviceName;
    }
    public void setDeviceName(String deviceName) {
        DeviceName = deviceName;
    }
    public Integer getMonCount() {
        return MonCount;
    }
    public void setMonCount(Integer monCount) {
        MonCount = monCount;
    }
    public Float getMonCapStd() {
        return MonCapStd;
    }
    public void setMonCapStd(Float monCapStd) {
        MonCapStd = monCapStd;
    }
    public Float getMonResStd() {
        return MonResStd;
    }
    public void setMonResStd(Float monResStd) {
        MonResStd = monResStd;
    }
    public Float getMonSerStd() {
        return MonSerStd;
    }
    public void setMonSerStd(Float monSerStd) {
        MonSerStd = monSerStd;
    }
    public Float getMonTmpStd() {
        return MonTmpStd;
    }
    public void setMonTmpStd(Float monTmpStd) {
        MonTmpStd = monTmpStd;
    }
    public Float getMonVolStd() {
        return MonVolStd;
    }
    public void setMonVolStd(Float monVolStd) {
        MonVolStd = monVolStd;
    }
    public Float getMonVolLowToAvg() {
        return MonVolLowToAvg;
    }
    public void setMonVolLowToAvg(Float monVolLowToAvg) {
        MonVolLowToAvg = monVolLowToAvg;
    }
    public Integer getMonNum() {
        return MonNum;
    }
    public void setMonNum(Integer monNum) {
        MonNum = monNum;
    }
    public String getBattProducer() {
        return BattProducer;
    }
    public void setBattProducer(String battProducer) {
        BattProducer = battProducer;
    }
    public Date getBattProductDate() {
        return BattProductDate;
    }
    public void setBattProductDate(Date battProductDate) {
        BattProductDate = battProductDate;
    }
    public Date getBattProductDate1() {
        return BattProductDate1;
    }
 
    public void setBattProductDate1(Date battProductDate1) {
        BattProductDate1 = battProductDate1;
    }
 
    public Date getBattInUseDate1() {
        return BattInUseDate1;
    }
 
    public void setBattInUseDate1(Date battInUseDate1) {
        BattInUseDate1 = battInUseDate1;
    }
 
    public Date getBattInUseDate() {
        return BattInUseDate;
    }
    public void setBattInUseDate(Date battInUseDate) {
        BattInUseDate = battInUseDate;
    }
    public String getSignalId() {
        return SignalId;
    }
    public void setSignalId(String signalId) {
        SignalId = signalId;
    }
    public Integer getCInterFaceId() {
        return CInterFaceId;
    }
    public void setCInterFaceId(Integer cInterFaceId) {
        CInterFaceId = cInterFaceId;
    }
    public String getSignalName() {
        return SignalName;
    }
    public void setSignalName(String signalName) {
        SignalName = signalName;
    }
    
    /*public Integer getStartNum() {
        return StartNum;
    }
 
    public void setStartNum(Integer startNum) {
        StartNum = startNum;
    }
 
    public Integer getSize() {
        return Size;
    }
 
    public void setSize(Integer size) {
        Size = size;
    }*/
 
    @Override
    public String toString() {
        return "BattInf [num=" + num + ", StationId=" + StationId
                + ", StationName=" + StationName + ", StationName1="
                + StationName1 + ", StationName2=" + StationName2
                + ", StationName3=" + StationName3 + ", StationName4="
                + StationName4 + ", StationName5=" + StationName5
                + ", StationName6=" + StationName6 + ", StationName7="
                + StationName7 + ", StationName8=" + StationName8
                + ", StationName9=" + StationName9 + ", StationIp=" + StationIp
                + ", FBSDeviceId=" + FBSDeviceId + ", FbsDeviceIp="
                + FbsDeviceIp + ", FBSDeviceName=" + FBSDeviceName
                + ", GroupIndexInFBSDevice=" + GroupIndexInFBSDevice
                + ", BattModel=" + BattModel + ", BattGroupId=" + BattGroupId
                + ", BattGroupNum=" + BattGroupNum + ", BattGroupName="
                + BattGroupName + ", BattGroupName1=" + BattGroupName1
                + ", BattGroupName2=" + BattGroupName2 + ", BattGroupName3="
                + BattGroupName3 + ", BattGroupName4=" + BattGroupName4
                + ", BattGroupName5=" + BattGroupName5 + ", BattGroupName6="
                + BattGroupName6 + ", FloatVolLevel=" + FloatVolLevel
                + ", OfflineVolLevel=" + OfflineVolLevel
                + ", BattFloatCurrent=" + BattFloatCurrent + ", DeviceId="
                + DeviceId + ", DeviceName=" + DeviceName + ", MonCount="
                + MonCount + ", MonCapStd=" + MonCapStd + ", MonResStd="
                + MonResStd + ", MonSerStd=" + MonSerStd + ", MonTmpStd="
                + MonTmpStd + ", MonVolStd=" + MonVolStd + ", MonVolLowToAvg="
                + MonVolLowToAvg + ", MonNum=" + MonNum + ", BattProducer="
                + BattProducer + ", BattProductDate=" + BattProductDate
                + ", BattProductDate1=" + BattProductDate1 + ", BattInUseDate="
                + BattInUseDate + ", BattInUseDate1=" + BattInUseDate1
                + ", SignalId=" + SignalId + ", CInterFaceId=" + CInterFaceId
                + ", SignalName=" + SignalName + "]";
    }
 
    
    
 
}