| | |
| | | private Float mon_max;
|
| | | private float percent;
|
| | | private String note;
|
| | | private String stationid;
|
| | | public Batttestdatastop() {
|
| | | }
|
| | |
|
| | |
| | | this.note = note;
|
| | | }
|
| | |
|
| | | public String getStationid() {
|
| | | return stationid;
|
| | | }
|
| | |
|
| | | public void setStationid(String stationid) {
|
| | | this.stationid = stationid;
|
| | | }
|
| | |
|
| | | @Override
|
| | | public String toString() {
|
| | |
| | | + ", mon_vol=" + mon_vol + ", lowC=" + lowC + ", lowV=" + lowV
|
| | | + ", mon_avg=" + mon_avg + ", mon_min=" + mon_min
|
| | | + ", mon_max=" + mon_max + ", percent=" + percent + ", note="
|
| | | + note + ", stationid=" + stationid + "]";
|
| | | + note + "]";
|
| | | }
|
| | |
|
| | |
|