package com.fgkj.dto;
|
|
import java.io.Serializable;
|
import java.util.Date;
|
|
public class Batt_rtstate implements Serializable{
|
private Integer num;
|
private Integer BattGroupId;
|
private Integer batt_count;
|
private Date rec_datetime;
|
private Float online_vol;
|
private Float group_vol;
|
private Float group_curr;
|
private Integer batt_state;
|
private Integer batt_test_type;
|
private Date batt_test_starttime;
|
private Date batt_test_recordtime;
|
private Integer batt_test_tlong;
|
private Float batt_test_cap;
|
private Float batt_real_cap;
|
private Float batt_rest_cap;
|
private Integer batt_rest_power1_time;
|
private Integer batt_rest_power2_time;
|
private String note;
|
|
//电池组信息
|
private String stationName;
|
private String stationName1;
|
private String stationName2;
|
private String stationName3;
|
private String stationName4;
|
private String stationName5;
|
private String stationId;
|
|
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 getBatt_count() {
|
return batt_count;
|
}
|
public void setBatt_count(Integer batt_count) {
|
this.batt_count = batt_count;
|
}
|
public Date getRec_datetime() {
|
return rec_datetime;
|
}
|
public void setRec_datetime(Date rec_datetime) {
|
this.rec_datetime = rec_datetime;
|
}
|
|
public Float getOnline_vol() {
|
return online_vol;
|
}
|
public void setOnline_vol(Float online_vol) {
|
this.online_vol = online_vol;
|
}
|
public Float getGroup_vol() {
|
return group_vol;
|
}
|
public void setGroup_vol(Float group_vol) {
|
this.group_vol = group_vol;
|
}
|
public Float getGroup_curr() {
|
return group_curr;
|
}
|
public void setGroup_curr(Float group_curr) {
|
this.group_curr = group_curr;
|
}
|
public Integer getBatt_state() {
|
return batt_state;
|
}
|
public void setBatt_state(Integer batt_state) {
|
this.batt_state = batt_state;
|
}
|
public Integer getBatt_test_type() {
|
return batt_test_type;
|
}
|
public void setBatt_test_type(Integer batt_test_type) {
|
this.batt_test_type = batt_test_type;
|
}
|
public Date getBatt_test_starttime() {
|
return batt_test_starttime;
|
}
|
public void setBatt_test_starttime(Date batt_test_starttime) {
|
this.batt_test_starttime = batt_test_starttime;
|
}
|
public Date getBatt_test_recordtime() {
|
return batt_test_recordtime;
|
}
|
public void setBatt_test_recordtime(Date batt_test_recordtime) {
|
this.batt_test_recordtime = batt_test_recordtime;
|
}
|
public Integer getBatt_test_tlong() {
|
return batt_test_tlong;
|
}
|
public void setBatt_test_tlong(Integer batt_test_tlong) {
|
this.batt_test_tlong = batt_test_tlong;
|
}
|
public Float getBatt_test_cap() {
|
return batt_test_cap;
|
}
|
public void setBatt_test_cap(Float batt_test_cap) {
|
this.batt_test_cap = batt_test_cap;
|
}
|
public Float getBatt_real_cap() {
|
return batt_real_cap;
|
}
|
public void setBatt_real_cap(Float batt_real_cap) {
|
this.batt_real_cap = batt_real_cap;
|
}
|
public Float getBatt_rest_cap() {
|
return batt_rest_cap;
|
}
|
public void setBatt_rest_cap(Float batt_rest_cap) {
|
this.batt_rest_cap = batt_rest_cap;
|
}
|
public Integer getBatt_rest_power1_time() {
|
return batt_rest_power1_time;
|
}
|
public void setBatt_rest_power1_time(Integer batt_rest_power1_time) {
|
this.batt_rest_power1_time = batt_rest_power1_time;
|
}
|
public Integer getBatt_rest_power2_time() {
|
return batt_rest_power2_time;
|
}
|
public void setBatt_rest_power2_time(Integer batt_rest_power2_time) {
|
this.batt_rest_power2_time = batt_rest_power2_time;
|
}
|
public String getNote() {
|
return note;
|
}
|
public void setNote(String note) {
|
this.note = note;
|
}
|
public String getStationName() {
|
return stationName;
|
}
|
public void setStationName(String stationName) {
|
this.stationName = stationName;
|
}
|
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;
|
}
|
public String getStationName5() {
|
return stationName5;
|
}
|
public void setStationName5(String stationName5) {
|
this.stationName5 = stationName5;
|
}
|
public String getStationId() {
|
return stationId;
|
}
|
public void setStationId(String stationId) {
|
this.stationId = stationId;
|
}
|
@Override
|
public String toString() {
|
return "Batt_rtstate [num=" + num + ", BattGroupId=" + BattGroupId
|
+ ", batt_count=" + batt_count + ", rec_datetime="
|
+ rec_datetime + ", online_vol=" + online_vol + ", group_vol="
|
+ group_vol + ", group_curr=" + group_curr + ", batt_state="
|
+ batt_state + ", batt_test_type=" + batt_test_type
|
+ ", batt_test_starttime=" + batt_test_starttime
|
+ ", batt_test_recordtime=" + batt_test_recordtime
|
+ ", batt_test_tlong=" + batt_test_tlong + ", batt_test_cap="
|
+ batt_test_cap + ", batt_real_cap=" + batt_real_cap
|
+ ", batt_rest_cap=" + batt_rest_cap
|
+ ", batt_rest_power1_time=" + batt_rest_power1_time
|
+ ", batt_rest_power2_time=" + batt_rest_power2_time
|
+ ", note=" + note + ", stationName=" + stationName
|
+ ", stationName1=" + stationName1 + ", stationName2="
|
+ stationName2 + ", stationName3=" + stationName3
|
+ ", stationName4=" + stationName4 + ", stationName5="
|
+ stationName5 + ", stationId=" + stationId + "]";
|
}
|
|
}
|