📄 custinfo.java
字号:
package com.woyi.dto;
// default package
import java.util.Date;
/**
* CustInfo generated by MyEclipse Persistence Tools
*/
public class CustInfo implements java.io.Serializable {
// Fields
private Integer custinfoId;
private Integer custinfoName;
private String custid;
private String custname;
private String custtype;
private String certtype;
private String certno;
private String svcnum;
private String addr;
private Integer needminarea;
private Integer needmaxarea;
private Integer lowprice;
private Integer uppprice;
private String needhousetype;
private String needhousequlit;
private Date optrdate;
private String optrid;
private String remark;
// Constructors
/** default constructor */
public CustInfo() {
}
/** minimal constructor */
public CustInfo(String custid) {
this.custid = custid;
}
/** full constructor */
public CustInfo(Integer custinfoName, String custid, String custname,
String custtype, String certtype, String certno, String svcnum,
String addr, Integer needminarea, Integer needmaxarea,
Integer lowprice, Integer uppprice, String needhousetype,
String needhousequlit, Date optrdate, String optrid, String remark) {
this.custinfoName = custinfoName;
this.custid = custid;
this.custname = custname;
this.custtype = custtype;
this.certtype = certtype;
this.certno = certno;
this.svcnum = svcnum;
this.addr = addr;
this.needminarea = needminarea;
this.needmaxarea = needmaxarea;
this.lowprice = lowprice;
this.uppprice = uppprice;
this.needhousetype = needhousetype;
this.needhousequlit = needhousequlit;
this.optrdate = optrdate;
this.optrid = optrid;
this.remark = remark;
}
// Property accessors
public Integer getCustinfoId() {
return this.custinfoId;
}
public void setCustinfoId(Integer custinfoId) {
this.custinfoId = custinfoId;
}
public Integer getCustinfoName() {
return this.custinfoName;
}
public void setCustinfoName(Integer custinfoName) {
this.custinfoName = custinfoName;
}
public String getCustid() {
return this.custid;
}
public void setCustid(String custid) {
this.custid = custid;
}
public String getCustname() {
return this.custname;
}
public void setCustname(String custname) {
this.custname = custname;
}
public String getCusttype() {
return this.custtype;
}
public void setCusttype(String custtype) {
this.custtype = custtype;
}
public String getCerttype() {
return this.certtype;
}
public void setCerttype(String certtype) {
this.certtype = certtype;
}
public String getCertno() {
return this.certno;
}
public void setCertno(String certno) {
this.certno = certno;
}
public String getSvcnum() {
return this.svcnum;
}
public void setSvcnum(String svcnum) {
this.svcnum = svcnum;
}
public String getAddr() {
return this.addr;
}
public void setAddr(String addr) {
this.addr = addr;
}
public Integer getNeedminarea() {
return this.needminarea;
}
public void setNeedminarea(Integer needminarea) {
this.needminarea = needminarea;
}
public Integer getNeedmaxarea() {
return this.needmaxarea;
}
public void setNeedmaxarea(Integer needmaxarea) {
this.needmaxarea = needmaxarea;
}
public Integer getLowprice() {
return this.lowprice;
}
public void setLowprice(Integer lowprice) {
this.lowprice = lowprice;
}
public Integer getUppprice() {
return this.uppprice;
}
public void setUppprice(Integer uppprice) {
this.uppprice = uppprice;
}
public String getNeedhousetype() {
return this.needhousetype;
}
public void setNeedhousetype(String needhousetype) {
this.needhousetype = needhousetype;
}
public String getNeedhousequlit() {
return this.needhousequlit;
}
public void setNeedhousequlit(String needhousequlit) {
this.needhousequlit = needhousequlit;
}
public Date getOptrdate() {
return this.optrdate;
}
public void setOptrdate(Date optrdate) {
this.optrdate = optrdate;
}
public String getOptrid() {
return this.optrid;
}
public void setOptrid(String optrid) {
this.optrid = optrid;
}
public String getRemark() {
return this.remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -