package com.fgkj.dto.ram;
|
|
import java.io.Serializable;
|
|
public class Fbs9100_battparam implements Serializable{
|
private int num;
|
private String dev_ip;
|
private int dev_id;
|
private int op_cmd;
|
private int STD_CAP; //电池标称容量(AH)
|
private int STD_RES; //电池标称内阻(uΩ)
|
private int BattGroupCount;//电池组数
|
private int EachGroupBattCount;//每组电池单体数量
|
private float MonomerVol;//单体标称电压(V)
|
private float GroupVol;//电池组端标称电压(V)
|
private float BattTemp;//电池标称温度(℃)
|
private float FloatChargeVol;//电池浮充电压阀值(V)
|
private float FloatChargeCurr;//电池浮充电流阀值(A)
|
private float OnlineVolLow;//在线电压低阀值(V)
|
private int GroupConnType;//电池组连接类型
|
private String note;
|
|
private String DeviceName;
|
private String StationName;
|
private String StationName1;
|
private String StationName2;
|
private String StationName3;
|
private String StationName5;
|
private String StationId;
|
|
private Object obj;
|
public int getNum() {
|
return num;
|
}
|
public void setNum(int num) {
|
this.num = num;
|
}
|
public String getDev_ip() {
|
return dev_ip;
|
}
|
public void setDev_ip(String dev_ip) {
|
this.dev_ip = dev_ip;
|
}
|
public int getDev_id() {
|
return dev_id;
|
}
|
public void setDev_id(int dev_id) {
|
this.dev_id = dev_id;
|
}
|
public int getOp_cmd() {
|
return op_cmd;
|
}
|
public void setOp_cmd(int op_cmd) {
|
this.op_cmd = op_cmd;
|
}
|
public int getSTD_CAP() {
|
return STD_CAP;
|
}
|
public void setSTD_CAP(int sTD_CAP) {
|
STD_CAP = sTD_CAP;
|
}
|
public int getSTD_RES() {
|
return STD_RES;
|
}
|
public void setSTD_RES(int sTD_RES) {
|
STD_RES = sTD_RES;
|
}
|
public int getBattGroupCount() {
|
return BattGroupCount;
|
}
|
public void setBattGroupCount(int battGroupCount) {
|
BattGroupCount = battGroupCount;
|
}
|
public int getEachGroupBattCount() {
|
return EachGroupBattCount;
|
}
|
public void setEachGroupBattCount(int eachGroupBattCount) {
|
EachGroupBattCount = eachGroupBattCount;
|
}
|
public float getMonomerVol() {
|
return MonomerVol;
|
}
|
public void setMonomerVol(float monomerVol) {
|
MonomerVol = monomerVol;
|
}
|
public float getGroupVol() {
|
return GroupVol;
|
}
|
public void setGroupVol(float groupVol) {
|
GroupVol = groupVol;
|
}
|
public float getBattTemp() {
|
return BattTemp;
|
}
|
public void setBattTemp(float battTemp) {
|
BattTemp = battTemp;
|
}
|
public float getFloatChargeVol() {
|
return FloatChargeVol;
|
}
|
public void setFloatChargeVol(float floatChargeVol) {
|
FloatChargeVol = floatChargeVol;
|
}
|
public float getFloatChargeCurr() {
|
return FloatChargeCurr;
|
}
|
public void setFloatChargeCurr(float floatChargeCurr) {
|
FloatChargeCurr = floatChargeCurr;
|
}
|
public float getOnlineVolLow() {
|
return OnlineVolLow;
|
}
|
public void setOnlineVolLow(float onlineVolLow) {
|
OnlineVolLow = onlineVolLow;
|
}
|
public int getGroupConnType() {
|
return GroupConnType;
|
}
|
public void setGroupConnType(int groupConnType) {
|
GroupConnType = groupConnType;
|
}
|
public String getNote() {
|
return note;
|
}
|
public void setNote(String note) {
|
this.note = note;
|
}
|
public String getDeviceName() {
|
return DeviceName;
|
}
|
public void setDeviceName(String deviceName) {
|
DeviceName = deviceName;
|
}
|
public String getStationName() {
|
return StationName;
|
}
|
public void setStationName(String stationName) {
|
StationName = stationName;
|
}
|
public String getStationName1() {
|
return StationName1;
|
}
|
public void setStationName1(String stationName1) {
|
StationName1 = stationName1;
|
}
|
public String getStationName2() {
|
return StationName2;
|
}
|
public void setStationName2(String stationName2) {
|
StationName2 = stationName2;
|
}
|
public String getStationName3() {
|
return StationName3;
|
}
|
public void setStationName3(String stationName3) {
|
StationName3 = stationName3;
|
}
|
public String getStationName5() {
|
return StationName5;
|
}
|
public void setStationName5(String stationName5) {
|
StationName5 = stationName5;
|
}
|
public String getStationId() {
|
return StationId;
|
}
|
public void setStationId(String stationId) {
|
StationId = stationId;
|
}
|
public Object getObj() {
|
return obj;
|
}
|
public void setObj(Object obj) {
|
this.obj = obj;
|
}
|
@Override
|
public String toString() {
|
return "Fbs9100_battparam [num=" + num + ", dev_ip=" + dev_ip + ", dev_id=" + dev_id + ", op_cmd=" + op_cmd
|
+ ", STD_CAP=" + STD_CAP + ", STD_RES=" + STD_RES + ", BattGroupCount=" + BattGroupCount
|
+ ", EachGroupBattCount=" + EachGroupBattCount + ", MonomerVol=" + MonomerVol + ", GroupVol=" + GroupVol
|
+ ", BattTemp=" + BattTemp + ", FloatChargeVol=" + FloatChargeVol + ", FloatChargeCurr="
|
+ FloatChargeCurr + ", OnlineVolLow=" + OnlineVolLow + ", GroupConnType=" + GroupConnType + ", note="
|
+ note + ", DeviceName=" + DeviceName + ", StationName=" + StationName + ", StationName1="
|
+ StationName1 + ", StationName2=" + StationName2 + ", StationName3=" + StationName3 + ", StationName5="
|
+ StationName5 + ", StationId=" + StationId + ", obj=" + obj + "]";
|
}
|
|
}
|