package com.fgkj.dto;
|
|
import java.io.Serializable;
|
import java.util.Date;
|
|
public class Batt_replace implements Serializable{
|
private int num;
|
private String stationid;
|
private String stationname;
|
private String stationname1;
|
private String stationname2;
|
private String stationname5;
|
private String replaced_producer;
|
private int replaced_moncapstd;
|
private float replaced_monvolstd;
|
private int replaced_moncount;
|
private int replaced_uid;
|
private String replaced_uname;
|
private Date replaced_time;
|
private Date replaced_time1;
|
private String replaced_reason;
|
private String note;
|
private Page page;
|
public int getNum() {
|
return num;
|
}
|
public void setNum(int num) {
|
this.num = num;
|
}
|
public String getStationid() {
|
return stationid;
|
}
|
public void setStationid(String stationid) {
|
this.stationid = stationid;
|
}
|
public String getStationname() {
|
return stationname;
|
}
|
public void setStationname(String stationname) {
|
this.stationname = stationname;
|
}
|
public String getReplaced_producer() {
|
return replaced_producer;
|
}
|
public void setReplaced_producer(String replaced_producer) {
|
this.replaced_producer = replaced_producer;
|
}
|
public int getReplaced_moncapstd() {
|
return replaced_moncapstd;
|
}
|
public void setReplaced_moncapstd(int replaced_moncapstd) {
|
this.replaced_moncapstd = replaced_moncapstd;
|
}
|
public float getReplaced_monvolstd() {
|
return replaced_monvolstd;
|
}
|
public void setReplaced_monvolstd(float replaced_monvolstd) {
|
this.replaced_monvolstd = replaced_monvolstd;
|
}
|
public int getReplaced_moncount() {
|
return replaced_moncount;
|
}
|
public void setReplaced_moncount(int replaced_moncount) {
|
this.replaced_moncount = replaced_moncount;
|
}
|
public int getReplaced_uid() {
|
return replaced_uid;
|
}
|
public void setReplaced_uid(int replaced_uid) {
|
this.replaced_uid = replaced_uid;
|
}
|
public Date getReplaced_time() {
|
return replaced_time;
|
}
|
public void setReplaced_time(Date replaced_time) {
|
this.replaced_time = replaced_time;
|
}
|
public String getReplaced_reason() {
|
return replaced_reason;
|
}
|
public void setReplaced_reason(String replaced_reason) {
|
this.replaced_reason = replaced_reason;
|
}
|
public String getNote() {
|
return note;
|
}
|
public void setNote(String note) {
|
this.note = note;
|
}
|
public String getStationname1() {
|
return stationname1;
|
}
|
public void setStationname1(String stationname1) {
|
this.stationname1 = stationname1;
|
}
|
public String getStationname2() {
|
return stationname2;
|
}
|
public void setStationname2(String stationname2) {
|
this.stationname2 = stationname2;
|
}
|
public String getStationname5() {
|
return stationname5;
|
}
|
public void setStationname5(String stationname5) {
|
this.stationname5 = stationname5;
|
}
|
|
public String getReplaced_uname() {
|
return replaced_uname;
|
}
|
public void setReplaced_uname(String replaced_uname) {
|
this.replaced_uname = replaced_uname;
|
}
|
public Page getPage() {
|
return page;
|
}
|
public void setPage(Page page) {
|
this.page = page;
|
}
|
public Date getReplaced_time1() {
|
return replaced_time1;
|
}
|
public void setReplaced_time1(Date replaced_time1) {
|
this.replaced_time1 = replaced_time1;
|
}
|
@Override
|
public String toString() {
|
return "Batt_replace [num=" + num + ", stationid=" + stationid
|
+ ", stationname=" + stationname + ", stationname1="
|
+ stationname1 + ", stationname2=" + stationname2
|
+ ", stationname5=" + stationname5 + ", replaced_producer="
|
+ replaced_producer + ", replaced_moncapstd="
|
+ replaced_moncapstd + ", replaced_monvolstd="
|
+ replaced_monvolstd + ", replaced_moncount="
|
+ replaced_moncount + ", replaced_uid=" + replaced_uid
|
+ ", replaced_uname=" + replaced_uname + ", replaced_time="
|
+ replaced_time + ", replaced_time1=" + replaced_time1
|
+ ", replaced_reason=" + replaced_reason + ", note=" + note
|
+ ", page=" + page + "]";
|
}
|
|
|
|
|
}
|