| | |
| | | private String SignalId;
|
| | | private Integer CInterFaceId;
|
| | | private Float Load_curr;// 负载电流
|
| | | private Float DisCurrMax;//最大核容电流
|
| | | private String SignalName;
|
| | | private Integer StartNum;
|
| | | private Integer Size;
|
| | | |
| | | private Page page;
|
| | | private Object obj;
|
| | | private String station_phone;
|
| | | public BattInf() {
|
| | | super();
|
| | | }
|
| | |
| | | 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;
|
| | | }
|
| | | @Override
|
| | | public String toString() {
|
| | | return "BattInf [num=" + num + ", StationId=" + StationId
|
| | |
| | | + BattInUseDate + ", BattInUseDate1=" + BattInUseDate1
|
| | | + ", BattGuarantDayCount=" + BattGuarantDayCount
|
| | | + ", SignalId=" + SignalId + ", CInterFaceId=" + CInterFaceId
|
| | | + ", Load_curr=" + Load_curr + ", SignalName=" + SignalName
|
| | | + ", StartNum=" + StartNum + ", Size=" + Size + ", obj=" + obj
|
| | | + "]";
|
| | | + ", Load_curr=" + Load_curr + ", DisCurrMax=" + DisCurrMax
|
| | | + ", SignalName=" + SignalName + ", StartNum=" + StartNum
|
| | | + ", Size=" + Size + ", page=" + page + ", obj=" + obj
|
| | | + ", station_phone=" + station_phone + "]";
|
| | | }
|
| | |
|
| | |
|
| | | |
| | | |
| | |
|
| | |
|
| | |
|