📄 combjtcustomer.java
字号:
package com.bj.admin.bean.po;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
/**
* ComBjTcustomer generated by MyEclipse - Hibernate Tools
*/
public class ComBjTcustomer implements java.io.Serializable {
// Fields
private Long customerId;
private String idTyp;
private String idNumber;
private String customerName;
private Date customerBirthday;
private String customerSex;
private String customerAddres;
private Set comBjmobilTusers = new HashSet(0);
// Constructors
/** default constructor */
public ComBjTcustomer() {
}
/** full constructor */
public ComBjTcustomer(String idTyp, String idNumber, String customerName, Date customerBirthday, String customerSex, String customerAddres, Set comBjmobilTusers) {
this.idTyp = idTyp;
this.idNumber = idNumber;
this.customerName = customerName;
this.customerBirthday = customerBirthday;
this.customerSex = customerSex;
this.customerAddres = customerAddres;
this.comBjmobilTusers = comBjmobilTusers;
}
// Property accessors
public Long getCustomerId() {
return this.customerId;
}
public void setCustomerId(Long customerId) {
this.customerId = customerId;
}
public String getIdTyp() {
return this.idTyp;
}
public void setIdTyp(String idTyp) {
this.idTyp = idTyp;
}
public String getIdNumber() {
return this.idNumber;
}
public void setIdNumber(String idNumber) {
this.idNumber = idNumber;
}
public String getCustomerName() {
return this.customerName;
}
public void setCustomerName(String customerName) {
this.customerName = customerName;
}
public Date getCustomerBirthday() {
return this.customerBirthday;
}
public void setCustomerBirthday(Date customerBirthday) {
this.customerBirthday = customerBirthday;
}
public String getCustomerSex() {
return this.customerSex;
}
public void setCustomerSex(String customerSex) {
this.customerSex = customerSex;
}
public String getCustomerAddres() {
return this.customerAddres;
}
public void setCustomerAddres(String customerAddres) {
this.customerAddres = customerAddres;
}
public Set getComBjmobilTusers() {
return this.comBjmobilTusers;
}
public void setComBjmobilTusers(Set comBjmobilTusers) {
this.comBjmobilTusers = comBjmobilTusers;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -