| | |
| | | this.battGroupId = battGroupId; |
| | | } |
| | | |
| | | public Date getRecord_time() { |
| | | return record_time; |
| | | } |
| | | |
| | | public void setRecord_time(Date record_time) { |
| | | this.record_time = record_time; |
| | | } |
| | | |
| | | public Date getRecord_time1() { |
| | | return record_time1; |
| | | } |
| | | |
| | | public void setRecord_time1(Date record_time1) { |
| | | this.record_time1 = record_time1; |
| | | } |
| | | |
| | | public float getGroup_vol() { |
| | | return group_vol; |
| | | } |
| | |
| | | this.note = note; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "Batt_realdata{" + |
| | | "num=" + num + |
| | | ", battGroupId=" + battGroupId + |
| | | ", record_time=" + record_time + |
| | | ", record_time1=" + record_time1 + |
| | | ", group_vol=" + group_vol + |
| | | ", online_vol=" + online_vol + |
| | | ", group_curr=" + group_curr + |
| | | ", group_tmp=" + group_tmp + |
| | | ", batt_state=" + batt_state + |
| | | ", batt_test_type=" + batt_test_type + |
| | | ", batt_test_starttime=" + batt_test_starttime + |
| | | ", batt_test_tlong=" + batt_test_tlong + |
| | | ", batt_test_cap=" + batt_test_cap + |
| | | ", mon_num=" + mon_num + |
| | | ", mon_vol=" + mon_vol + |
| | | ", mon_tmp=" + mon_tmp + |
| | | ", mon_res=" + mon_res + |
| | | ", mon_ser=" + mon_ser + |
| | | ", mon_conn_res=" + mon_conn_res + |
| | | ", mon_cap=" + mon_cap + |
| | | ", mon_JH_curr=" + mon_JH_curr + |
| | | ", note='" + note + '\'' + |
| | | '}'; |
| | | } |
| | | } |