package com.fgkj.dto.ram;
|
|
import org.apache.ibatis.type.Alias;
|
|
import java.io.Serializable;
|
@Alias("Fbs9100_sysparam")
|
public class Fbs9100_sysparam implements Serializable{
|
private int num;
|
private String dev_ip;
|
private int dev_id;
|
private int op_cmd;
|
private String ipadDR;
|
private String subIPADDR;
|
private String netGateADDR;
|
private int groupVolRange;
|
private int groupVolSorce;
|
private int currentRange;
|
private int currentTyte;
|
private int monomerOrder;
|
private int backLightTime;
|
private String macadDR;
|
private int loaderCount;
|
private int dtCardCount;
|
private float powerBreakChargeCurr;
|
private int majorBattGroupNum;
|
private int pof_BG_Boost_Cnt;
|
private float pof_BG_Boost_VolStop;
|
private float pof_BG_Boost_VolStart;
|
private String stationName;
|
private String fbsDeviceName;
|
private String note;
|
|
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 String getIpadDR() {
|
return ipadDR;
|
}
|
|
public void setIpadDR(String ipadDR) {
|
this.ipadDR = ipadDR;
|
}
|
|
public String getSubIPADDR() {
|
return subIPADDR;
|
}
|
|
public void setSubIPADDR(String subIPADDR) {
|
this.subIPADDR = subIPADDR;
|
}
|
|
public String getNetGateADDR() {
|
return netGateADDR;
|
}
|
|
public void setNetGateADDR(String netGateADDR) {
|
this.netGateADDR = netGateADDR;
|
}
|
|
public int getGroupVolRange() {
|
return groupVolRange;
|
}
|
|
public void setGroupVolRange(int groupVolRange) {
|
this.groupVolRange = groupVolRange;
|
}
|
|
public int getGroupVolSorce() {
|
return groupVolSorce;
|
}
|
|
public void setGroupVolSorce(int groupVolSorce) {
|
this.groupVolSorce = groupVolSorce;
|
}
|
|
public int getCurrentRange() {
|
return currentRange;
|
}
|
|
public void setCurrentRange(int currentRange) {
|
this.currentRange = currentRange;
|
}
|
|
public int getCurrentTyte() {
|
return currentTyte;
|
}
|
|
public void setCurrentTyte(int currentTyte) {
|
this.currentTyte = currentTyte;
|
}
|
|
public int getMonomerOrder() {
|
return monomerOrder;
|
}
|
|
public void setMonomerOrder(int monomerOrder) {
|
this.monomerOrder = monomerOrder;
|
}
|
|
public int getBackLightTime() {
|
return backLightTime;
|
}
|
|
public void setBackLightTime(int backLightTime) {
|
this.backLightTime = backLightTime;
|
}
|
|
public String getMacadDR() {
|
return macadDR;
|
}
|
|
public void setMacadDR(String macadDR) {
|
this.macadDR = macadDR;
|
}
|
|
public int getLoaderCount() {
|
return loaderCount;
|
}
|
|
public void setLoaderCount(int loaderCount) {
|
this.loaderCount = loaderCount;
|
}
|
|
public int getDtCardCount() {
|
return dtCardCount;
|
}
|
|
public void setDtCardCount(int dtCardCount) {
|
this.dtCardCount = dtCardCount;
|
}
|
|
public float getPowerBreakChargeCurr() {
|
return powerBreakChargeCurr;
|
}
|
|
public void setPowerBreakChargeCurr(float powerBreakChargeCurr) {
|
this.powerBreakChargeCurr = powerBreakChargeCurr;
|
}
|
|
public int getMajorBattGroupNum() {
|
return majorBattGroupNum;
|
}
|
|
public void setMajorBattGroupNum(int majorBattGroupNum) {
|
this.majorBattGroupNum = majorBattGroupNum;
|
}
|
|
public int getPof_BG_Boost_Cnt() {
|
return pof_BG_Boost_Cnt;
|
}
|
|
public void setPof_BG_Boost_Cnt(int pof_BG_Boost_Cnt) {
|
this.pof_BG_Boost_Cnt = pof_BG_Boost_Cnt;
|
}
|
|
public float getPof_BG_Boost_VolStop() {
|
return pof_BG_Boost_VolStop;
|
}
|
|
public void setPof_BG_Boost_VolStop(float pof_BG_Boost_VolStop) {
|
this.pof_BG_Boost_VolStop = pof_BG_Boost_VolStop;
|
}
|
|
public float getPof_BG_Boost_VolStart() {
|
return pof_BG_Boost_VolStart;
|
}
|
|
public void setPof_BG_Boost_VolStart(float pof_BG_Boost_VolStart) {
|
this.pof_BG_Boost_VolStart = pof_BG_Boost_VolStart;
|
}
|
|
public String getStationName() {
|
return stationName;
|
}
|
|
public void setStationName(String stationName) {
|
this.stationName = stationName;
|
}
|
|
public String getFbsDeviceName() {
|
return fbsDeviceName;
|
}
|
|
public void setFbsDeviceName(String fbsDeviceName) {
|
this.fbsDeviceName = fbsDeviceName;
|
}
|
|
public String getNote() {
|
return note;
|
}
|
|
public void setNote(String note) {
|
this.note = note;
|
}
|
|
public Object getObj() {
|
return obj;
|
}
|
|
public void setObj(Object obj) {
|
this.obj = obj;
|
}
|
|
@Override
|
public String toString() {
|
return "Fbs9100_sysparam{" +
|
"num=" + num +
|
", dev_ip='" + dev_ip + '\'' +
|
", dev_id=" + dev_id +
|
", op_cmd=" + op_cmd +
|
", ipadDR='" + ipadDR + '\'' +
|
", subIPADDR='" + subIPADDR + '\'' +
|
", netGateADDR='" + netGateADDR + '\'' +
|
", groupVolRange=" + groupVolRange +
|
", groupVolSorce=" + groupVolSorce +
|
", currentRange=" + currentRange +
|
", currentTyte=" + currentTyte +
|
", monomerOrder=" + monomerOrder +
|
", backLightTime=" + backLightTime +
|
", macadDR='" + macadDR + '\'' +
|
", loaderCount=" + loaderCount +
|
", dtCardCount=" + dtCardCount +
|
", powerBreakChargeCurr=" + powerBreakChargeCurr +
|
", majorBattGroupNum=" + majorBattGroupNum +
|
", pof_BG_Boost_Cnt=" + pof_BG_Boost_Cnt +
|
", pof_BG_Boost_VolStop=" + pof_BG_Boost_VolStop +
|
", pof_BG_Boost_VolStart=" + pof_BG_Boost_VolStart +
|
", stationName='" + stationName + '\'' +
|
", fbsDeviceName='" + fbsDeviceName + '\'' +
|
", note='" + note + '\'' +
|
", obj=" + obj +
|
'}';
|
}
|
}
|