| | |
| | | @Alias("Ld9testdatastop") |
| | | public class Ld9testdatastop implements Serializable{ |
| | | private Integer num; |
| | | private Integer BattGroupId; |
| | | private Integer battGroupId; |
| | | private Integer test_record_count; |
| | | private Integer test_type; |
| | | private Integer record_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 setTest_stopreason(int test_stopreason) { |
| | | this.test_stopreason = test_stopreason; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "Ld9testdatastop [num=" + num + ", BattGroupId=" + BattGroupId |
| | | + ", test_record_count=" + test_record_count + ", test_type=" |
| | | + test_type + ", record_num=" + record_num |
| | | + ", test_starttime=" + test_starttime + ", record_time=" |
| | | + record_time + ", test_timelong=" + test_timelong |
| | | + ", online_vol=" + online_vol + ", group_vol=" + group_vol |
| | | + ", test_curr=" + test_curr + ", test_cap=" + test_cap |
| | | + ", mon_num=" + mon_num + ", mon_vol=" + mon_vol |
| | | + ", mon_tmp=" + mon_tmp + ", test_monnum=" + test_monnum |
| | | + ", max_monvol=" + max_monvol + ", min_monvol=" + min_monvol |
| | | + ", test_stopreason=" + test_stopreason + "]"; |
| | | return "Ld9testdatastop{" + |
| | | "num=" + num + |
| | | ", battGroupId=" + battGroupId + |
| | | ", test_record_count=" + test_record_count + |
| | | ", test_type=" + test_type + |
| | | ", record_num=" + record_num + |
| | | ", test_starttime=" + test_starttime + |
| | | ", record_time=" + record_time + |
| | | ", test_timelong=" + test_timelong + |
| | | ", online_vol=" + online_vol + |
| | | ", group_vol=" + group_vol + |
| | | ", test_curr=" + test_curr + |
| | | ", test_cap=" + test_cap + |
| | | ", mon_num=" + mon_num + |
| | | ", mon_vol=" + mon_vol + |
| | | ", mon_tmp=" + mon_tmp + |
| | | ", test_monnum=" + test_monnum + |
| | | ", max_monvol=" + max_monvol + |
| | | ", min_monvol=" + min_monvol + |
| | | ", test_stopreason=" + test_stopreason + |
| | | '}'; |
| | | } |
| | | |
| | | } |