| | |
| | | @Alias("Battresdata_inf") |
| | | public class Battresdata_inf implements Serializable{ |
| | | private Integer num; |
| | | private Integer BattGroupId; |
| | | private Integer battGroupId; |
| | | private Integer test_record_count; |
| | | private Integer test_record_count_ex; |
| | | private Integer test_type; |
| | |
| | | private String stationname4; |
| | | public Battresdata_inf() { |
| | | super(); |
| | | // TODO Auto-generated constructor stub |
| | | } |
| | | public Integer getNum() { |
| | | return num; |
| | |
| | | public void setNum(Integer num) { |
| | | this.num = num; |
| | | } |
| | | |
| | | public Integer getBattGroupId() { |
| | | return BattGroupId; |
| | | return battGroupId; |
| | | } |
| | | |
| | | public void setBattGroupId(Integer battGroupId) { |
| | | BattGroupId = battGroupId; |
| | | this.battGroupId = battGroupId; |
| | | } |
| | | |
| | | public Integer getTest_record_count() { |
| | | return test_record_count; |
| | | } |
| | |
| | | public void setStationname4(String stationname4) { |
| | | this.stationname4 = stationname4; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "Battresdata_inf [num=" + num + ", BattGroupId=" + BattGroupId |
| | | + ", test_record_count=" + test_record_count |
| | | + ", test_record_count_ex=" + test_record_count_ex |
| | | + ", test_type=" + test_type + ", data_new=" + data_new |
| | | + ", data_available=" + data_available + ", test_starttime=" |
| | | + test_starttime + ", test_starttime_ex=" + test_starttime_ex |
| | | + ", test_devtype=" + test_devtype + ", test_starttypeHex=" |
| | | + test_starttypeHex + ", record_time=" + record_time |
| | | + ", group_vol=" + group_vol + ", test_curr=" + test_curr |
| | | + ", upload_usr_id=" + upload_usr_id + ", stationname1=" |
| | | + stationname1 + ", stationname2=" + stationname2 |
| | | + ", stationname3=" + stationname3 + ", stationname4=" |
| | | + stationname4 + "]"; |
| | | return "Battresdata_inf{" + |
| | | "num=" + num + |
| | | ", battGroupId=" + battGroupId + |
| | | ", test_record_count=" + test_record_count + |
| | | ", test_record_count_ex=" + test_record_count_ex + |
| | | ", test_type=" + test_type + |
| | | ", data_new=" + data_new + |
| | | ", data_available=" + data_available + |
| | | ", test_starttime=" + test_starttime + |
| | | ", test_starttime_ex=" + test_starttime_ex + |
| | | ", test_devtype=" + test_devtype + |
| | | ", test_starttypeHex='" + test_starttypeHex + '\'' + |
| | | ", record_time=" + record_time + |
| | | ", group_vol=" + group_vol + |
| | | ", test_curr=" + test_curr + |
| | | ", upload_usr_id=" + upload_usr_id + |
| | | ", stationname1='" + stationname1 + '\'' + |
| | | ", stationname2='" + stationname2 + '\'' + |
| | | ", stationname3='" + stationname3 + '\'' + |
| | | ", stationname4='" + stationname4 + '\'' + |
| | | '}'; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | } |