whyclj
2019-10-29 1c0469e45346d464e0c5672ee68f9ecd4fb6be7c
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
package com.fgkj.dto;
 
import java.io.Serializable;
import java.util.Date;
 
public class Batttestdata_inf implements Serializable{
    private Integer num;
    private Integer BattGroupId;
    private Integer test_record_count;
    private Integer test_record_count_ex;
    private Integer test_type;
    private Integer record_time_interval;
    private Integer data_new;
    private Integer data_available;
    private Integer record_num;
    private Date test_starttime;
    private Date test_starttime_ex;
    private Integer test_starttype;
    private Date record_time;
    private Date record_time1;
    private Integer test_timelong;
    private Integer test_stoptype;
    private String test_stoptype_reason;//放电终止原因
    private String test_starttypeHex;//存放具体的放电测试的类型
    private Float group_vol;
    private Float test_curr;
    private Float test_cap;
    private Integer max_monnum;
    private Float max_monvol;
    private Integer min_monnum;
    private Float min_monvol;
    private Integer mon_num;
    private Float mon_vol;
    private Integer upload_usr_id;
    //stationname四个变量用于数据统计报表查询6.4
    private String stationname1;
    private String stationname2;
    private String stationname3;
    private String stationname4;
    
    public Batttestdata_inf() {
        super();
    }
 
    
    public Batttestdata_inf(Integer num, Integer battGroupId,
            Integer test_record_count, Integer test_record_count_ex,
            Integer test_type, Integer record_time_interval, Integer data_new,
            Integer data_available, Integer record_num, Date test_starttime,
            Date test_starttime_ex, Integer test_starttype,String test_starttypeHex, Date record_time,
            Date record_time1, Integer test_timelong, Integer test_stoptype,
            Float group_vol, Float test_curr, Float test_cap,
            Integer max_monnum, Float max_monvol, Integer min_monnum,
            Float min_monvol, Integer mon_num, Float mon_vol,
            Integer upload_usr_id) {
        super();
        this.num = num;
        BattGroupId = battGroupId;
        this.test_record_count = test_record_count;
        this.test_record_count_ex = test_record_count_ex;
        this.test_type = test_type;
        this.record_time_interval = record_time_interval;
        this.data_new = data_new;
        this.data_available = data_available;
        this.record_num = record_num;
        this.test_starttime = test_starttime;
        this.test_starttime_ex = test_starttime_ex;
        this.test_starttype = test_starttype;
        this.record_time = record_time;
        this.record_time1 = record_time1;
        this.test_timelong = test_timelong;
        this.test_stoptype = test_stoptype;
        this.test_starttypeHex=test_starttypeHex;
        this.group_vol = group_vol;
        this.test_curr = test_curr;
        this.test_cap = test_cap;
        this.max_monnum = max_monnum;
        this.max_monvol = max_monvol;
        this.min_monnum = min_monnum;
        this.min_monvol = min_monvol;
        this.mon_num = mon_num;
        this.mon_vol = mon_vol;
        this.upload_usr_id = upload_usr_id;
    }
 
 
    public Integer getNum() {
        return num;
    }
 
    public void setNum(Integer num) {
        this.num = num;
    }
 
    public Integer getBattGroupId() {
        return BattGroupId;
    }
 
    public void setBattGroupId(Integer battGroupId) {
        BattGroupId = battGroupId;
    }
 
    public Integer getTest_record_count() {
        return test_record_count;
    }
 
    public void setTest_record_count(Integer test_record_count) {
        this.test_record_count = test_record_count;
    }
 
    public Integer getTest_record_count_ex() {
        return test_record_count_ex;
    }
 
    public void setTest_record_count_ex(Integer test_record_count_ex) {
        this.test_record_count_ex = test_record_count_ex;
    }
 
    public Integer getTest_type() {
        return test_type;
    }
 
    public void setTest_type(Integer test_type) {
        this.test_type = test_type;
    }
 
    public Integer getRecord_time_interval() {
        return record_time_interval;
    }
 
    public Date getRecord_time1() {
        return record_time1;
    }
 
    public void setRecord_time1(Date record_time1) {
        this.record_time1 = record_time1;
    }
 
    public void setRecord_time_interval(Integer record_time_interval) {
        this.record_time_interval = record_time_interval;
    }
 
    public Integer getData_new() {
        return data_new;
    }
 
    public void setData_new(Integer data_new) {
        this.data_new = data_new;
    }
 
    public Integer getData_available() {
        return data_available;
    }
 
    public void setData_available(Integer data_available) {
        this.data_available = data_available;
    }
 
    public Integer getRecord_num() {
        return record_num;
    }
 
    public void setRecord_num(Integer record_num) {
        this.record_num = record_num;
    }
 
    public Date getTest_starttime() {
        return test_starttime;
    }
 
    public void setTest_starttime(Date test_starttime) {
        this.test_starttime = test_starttime;
    }
 
    public Date getTest_starttime_ex() {
        return test_starttime_ex;
    }
 
    public void setTest_starttime_ex(Date test_starttime_ex) {
        this.test_starttime_ex = test_starttime_ex;
    }
 
    public Integer getTest_starttype() {
        return test_starttype;
    }
    
    public String getTest_starttypeHex() {
        return test_starttypeHex;
    }
 
 
    public void setTest_starttypeHex(String test_starttypeHex) {
        this.test_starttypeHex = test_starttypeHex;
    }
 
 
    public void setTest_starttype(Integer test_starttype) {
        this.test_starttype = test_starttype;
    }
 
    public Date getRecord_time() {
        return record_time;
    }
 
    public void setRecord_time(Date record_time) {
        this.record_time = record_time;
    }
 
    public Integer getTest_timelong() {
        return test_timelong;
    }
 
    public void setTest_timelong(Integer test_timelong) {
        this.test_timelong = test_timelong;
    }
 
    public Integer getTest_stoptype() {
        return test_stoptype;
    }
 
    public void setTest_stoptype(Integer test_stoptype) {
        this.test_stoptype = test_stoptype;
    }
    
 
    public String getTest_stoptype_reason() {
        return test_stoptype_reason;
    }
 
 
    public void setTest_stoptype_reason(String test_stoptype_reason) {
        this.test_stoptype_reason = test_stoptype_reason;
    }
 
 
    public Float getGroup_vol() {
        return group_vol;
    }
 
    public void setGroup_vol(Float group_vol) {
        this.group_vol = group_vol;
    }
 
    public Float getTest_curr() {
        return test_curr;
    }
 
    public void setTest_curr(Float test_curr) {
        this.test_curr = test_curr;
    }
 
    public Float getTest_cap() {
        return test_cap;
    }
 
    public void setTest_cap(Float test_cap) {
        this.test_cap = test_cap;
    }
 
    public Integer getMax_monnum() {
        return max_monnum;
    }
 
    public void setMax_monnum(Integer max_monnum) {
        this.max_monnum = max_monnum;
    }
 
    public Float getMax_monvol() {
        return max_monvol;
    }
 
    public void setMax_monvol(Float max_monvol) {
        this.max_monvol = max_monvol;
    }
 
    public Integer getMin_monnum() {
        return min_monnum;
    }
 
    public void setMin_monnum(Integer min_monnum) {
        this.min_monnum = min_monnum;
    }
 
    public Float getMin_monvol() {
        return min_monvol;
    }
 
    public void setMin_monvol(Float min_monvol) {
        this.min_monvol = min_monvol;
    }
 
    public Integer getMon_num() {
        return mon_num;
    }
 
    public void setMon_num(Integer mon_num) {
        this.mon_num = mon_num;
    }
 
    public Float getMon_vol() {
        return mon_vol;
    }
 
    public void setMon_vol(Float mon_vol) {
        this.mon_vol = mon_vol;
    }
 
    public Integer getUpload_usr_id() {
        return upload_usr_id;
    }
 
    public void setUpload_usr_id(Integer upload_usr_id) {
        this.upload_usr_id = upload_usr_id;
    }
    
    public String getStationname1() {
        return stationname1;
    }
 
 
    public void setStationname1(String stationname1) {
        this.stationname1 = stationname1;
    }
 
 
    public String getStationname2() {
        return stationname2;
    }
 
 
    public void setStationname2(String stationname2) {
        this.stationname2 = stationname2;
    }
 
 
    public String getStationname3() {
        return stationname3;
    }
 
 
    public void setStationname3(String stationname3) {
        this.stationname3 = stationname3;
    }
 
 
    public String getStationname4() {
        return stationname4;
    }
 
 
    public void setStationname4(String stationname4) {
        this.stationname4 = stationname4;
    }
 
 
    @Override
    public String toString() {
        return "Batttestdata_inf [num=" + num + ", BattGroupId=" + BattGroupId
                + ", test_record_count=" + test_record_count
                + ", test_record_count_ex=" + test_record_count_ex
                + ", test_type=" + test_type + ", record_time_interval="
                + record_time_interval + ", data_new=" + data_new
                + ", data_available=" + data_available + ", record_num="
                + record_num + ", test_starttime=" + test_starttime
                + ", test_starttime_ex=" + test_starttime_ex
                + ", test_starttype=" + test_starttype + ", record_time="
                + record_time + ", record_time1=" + record_time1
                + ", test_timelong=" + test_timelong + ", test_stoptype="
                + test_stoptype + ", test_stoptype_reason="
                + test_stoptype_reason + ", test_starttypeHex="
                + test_starttypeHex + ", group_vol=" + group_vol
                + ", test_curr=" + test_curr + ", test_cap=" + test_cap
                + ", max_monnum=" + max_monnum + ", max_monvol=" + max_monvol
                + ", min_monnum=" + min_monnum + ", min_monvol=" + min_monvol
                + ", mon_num=" + mon_num + ", mon_vol=" + mon_vol
                + ", upload_usr_id=" + upload_usr_id + ", stationname1="
                + stationname1 + ", stationname2=" + stationname2
                + ", stationname3=" + stationname3 + ", stationname4="
                + stationname4 + "]";
    }
 
 
}