?? customervo.java
字號(hào):
package com.yuanchung.sales.vo;
import com.yuanchung.sales.model.user.User;
public class CustomerVo implements java.io.Serializable {
/**
*
*/
private static final long serialVersionUID = -825084161954268886L;
private Integer id;
private String customerName;
private String legalRepresent;
private String bizType;
private long registerCapital;
private String industryOf;
private Integer employeeMinNum;
private Integer employeeMaxNum;
private String regionOf;
private String communAddr;
private String phone;
private String fax;
private String zipCode;
private String webSite;
private String email;
private String honestGrade;
private String managerLevel;
private String breedVisualize;
private String customerState;
private String customerSource;
private String remark;
private String createTime;
private String employeeNum;
private String province;
private String city;
private String county;
private Integer flag;
private String inDate;
private String lastModifyTime;
private Integer modifyManId;
private String modifyName;
private String industryType;
//2009-02-20 add 數(shù)據(jù)范圍標(biāo)識(shí)
private String delRights = "n";
private String modifyRights = "n";
//end
private int userId;
private String familyName;
private User user;
public int getUserId() {
return userId;
}
public void setUserId(int userId) {
this.userId = userId;
}
public String getFamilyName() {
return familyName;
}
public void setFamilyName(String familyName) {
this.familyName = familyName;
}
public String getIndustryType() {
return industryType;
}
public void setIndustryType(String industryType) {
this.industryType = industryType;
}
public CustomerVo(Integer id, String customerName, String createTime,
String legalRepresent, String bizType, long registerCapital,
String industryOf, String employeeNum, String regionOf,
String communAddr, String phone, String fax, String zipCode,
String webSite, String email, String honestGrade,
String managerLevel, String breedVisualize, String customerState,
String customerSource, String remark, String province, String city,
String county, int userId, String familyName,String delRights,String modifyRights) {
this.id = id;
this.customerName = customerName;
this.createTime = createTime;
this.legalRepresent = legalRepresent;
this.bizType = bizType;
this.registerCapital = registerCapital;
this.industryOf = industryOf;
this.employeeNum = employeeNum;
this.regionOf = regionOf;
this.communAddr = communAddr;
this.phone = phone;
this.fax = fax;
this.zipCode = zipCode;
this.webSite = webSite;
this.email = email;
this.honestGrade = honestGrade;
this.managerLevel = managerLevel;
this.breedVisualize = breedVisualize;
this.customerState = customerState;
this.customerSource = customerSource;
this.remark = remark;
this.province = province;
this.city = city;
this.county = county;
this.userId = userId;
this.familyName = familyName;
this.delRights = delRights;
this.modifyRights = modifyRights;
}
public CustomerVo(Integer id, String customerName,String phone) {
this.id = id;
this.customerName = customerName;
this.phone = phone;
}
public CustomerVo(Integer id, String customerName) {
this.id = id;
this.customerName = customerName;
}
public CustomerVo(Integer id, String customerName, String createTime,
String legalRepresent, String bizType, long registerCapital,
String industryOf, String employeeNum, String regionOf,
String communAddr, String phone, String fax, String zipCode,
String webSite, String email, String honestGrade,
String managerLevel, String breedVisualize, String customerState,
String customerSource, String remark, String province, String city, String county
,User user) {
this.id = id;
this.customerName = customerName;
this.createTime = createTime;
this.legalRepresent = legalRepresent;
this.bizType = bizType;
this.registerCapital = registerCapital;
this.industryOf = industryOf;
this.employeeNum = employeeNum;
this.regionOf = regionOf;
this.communAddr = communAddr;
this.phone = phone;
this.fax = fax;
this.zipCode = zipCode;
this.webSite = webSite;
this.email = email;
this.honestGrade = honestGrade;
this.managerLevel = managerLevel;
this.breedVisualize = breedVisualize;
this.customerState = customerState;
this.customerSource = customerSource;
this.remark = remark;
this.province = province;
this.city = city;
this.county = county;
this.user = user;
}
public CustomerVo() {
}
public String getProvince() {
return province;
}
public void setProvince(String province) {
this.province = province;
}
public String getCity() {
return city;
}
public void setCity(String city) {
this.city = city;
}
public String getCounty() {
return county;
}
public void setCounty(String county) {
this.county = county;
}
public String getEmployeeNum() {
return employeeNum;
}
public void setEmployeeNum(String employeeNum) {
this.employeeNum = employeeNum;
}
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getCustomerName() {
return customerName;
}
public void setCustomerName(String customerName) {
this.customerName = customerName;
}
public String getCreateTime() {
return createTime;
}
public void setCreateTime(String createTime) {
this.createTime = createTime;
}
public String getLegalRepresent() {
return legalRepresent;
}
public void setLegalRepresent(String legalRepresent) {
this.legalRepresent = legalRepresent;
}
public String getBizType() {
return bizType;
}
public void setBizType(String bizType) {
this.bizType = bizType;
}
public long getRegisterCapital() {
return registerCapital;
}
public void setRegisterCapital(long registerCapital) {
this.registerCapital = registerCapital;
}
public String getIndustryOf() {
return industryOf;
}
public void setIndustryOf(String industryOf) {
this.industryOf = industryOf;
}
public String getRegionOf() {
return regionOf;
}
public void setRegionOf(String regionOf) {
this.regionOf = regionOf;
}
public String getCommunAddr() {
return communAddr;
}
public void setCommunAddr(String communAddr) {
this.communAddr = communAddr;
}
public String getPhone() {
return phone;
}
public void setPhone(String phone) {
this.phone = phone;
}
public String getFax() {
return fax;
}
public void setFax(String fax) {
this.fax = fax;
}
public String getZipCode() {
return zipCode;
}
public void setZipCode(String zipCode) {
this.zipCode = zipCode;
}
public String getWebSite() {
return webSite;
}
public void setWebSite(String webSite) {
this.webSite = webSite;
}
public String getEmail() {
return email;
}
public void setEmail(String email) {
this.email = email;
}
public String getHonestGrade() {
return honestGrade;
}
public void setHonestGrade(String honestGrade) {
this.honestGrade = honestGrade;
}
public String getManagerLevel() {
return managerLevel;
}
public void setManagerLevel(String managerLevel) {
this.managerLevel = managerLevel;
}
public String getBreedVisualize() {
return breedVisualize;
}
public void setBreedVisualize(String breedVisualize) {
this.breedVisualize = breedVisualize;
}
public String getCustomerState() {
return customerState;
}
public void setCustomerState(String customerState) {
this.customerState = customerState;
}
public String getCustomerSource() {
return customerSource;
}
public void setCustomerSource(String customerSource) {
this.customerSource = customerSource;
}
public String getRemark() {
return remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
public User getUser() {
return user;
}
public void setUser(User user) {
this.user = user;
}
public Integer getEmployeeMinNum() {
return employeeMinNum;
}
public void setEmployeeMinNum(Integer employeeMinNum) {
this.employeeMinNum = employeeMinNum;
}
public Integer getEmployeeMaxNum() {
return employeeMaxNum;
}
public void setEmployeeMaxNum(Integer employeeMaxNum) {
this.employeeMaxNum = employeeMaxNum;
}
public Integer getFlag() {
return flag;
}
public void setFlag(Integer flag) {
this.flag = flag;
}
public String getInDate() {
return inDate;
}
public void setInDate(String inDate) {
this.inDate = inDate;
}
public String getLastModifyTime() {
return lastModifyTime;
}
public void setLastModifyTime(String lastModifyTime) {
this.lastModifyTime = lastModifyTime;
}
public Integer getModifyManId() {
return modifyManId;
}
public void setModifyManId(Integer modifyManId) {
this.modifyManId = modifyManId;
}
public String getModifyName() {
return modifyName;
}
public void setModifyName(String modifyName) {
this.modifyName = modifyName;
}
public CustomerVo(Integer id, String customerName, String lastModifyTime,
String modifyName) {
this.id = id;
this.customerName = customerName;
this.lastModifyTime = lastModifyTime;
this.modifyName = modifyName;
}
public CustomerVo(Integer id, String customerName, String phone, User user) {
this.id = id;
this.customerName = customerName;
this.phone = phone;
this.user = user;
}
public String getDelRights() {
return delRights;
}
public void setDelRights(String delRights) {
this.delRights = delRights;
}
public String getModifyRights() {
return modifyRights;
}
public void setModifyRights(String modifyRights) {
this.modifyRights = modifyRights;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -