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

📄 crmemployee.java

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

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

/**
 * CrmEmployee generated by MyEclipse Persistence Tools
 */

public class CrmEmployee implements java.io.Serializable {

	// Fields

	private String employeeId;

	private String employee;

	private String loginId;

	private String pwd;

	private String sex;

	private String position;

	private Date birth;

	private Date joinDate;

	private String tel;

	private String mobile;

	private String email;

	private String description;

	private Set crmBulletins = new HashSet(0);

	private Set crmEmpRoles = new HashSet(0);

	private Set crmCsFeedbacks = new HashSet(0);

	private Set crmContacts = new HashSet(0);

	private Set crmBses = new HashSet(0);

	private Set crmCsComplaints = new HashSet(0);

	// Constructors

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

	/** full constructor */
	public CrmEmployee(String employee, String loginId, String pwd, String sex,
			String position, Date birth, Date joinDate, String tel,
			String mobile, String email, String description, Set crmBulletins,
			Set crmEmpRoles, Set crmCsFeedbacks, Set crmContacts, Set crmBses,
			Set crmCsComplaints) {
		this.employee = employee;
		this.loginId = loginId;
		this.pwd = pwd;
		this.sex = sex;
		this.position = position;
		this.birth = birth;
		this.joinDate = joinDate;
		this.tel = tel;
		this.mobile = mobile;
		this.email = email;
		this.description = description;
		this.crmBulletins = crmBulletins;
		this.crmEmpRoles = crmEmpRoles;
		this.crmCsFeedbacks = crmCsFeedbacks;
		this.crmContacts = crmContacts;
		this.crmBses = crmBses;
		this.crmCsComplaints = crmCsComplaints;
	}

	// Property accessors

	public String getEmployeeId() {
		return this.employeeId;
	}

	public void setEmployeeId(String employeeId) {
		this.employeeId = employeeId;
	}

	public String getEmployee() {
		return this.employee;
	}

	public void setEmployee(String employee) {
		this.employee = employee;
	}

	public String getLoginId() {
		return this.loginId;
	}

	public void setLoginId(String loginId) {
		this.loginId = loginId;
	}

	public String getPwd() {
		return this.pwd;
	}

	public void setPwd(String pwd) {
		this.pwd = pwd;
	}

	public String getSex() {
		return this.sex;
	}

	public void setSex(String sex) {
		this.sex = sex;
	}

	public String getPosition() {
		return this.position;
	}

	public void setPosition(String position) {
		this.position = position;
	}

	public Date getBirth() {
		return this.birth;
	}

	public void setBirth(Date birth) {
		this.birth = birth;
	}

	public Date getJoinDate() {
		return this.joinDate;
	}

	public void setJoinDate(Date joinDate) {
		this.joinDate = joinDate;
	}

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

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

	public String getMobile() {
		return this.mobile;
	}

	public void setMobile(String mobile) {
		this.mobile = mobile;
	}

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

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

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

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

	public Set getCrmBulletins() {
		return this.crmBulletins;
	}

	public void setCrmBulletins(Set crmBulletins) {
		this.crmBulletins = crmBulletins;
	}

	public Set getCrmEmpRoles() {
		return this.crmEmpRoles;
	}

	public void setCrmEmpRoles(Set crmEmpRoles) {
		this.crmEmpRoles = crmEmpRoles;
	}

	public Set getCrmCsFeedbacks() {
		return this.crmCsFeedbacks;
	}

	public void setCrmCsFeedbacks(Set crmCsFeedbacks) {
		this.crmCsFeedbacks = crmCsFeedbacks;
	}

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

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

	public Set getCrmBses() {
		return this.crmBses;
	}

	public void setCrmBses(Set crmBses) {
		this.crmBses = crmBses;
	}

	public Set getCrmCsComplaints() {
		return this.crmCsComplaints;
	}

	public void setCrmCsComplaints(Set crmCsComplaints) {
		this.crmCsComplaints = crmCsComplaints;
	}

}

⌨️ 快捷键说明

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