| | |
| | | @Alias("Batttestdatastop") |
| | | public class Batttestdatastop implements Serializable{ |
| | | private Integer num; |
| | | private Integer BattGroupId; |
| | | private Integer battGroupId; |
| | | private Integer test_record_count; |
| | | private Integer test_type; |
| | | private Integer data_new; |
| | |
| | | } |
| | | |
| | | public Integer getBattGroupId() { |
| | | return BattGroupId; |
| | | return battGroupId; |
| | | } |
| | | |
| | | public void setBattGroupId(Integer battGroupId) { |
| | | BattGroupId = battGroupId; |
| | | this.battGroupId = battGroupId; |
| | | } |
| | | |
| | | public Integer getTest_record_count() { |
| | |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "Batttestdatastop [num=" + num + ", BattGroupId=" + BattGroupId |
| | | + ", test_record_count=" + test_record_count + ", test_type=" |
| | | + test_type + ", data_new=" + data_new + ", data_available=" |
| | | + data_available + ", record_num=" + record_num |
| | | + ", test_starttime=" + test_starttime + ", record_time=" |
| | | + record_time + ", test_timelong=" + test_timelong |
| | | + ", group_vol=" + group_vol + ", test_curr=" + test_curr |
| | | + ", test_cap=" + test_cap + ", mon_num=" + mon_num |
| | | + ", mon_vol=" + mon_vol + ", lowC=" + lowC + ", lowV=" + lowV |
| | | + ", mon_avg=" + mon_avg + ", mon_min=" + mon_min |
| | | + ", mon_max=" + mon_max + "]"; |
| | | return "Batttestdatastop{" + |
| | | "num=" + num + |
| | | ", battGroupId=" + battGroupId + |
| | | ", test_record_count=" + test_record_count + |
| | | ", test_type=" + test_type + |
| | | ", data_new=" + data_new + |
| | | ", data_available=" + data_available + |
| | | ", record_num=" + record_num + |
| | | ", test_starttime=" + test_starttime + |
| | | ", record_time=" + record_time + |
| | | ", test_timelong=" + test_timelong + |
| | | ", group_vol=" + group_vol + |
| | | ", test_curr=" + test_curr + |
| | | ", test_cap=" + test_cap + |
| | | ", mon_num=" + mon_num + |
| | | ", mon_vol=" + mon_vol + |
| | | ", lowC=" + lowC + |
| | | ", lowV=" + lowV + |
| | | ", mon_avg=" + mon_avg + |
| | | ", mon_min=" + mon_min + |
| | | ", mon_max=" + mon_max + |
| | | '}'; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |