⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 crmcustomer.java

📁 基于SSH (struts+spring+hibernate)框架设计的 CRM客户关系管理系统
💻 JAVA
字号:
package com.csu.crm.common.vo;

import java.util.HashSet;
import java.util.Set;

/**
 * CrmCustomer generated by MyEclipse Persistence Tools
 */

public class CrmCustomer implements java.io.Serializable {

	// Fields

	private String customerId;

	private CrmEntProperty crmEntProperty;

	private CrmCuLev crmCuLev;

	private CrmEntIndustry crmEntIndustry;

	private CrmEntCredit crmEntCredit;

	private CrmCuState crmCuState;

	private CrmArea crmArea;

	private CrmBank crmBank;

	private String enterprise;

	private String account;

	private String addr;

	private String site;

	private String tel;

	private String email;

	private String fax;

	private String legalRepr;

	private String tax;

	private String description;

	private Set crmContacts = new HashSet(0);

	// Constructors

	/** default constructor */
	public CrmCustomer() {
	}

	/** full constructor */
	public CrmCustomer(CrmEntProperty crmEntProperty, CrmCuLev crmCuLev,
			CrmEntIndustry crmEntIndustry, CrmEntCredit crmEntCredit,
			CrmCuState crmCuState, CrmArea crmArea, CrmBank crmBank,
			String enterprise, String account, String addr, String site,
			String tel, String email, String fax, String legalRepr, String tax,
			String description, Set crmContacts) {
		this.crmEntProperty = crmEntProperty;
		this.crmCuLev = crmCuLev;
		this.crmEntIndustry = crmEntIndustry;
		this.crmEntCredit = crmEntCredit;
		this.crmCuState = crmCuState;
		this.crmArea = crmArea;
		this.crmBank = crmBank;
		this.enterprise = enterprise;
		this.account = account;
		this.addr = addr;
		this.site = site;
		this.tel = tel;
		this.email = email;
		this.fax = fax;
		this.legalRepr = legalRepr;
		this.tax = tax;
		this.description = description;
		this.crmContacts = crmContacts;
	}

	// Property accessors

	public String getCustomerId() {
		return this.customerId;
	}

	public void setCustomerId(String customerId) {
		this.customerId = customerId;
	}

	public CrmEntProperty getCrmEntProperty() {
		return this.crmEntProperty;
	}

	public void setCrmEntProperty(CrmEntProperty crmEntProperty) {
		this.crmEntProperty = crmEntProperty;
	}

	public CrmCuLev getCrmCuLev() {
		return this.crmCuLev;
	}

	public void setCrmCuLev(CrmCuLev crmCuLev) {
		this.crmCuLev = crmCuLev;
	}

	public CrmEntIndustry getCrmEntIndustry() {
		return this.crmEntIndustry;
	}

	public void setCrmEntIndustry(CrmEntIndustry crmEntIndustry) {
		this.crmEntIndustry = crmEntIndustry;
	}

	public CrmEntCredit getCrmEntCredit() {
		return this.crmEntCredit;
	}

	public void setCrmEntCredit(CrmEntCredit crmEntCredit) {
		this.crmEntCredit = crmEntCredit;
	}

	public CrmCuState getCrmCuState() {
		return this.crmCuState;
	}

	public void setCrmCuState(CrmCuState crmCuState) {
		this.crmCuState = crmCuState;
	}

	public CrmArea getCrmArea() {
		return this.crmArea;
	}

	public void setCrmArea(CrmArea crmArea) {
		this.crmArea = crmArea;
	}

	public CrmBank getCrmBank() {
		return this.crmBank;
	}

	public void setCrmBank(CrmBank crmBank) {
		this.crmBank = crmBank;
	}

	public String getEnterprise() {
		return this.enterprise;
	}

	public void setEnterprise(String enterprise) {
		this.enterprise = enterprise;
	}

	public String getAccount() {
		return this.account;
	}

	public void setAccount(String account) {
		this.account = account;
	}

	public String getAddr() {
		return this.addr;
	}

	public void setAddr(String addr) {
		this.addr = addr;
	}

	public String getSite() {
		return this.site;
	}

	public void setSite(String site) {
		this.site = site;
	}

	public String getTel() {
		return this.tel;
	}

	public void setTel(String tel) {
		this.tel = tel;
	}

	public String getEmail() {
		return this.email;
	}

	public void setEmail(String email) {
		this.email = email;
	}

	public String getFax() {
		return this.fax;
	}

	public void setFax(String fax) {
		this.fax = fax;
	}

	public String getLegalRepr() {
		return this.legalRepr;
	}

	public void setLegalRepr(String legalRepr) {
		this.legalRepr = legalRepr;
	}

	public String getTax() {
		return this.tax;
	}

	public void setTax(String tax) {
		this.tax = tax;
	}

	public String getDescription() {
		return this.description;
	}

	public void setDescription(String description) {
		this.description = description;
	}

	public Set getCrmContacts() {
		return this.crmContacts;
	}

	public void setCrmContacts(Set crmContacts) {
		this.crmContacts = crmContacts;
	}

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -