| | |
| | | import java.io.Serializable;
|
| | | import java.text.ParseException;
|
| | | import java.text.SimpleDateFormat;
|
| | | import java.util.ArrayList;
|
| | | import java.util.Date;
|
| | | import java.util.List;
|
| | |
|
| | | import com.mysql.fabric.xmlrpc.base.Array;
|
| | |
|
| | | /**
|
| | | * @author 星伟
|
| | |
| | | public class BattInf implements Serializable{
|
| | | private Integer num;
|
| | | private String StationId;
|
| | | private String StationId_ex;
|
| | | private String StationName;
|
| | | private String StationName1;
|
| | | private String StationName2;
|
| | |
| | | private String SignalId;
|
| | | private Integer CInterFaceId;
|
| | | private Float Load_curr;// 负载电流
|
| | | private Float DisCurrMax;//最大核容电流
|
| | | private String SignalName;
|
| | | private Integer StartNum; |
| | | private Integer Size; |
| | | private Integer StartNum; |
| | | private Integer Station_install; //机房设备是否安装
|
| | |
|
| | | private Integer Size; |
| | | private Page page;
|
| | | private Object obj;
|
| | | private String station_phone;
|
| | | |
| | | private String install_user; //安装人
|
| | | |
| | | private Battinf_ex binf_ex;
|
| | | |
| | | private float charge_curr_max;//充电电流阈值
|
| | | |
| | | private String VideoOrImage ;//上传文件的格式
|
| | | public BattInf() {
|
| | | super();
|
| | | // TODO Auto-generated constructor stub
|
| | | }
|
| | | |
| | | public Integer getNum() {
|
| | | return num;
|
| | | }
|
| | |
| | | public void setBattGuarantDayCount(Integer battGuarantDayCount) {
|
| | | BattGuarantDayCount = battGuarantDayCount;
|
| | | }
|
| | |
|
| | | |
| | | public Object getObj() {
|
| | | return obj;
|
| | | }
|
| | | public void setObj(Object obj) {
|
| | | this.obj = obj;
|
| | | }
|
| | | |
| | | public Page getPage() {
|
| | | return page;
|
| | | }
|
| | | public void setPage(Page page) {
|
| | | this.page = page;
|
| | | }
|
| | | |
| | | public String getStation_phone() {
|
| | | return station_phone;
|
| | | }
|
| | | public void setStation_phone(String station_phone) {
|
| | | this.station_phone = station_phone;
|
| | | }
|
| | | public Float getDisCurrMax() {
|
| | | return DisCurrMax;
|
| | | }
|
| | | public void setDisCurrMax(Float disCurrMax) {
|
| | | DisCurrMax = disCurrMax;
|
| | | }
|
| | | |
| | | public String getStationId_ex() {
|
| | | return StationId_ex;
|
| | | }
|
| | | public void setStationId_ex(String stationId_ex) {
|
| | | StationId_ex = stationId_ex;
|
| | | }
|
| | | public Integer getStation_install() {
|
| | | return Station_install;
|
| | | }
|
| | | public void setStation_install(Integer station_install) {
|
| | | Station_install = station_install;
|
| | | }
|
| | | public Battinf_ex getBinf_ex() {
|
| | | return binf_ex;
|
| | | }
|
| | | public void setBinf_ex(Battinf_ex binf_ex) {
|
| | | this.binf_ex = binf_ex;
|
| | | }
|
| | | |
| | | public String getInstall_user() {
|
| | | return install_user;
|
| | | }
|
| | | public void setInstall_user(String install_user) {
|
| | | this.install_user = install_user;
|
| | | }
|
| | | |
| | | public String getVideoOrImage() {
|
| | | return VideoOrImage;
|
| | | }
|
| | | public void setVideoOrImage(String videoOrImage) {
|
| | | VideoOrImage = videoOrImage;
|
| | | }
|
| | | public float getCharge_curr_max() {
|
| | | return charge_curr_max;
|
| | | }
|
| | | public void setCharge_curr_max(float charge_curr_max) {
|
| | | this.charge_curr_max = charge_curr_max;
|
| | | }
|
| | | @Override
|
| | | public String toString() {
|
| | | return "BattInf [num=" + num + ", StationId=" + StationId
|
| | | + ", StationName=" + StationName + ", StationName1="
|
| | | + StationName1 + ", StationName2=" + StationName2
|
| | | + ", StationName3=" + StationName3 + ", StationName4="
|
| | | + StationName4 + ", StationName5=" + StationName5
|
| | | + ", StationName6=" + StationName6 + ", StationName7="
|
| | | + StationName7 + ", StationName8=" + StationName8
|
| | | + ", StationName9=" + StationName9 + ", StationIp=" + StationIp
|
| | | + ", FBSDeviceId=" + FBSDeviceId + ", FbsDeviceIp="
|
| | | + FbsDeviceIp + ", FbsDeviceIp_YM=" + FbsDeviceIp_YM
|
| | | + ", FbsDeviceIp_WG=" + FbsDeviceIp_WG + ", FBSDeviceName="
|
| | | + FBSDeviceName + ", GroupIndexInFBSDevice="
|
| | | + GroupIndexInFBSDevice + ", BattModel=" + BattModel
|
| | | + ", BattGroupId=" + BattGroupId + ", BattGroupNum="
|
| | | + BattGroupNum + ", BattGroupName=" + BattGroupName
|
| | | + ", BattGroupName1=" + BattGroupName1 + ", BattGroupName2="
|
| | | + BattGroupName2 + ", BattGroupName3=" + BattGroupName3
|
| | | + ", BattGroupName4=" + BattGroupName4 + ", BattGroupName5="
|
| | | + BattGroupName5 + ", BattGroupName6=" + BattGroupName6
|
| | | + ", FloatVolLevel=" + FloatVolLevel + ", OfflineVolLevel="
|
| | | + OfflineVolLevel + ", BattFloatCurrent=" + BattFloatCurrent
|
| | | + ", DeviceId=" + DeviceId + ", DeviceName=" + DeviceName
|
| | | + ", MonCount=" + MonCount + ", MonCapStd=" + MonCapStd
|
| | | + ", MonResStd=" + MonResStd + ", MonSerStd=" + MonSerStd
|
| | | + ", MonTmpStd=" + MonTmpStd + ", MonVolStd=" + MonVolStd
|
| | | + ", MonVolLowToAvg=" + MonVolLowToAvg + ", MonNum=" + MonNum
|
| | | + ", BattProducer=" + BattProducer + ", BattProductDate="
|
| | | + BattProductDate + ", BattProductDate1=" + BattProductDate1
|
| | | + ", BattInUseDate=" + BattInUseDate + ", BattInUseDate1="
|
| | | + BattInUseDate1 + ", BattGuarantDayCount="
|
| | | + BattGuarantDayCount + ", SignalId=" + SignalId
|
| | | + ", CInterFaceId=" + CInterFaceId + ", Load_curr=" + Load_curr
|
| | | + ", StationId_ex=" + StationId_ex + ", StationName="
|
| | | + StationName + ", StationName1=" + StationName1
|
| | | + ", StationName2=" + StationName2 + ", StationName3="
|
| | | + StationName3 + ", StationName4=" + StationName4
|
| | | + ", StationName5=" + StationName5 + ", StationName6="
|
| | | + StationName6 + ", StationName7=" + StationName7
|
| | | + ", StationName8=" + StationName8 + ", StationName9="
|
| | | + StationName9 + ", StationIp=" + StationIp + ", FBSDeviceId="
|
| | | + FBSDeviceId + ", FbsDeviceIp=" + FbsDeviceIp
|
| | | + ", FbsDeviceIp_YM=" + FbsDeviceIp_YM + ", FbsDeviceIp_WG="
|
| | | + FbsDeviceIp_WG + ", FbsDeviceIp_old=" + FbsDeviceIp_old
|
| | | + ", FbsDeviceIp_YM_old=" + FbsDeviceIp_YM_old
|
| | | + ", FbsDeviceIp_WG_old=" + FbsDeviceIp_WG_old
|
| | | + ", FBSDeviceName=" + FBSDeviceName
|
| | | + ", GroupIndexInFBSDevice=" + GroupIndexInFBSDevice
|
| | | + ", BattModel=" + BattModel + ", BattGroupId=" + BattGroupId
|
| | | + ", BattGroupNum=" + BattGroupNum + ", BattGroupName="
|
| | | + BattGroupName + ", BattGroupName1=" + BattGroupName1
|
| | | + ", BattGroupName2=" + BattGroupName2 + ", BattGroupName3="
|
| | | + BattGroupName3 + ", BattGroupName4=" + BattGroupName4
|
| | | + ", BattGroupName5=" + BattGroupName5 + ", BattGroupName6="
|
| | | + BattGroupName6 + ", FloatVolLevel=" + FloatVolLevel
|
| | | + ", OfflineVolLevel=" + OfflineVolLevel
|
| | | + ", BattFloatCurrent=" + BattFloatCurrent + ", DeviceId="
|
| | | + DeviceId + ", DeviceName=" + DeviceName + ", MonCount="
|
| | | + MonCount + ", MonCapStd=" + MonCapStd + ", MonResStd="
|
| | | + MonResStd + ", MonSerStd=" + MonSerStd + ", MonTmpStd="
|
| | | + MonTmpStd + ", MonVolStd=" + MonVolStd + ", MonVolLowToAvg="
|
| | | + MonVolLowToAvg + ", MonNum=" + MonNum + ", BattProducer="
|
| | | + BattProducer + ", BattProductDate=" + BattProductDate
|
| | | + ", BattProductDate1=" + BattProductDate1 + ", BattInUseDate="
|
| | | + BattInUseDate + ", BattInUseDate1=" + BattInUseDate1
|
| | | + ", BattGuarantDayCount=" + BattGuarantDayCount
|
| | | + ", SignalId=" + SignalId + ", CInterFaceId=" + CInterFaceId
|
| | | + ", Load_curr=" + Load_curr + ", DisCurrMax=" + DisCurrMax
|
| | | + ", SignalName=" + SignalName + ", StartNum=" + StartNum
|
| | | + ", Size=" + Size + "]";
|
| | | + ", Station_install=" + Station_install + ", Size=" + Size
|
| | | + ", page=" + page + ", obj=" + obj + ", station_phone="
|
| | | + station_phone + ", install_user=" + install_user
|
| | | + ", binf_ex=" + binf_ex + ", charge_curr_max="
|
| | | + charge_curr_max + ", VideoOrImage=" + VideoOrImage + "]";
|
| | | }
|
| | |
|
| | | |
| | |
|
| | |
|
| | |
|
| | | }
|