package com.bjpowernode.form;
public class Information {
private Integer id;
private String zname;
private String servicePassword;
private String fname;
private String ftel;
private String mname;
private String mtel;
private String pname;
private String ptel;
private String bname;
private String btel;
private String tname;
private String ttel;
private String homeAddress;
private String address;
private String workUnit;
private String post;
private String wtel;
private boolean cziyou;
private boolean cfumu;
private boolean cquankuan;
private boolean cmortgage;
private double cshoufu;
private double cloan;
private Integer cdqishu;
private Integer cqishu;
private boolean fziyou;
private boolean ffumu;
private boolean fquankuan;
private boolean fmortgage;
private double fshoufu;
private double floan;
private Integer fdqishu;
private Integer fqishu;
private String providentfund;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getZname() {
return zname;
}
public void setZname(String zname) {
this.zname = zname;
}
public String getServicePassword() {
return servicePassword;
}
public void setServicePassword(String servicePassword) {
this.servicePassword = servicePassword;
}
public String getFname() {
return fname;
}
public void setFname(String fname) {
this.fname = fname;
}
public String getFtel() {
return ftel;
}
public void setFtel(String ftel) {
this.ftel = ftel;
}
public String getMname() {
return mname;
}
public void setMname(String mname) {
this.mname = mname;
}
public String getMtel() {
return mtel;
}
public void setMtel(String mtel) {
this.mtel = mtel;
}
public String getPname() {
return pname;
}
public void setPname(String pname) {
this.pname = pname;
}
public String getPtel() {
return ptel;
}
public void setPtel(String ptel) {
this.ptel = ptel;
}
public String getBname() {
return bname;
}
public void setBname(String bname) {
this.bname = bname;
}
public String getBtel() {
return btel;
}
public void setBtel(String btel) {
this.btel = btel;
}
public String getTname() {
return tname;
}
public void setTname(String tname) {
this.tname = tname;
}
public String getTtel() {
return ttel;
}
public void setTtel(String ttel) {
this.ttel = ttel;
}
public String getHomeAddress() {
return homeAddress;
}
public void setHomeAddress(String homeAddress) {
this.homeAddress = homeAddress;
}
public String getAddress() {
return address;
}
public void setAddress(String address) {
this.address = address;
}
public String getWorkUnit() {
return workUnit;
}
public void setWorkUnit(String workUnit) {
this.workUnit = workUnit;
}
public String getPost() {
return post;
}
public void setPost(String post) {
this.post = post;
}
public String getWtel() {
return wtel;
}
public void setWtel(String wtel) {
this.wtel = wtel;
}
public boolean isCziyou() {
return cziyou;
}
public void setCziyou(boolean cziyou) {
this.cziyou = cziyou;
}
public boolean isCfumu() {
return cfumu;
}
public void setCfumu(boolean cfumu) {
this.cfumu = cfumu;
}
public boolean isCquankuan() {
return cquankuan;
}
public void setCquankuan(boolean cquankuan) {
this.cquankuan = cquankuan;
}
public boolean isCmortgage() {
return cmortgage;
}
public void setCmortgage(boolean cmortgage) {
this.cmortgage = cmortgage;
}
public double getCshoufu() {
return cshoufu;
}
public void setCshoufu(double cshoufu) {
this.cshoufu = cshoufu;
}
public double getCloan() {
return cloan;
}
public void setCloan(double cloan) {
this.cloan = cloan;
}
public Integer getCdqishu() {
return cdqishu;
}
public void setCdqishu(Integer cdqishu) {
this.cdqishu = cdqishu;
}
public Integer getCqishu() {
return cqishu;
}
public void setCqishu(Integer cqishu) {
this.cqishu = cqishu;
}
public boolean isFziyou() {
return fziyou;
}
public void setFziyou(boolean fziyou) {
this.fziyou = fziyou;
}
public boolean isFfumu() {
return ffumu;
}
public void setFfumu(boolean ffumu) {
this.ffumu = ffumu;
}
public boolean isFquankuan() {
return fquankuan;
}
public void setFquankuan(boolean fquankuan) {
this.fquankuan = fquankuan;
}
public boolean isFmortgage() {
return fmortgage;
}
public void setFmortgage(boolean fmortgage) {
this.fmortgage = fmortgage;
}
public double getFshoufu() {
return fshoufu;
}
public void setFshoufu(double fshoufu) {
this.fshoufu = fshoufu;
}
public double getFloan() {
return floan;
}
public void setFloan(double floan) {
this.floan = floan;
}
public Integer getFdqishu() {
return fdqishu;
}
public void setFdqishu(Integer fdqishu) {
this.fdqishu = fdqishu;
}
public Integer getFqishu() {
return fqishu;
}
public void setFqishu(Integer fqishu) {
this.fqishu = fqishu;
}
public String getProvidentfund() {
return providentfund;
}
public void setProvidentfund(String providentfund) {
this.providentfund = providentfund;
}
public Information(String zname, String servicePassword, String fname,
String ftel, String mname, String mtel, String pname, String ptel,
String bname, String btel, String tname, String ttel,
String homeAddress, String address, String workUnit, String post,
String wtel, boolean cziyou, boolean cfumu, boolean cquankuan,
boolean cmortgage, double cshoufu, double cloan, Integer cdqishu,
Integer cqishu, boolean fziyou, boolean ffumu, boolean fquankuan,
boolean fmortgage, double fshoufu, double floan, Integer fdqishu,
Integer fqishu, String providentfund) {
super();
this.zname = zname;
this.servicePassword = servicePassword;
this.fname = fname;
this.ftel = ftel;
this.mname = mname;
this.mtel = mtel;
this.pname = pname;
this.ptel = ptel;
this.bname = bname;
this.btel = btel;
this.tname = tname;
this.ttel = ttel;
this.homeAddress = homeAddress;
this.address = address;
this.workUnit = workUnit;
this.post = post;
this.wtel = wtel;
this.cziyou = cziyou;
this.cfumu = cfumu;
this.cquankuan = cquankuan;
this.cmortgage = cmortgage;
this.cshoufu = cshoufu;
this.cloan = cloan;
this.cdqishu = cdqishu;
this.cqishu = cqishu;
this.fziyou = fziyou;
this.ffumu = ffumu;
this.fquankuan = fquankuan;
this.fmortgage = fmortgage;
this.fshoufu = fshoufu;
this.floan = floan;
this.fdqishu = fdqishu;
this.fqishu = fqishu;
this.providentfund = providentfund;
}
@Override
public String toString() {
return "Information [id=" + id + ", zname=" + zname
+ ", servicePassword=" + servicePassword + "]";
}
}
一键复制
编辑
Web IDE
原始数据
按行查看
历史