java information_Information.java

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

原始数据

按行查看

历史

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值