| | |
| | | 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 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 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 String getIpadDR() { |
| | | return ipadDR; |
| | | } |
| | | public void setIPADDR(String iPADDR) { |
| | | IPADDR = iPADDR; |
| | | |
| | | public void setIpadDR(String ipadDR) { |
| | | this.ipadDR = ipadDR; |
| | | } |
| | | |
| | | public String getSubIPADDR() { |
| | | return SubIPADDR; |
| | | return subIPADDR; |
| | | } |
| | | |
| | | public void setSubIPADDR(String subIPADDR) { |
| | | SubIPADDR = subIPADDR; |
| | | this.subIPADDR = subIPADDR; |
| | | } |
| | | |
| | | public String getNetGateADDR() { |
| | | return NetGateADDR; |
| | | return netGateADDR; |
| | | } |
| | | |
| | | public void setNetGateADDR(String netGateADDR) { |
| | | NetGateADDR = netGateADDR; |
| | | this.netGateADDR = netGateADDR; |
| | | } |
| | | |
| | | public int getGroupVolRange() { |
| | | return GroupVolRange; |
| | | return groupVolRange; |
| | | } |
| | | |
| | | public void setGroupVolRange(int groupVolRange) { |
| | | GroupVolRange = groupVolRange; |
| | | this.groupVolRange = groupVolRange; |
| | | } |
| | | |
| | | public int getGroupVolSorce() { |
| | | return GroupVolSorce; |
| | | return groupVolSorce; |
| | | } |
| | | |
| | | public void setGroupVolSorce(int groupVolSorce) { |
| | | GroupVolSorce = groupVolSorce; |
| | | this.groupVolSorce = groupVolSorce; |
| | | } |
| | | |
| | | public int getCurrentRange() { |
| | | return CurrentRange; |
| | | return currentRange; |
| | | } |
| | | |
| | | public void setCurrentRange(int currentRange) { |
| | | CurrentRange = currentRange; |
| | | this.currentRange = currentRange; |
| | | } |
| | | |
| | | public int getCurrentTyte() { |
| | | return CurrentTyte; |
| | | return currentTyte; |
| | | } |
| | | |
| | | public void setCurrentTyte(int currentTyte) { |
| | | CurrentTyte = currentTyte; |
| | | this.currentTyte = currentTyte; |
| | | } |
| | | |
| | | public int getMonomerOrder() { |
| | | return MonomerOrder; |
| | | return monomerOrder; |
| | | } |
| | | |
| | | public void setMonomerOrder(int monomerOrder) { |
| | | MonomerOrder = monomerOrder; |
| | | this.monomerOrder = monomerOrder; |
| | | } |
| | | |
| | | public int getBackLightTime() { |
| | | return BackLightTime; |
| | | return backLightTime; |
| | | } |
| | | |
| | | public void setBackLightTime(int backLightTime) { |
| | | BackLightTime = backLightTime; |
| | | this.backLightTime = backLightTime; |
| | | } |
| | | public String getMACADDR() { |
| | | return MACADDR; |
| | | |
| | | public String getMacadDR() { |
| | | return macadDR; |
| | | } |
| | | public void setMACADDR(String mACADDR) { |
| | | MACADDR = mACADDR; |
| | | |
| | | public void setMacadDR(String macadDR) { |
| | | this.macadDR = macadDR; |
| | | } |
| | | |
| | | public int getLoaderCount() { |
| | | return LoaderCount; |
| | | return loaderCount; |
| | | } |
| | | |
| | | public void setLoaderCount(int loaderCount) { |
| | | LoaderCount = loaderCount; |
| | | this.loaderCount = loaderCount; |
| | | } |
| | | |
| | | public int getDtCardCount() { |
| | | return DtCardCount; |
| | | return dtCardCount; |
| | | } |
| | | |
| | | public void setDtCardCount(int dtCardCount) { |
| | | DtCardCount = dtCardCount; |
| | | this.dtCardCount = dtCardCount; |
| | | } |
| | | |
| | | public float getPowerBreakChargeCurr() { |
| | | return PowerBreakChargeCurr; |
| | | return powerBreakChargeCurr; |
| | | } |
| | | |
| | | public void setPowerBreakChargeCurr(float powerBreakChargeCurr) { |
| | | PowerBreakChargeCurr = powerBreakChargeCurr; |
| | | this.powerBreakChargeCurr = powerBreakChargeCurr; |
| | | } |
| | | |
| | | public int getMajorBattGroupNum() { |
| | | return MajorBattGroupNum; |
| | | return majorBattGroupNum; |
| | | } |
| | | |
| | | public void setMajorBattGroupNum(int majorBattGroupNum) { |
| | | MajorBattGroupNum = majorBattGroupNum; |
| | | this.majorBattGroupNum = majorBattGroupNum; |
| | | } |
| | | public int getPOF_BG_Boost_Cnt() { |
| | | return POF_BG_Boost_Cnt; |
| | | |
| | | public int getPof_BG_Boost_Cnt() { |
| | | return pof_BG_Boost_Cnt; |
| | | } |
| | | public void setPOF_BG_Boost_Cnt(int pOF_BG_Boost_Cnt) { |
| | | POF_BG_Boost_Cnt = 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 float getPof_BG_Boost_VolStop() { |
| | | return pof_BG_Boost_VolStop; |
| | | } |
| | | public void setPOF_BG_Boost_VolStop(float pOF_BG_Boost_VolStop) { |
| | | POF_BG_Boost_VolStop = 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 float getPof_BG_Boost_VolStart() { |
| | | return pof_BG_Boost_VolStart; |
| | | } |
| | | public void setPOF_BG_Boost_VolStart(float pOF_BG_Boost_VolStart) { |
| | | POF_BG_Boost_VolStart = 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 String getFBSDeviceName() { |
| | | return FBSDeviceName; |
| | | } |
| | | public void setFBSDeviceName(String fBSDeviceName) { |
| | | FBSDeviceName = fBSDeviceName; |
| | | } |
| | | |
| | | |
| | | 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 + "]"; |
| | | 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 + |
| | | '}'; |
| | | } |
| | | |
| | | |
| | | |
| | | } |