| | |
| | | private Page page;
|
| | | private Object obj;
|
| | | private String station_phone;
|
| | | |
| | | private Battinf_ex binf_ex;
|
| | | |
| | | public BattInf() {
|
| | | super();
|
| | | }
|
| | |
| | | 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;
|
| | | }
|
| | | @Override
|
| | | public String toString() {
|
| | | return "BattInf [num=" + num + ", StationId=" + StationId
|
| | |
| | | + ", SignalName=" + SignalName + ", StartNum=" + StartNum
|
| | | + ", Station_install=" + Station_install + ", Size=" + Size
|
| | | + ", page=" + page + ", obj=" + obj + ", station_phone="
|
| | | + station_phone + "]";
|
| | | + station_phone + ", binf_ex=" + binf_ex + "]";
|
| | | }
|
| | | |
| | | }
|