package com.crm.info;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
/**
* HrEmployee entity. @author MyEclipse Persistence Tools
*/
public class HrEmployee implements java.io.Serializable {
// Fields
private Integer id;
private HrPosition hrPosition;
private ParamSysparam paramSysparam;
private HrDepartment hrDepartment;
private SysRole sysRole;
private HrPost hrPost;
private String uid;
private String pwd;
private String name;
private String idcard;
private Date birthday;
private String email;
private String sex;
private String telephone;
private String status;
private Integer sort;
private Date entrydate;
private String address;
private String remarks;
private String education;
private String professional;
private String schools;
private String title;
private Integer isdelete;
private Date deleteTime;
private String portal;
private String theme;
private Integer canlogin;
private String layout;
private Date loginoutdate;
private Integer ispost;
private Set crmReceivesForCEmpid = new HashSet(0);
private Set paramCitiesForUpdateId = new HashSet(0);
private Set paramCitiesForCreateId = new HashSet(0);
private Set crmReceivesForCreateId = new HashSet(0);
private Set sysLogins = new HashSet(0);
private Set crmContractsForCEmpid = new HashSet(0);
private Set sysRolesForUpdateid = new HashSet(0);
private Set sysRolesForCreateid = new HashSet(0);
private Set paramSysparamsForUpdateId = new HashSet(0);
private Set publicNotices = new HashSet(0);
private Set hrPosts = new HashSet(0);
private Set crmFollows = new HashSet(0);
private Set paramSysparamsForCreateId = new HashSet(0);
private Set crmInvoicesForCreateId = new HashSet(0);
private Set crmContacts = new HashSet(0);
private Set crmOrdersForCreateId = new HashSet(0);
private Set crmOrdersForFEmpId = new HashSet(0);
private Set crmProductCategories = new HashSet(0);
private Set crmOrdersForCEmpId = new HashSet(0);
private Set personalNoteses = new HashSet(0);
private Set crmInvoicesForCEmpid = new HashSet(0);
private Set publicChatRooms = new HashSet(0);
private Set personalCalendars = new HashSet(0);
private Set hrPositions = new HashSet(0);
private Set mailFlowsForReceiveId = new HashSet(0);
private Set personalEvents = new HashSet(0);
private Set mailFlowsForSenderId = new HashSet(0);
private Set crmCustomersForCreateId = new HashSet(0);
private Set crmCustomersForEmployeeId = new HashSet(0);
private Set publicNewses = new HashSet(0);
private Set crmContractsForCreaterId = new HashSet(0);
private Set crmContractsForOurContractorId = new HashSet(0);
// Constructors
/** default constructor */
public HrEmployee() {
}
/** full constructor */
public HrEmployee(HrPosition hrPosition, ParamSysparam paramSysparam,
HrDepartment hrDepartment, SysRole sysRole, HrPost hrPost,
String uid, String pwd, String name, String idcard, Date birthday,
String email, String sex, String telephone, String status,
Integer sort, Date entrydate, String address, String remarks,
String education, String professional, String schools,
String title, Integer isdelete, Date deleteTime, String portal,
String theme, Integer canlogin, String layout, Date loginoutdate,
Integer ispost, Set crmReceivesForCEmpid,
Set paramCitiesForUpdateId, Set paramCitiesForCreateId,
Set crmReceivesForCreateId, Set sysLogins,
Set crmContractsForCEmpid, Set sysRolesForUpdateid,
Set sysRolesForCreateid, Set paramSysparamsForUpdateId,
Set publicNotices, Set hrPosts, Set crmFollows,
Set paramSysparamsForCreateId, Set crmInvoicesForCreateId,
Set crmContacts, Set crmOrdersForCreateId, Set crmOrdersForFEmpId,
Set crmProductCategories, Set crmOrdersForCEmpId,
Set personalNoteses, Set crmInvoicesForCEmpid, Set publicChatRooms,
Set personalCalendars, Set hrPositions, Set mailFlowsForReceiveId,
Set personalEvents, Set mailFlowsForSenderId,
Set crmCustomersForCreateId, Set crmCustomersForEmployeeId,
Set publicNewses, Set crmContractsForCreaterId,
Set crmContractsForOurContractorId) {
this.hrPosition = hrPosition;
this.paramSysparam = paramSysparam;
this.hrDepartment = hrDepartment;
this.sysRole = sysRole;
this.hrPost = hrPost;
this.uid = uid;
this.pwd = pwd;
this.name = name;
this.idcard = idcard;
this.birthday = birthday;
this.email = email;
this.sex = sex;
this.telephone = telephone;
this.status = status;
this.sort = sort;
this.entrydate = entrydate;
this.address = address;
this.remarks = remarks;
this.education = education;
this.professional = professional;
this.schools = schools;
this.title = title;
this.isdelete = isdelete;
this.deleteTime = deleteTime;
this.portal = portal;
this.theme = theme;
this.canlogin = canlogin;
this.layout = layout;
this.loginoutdate = loginoutdate;
this.ispost = ispost;
this.crmReceivesForCEmpid = crmReceivesForCEmpid;
this.paramCitiesForUpdateId = paramCitiesForUpdateId;
this.paramCitiesForCreateId = paramCitiesForCreateId;
this.crmReceivesForCreateId = crmReceivesForCreateId;
this.sysLogins = sysLogins;
this.crmContractsForCEmpid = crmContractsForCEmpid;
this.sysRolesForUpdateid = sysRolesForUpdateid;
this.sysRolesForCreateid = sysRolesForCreateid;
this.paramSysparamsForUpdateId = paramSysparamsForUpdateId;
this.publicNotices = publicNotices;
this.hrPosts = hrPosts;
this.crmFollows = crmFollows;
this.paramSysparamsForCreateId = paramSysparamsForCreateId;
this.crmInvoicesForCreateId = crmInvoicesForCreateId;
this.crmContacts = crmContacts;
this.crmOrdersForCreateId = crmOrdersForCreateId;
this.crmOrdersForFEmpId = crmOrdersForFEmpId;
this.crmProductCategories = crmProductCategories;
this.crmOrdersForCEmpId = crmOrdersForCEmpId;
this.personalNoteses = personalNoteses;
this.crmInvoicesForCEmpid = crmInvoicesForCEmpid;
this.publicChatRooms = publicChatRooms;
this.personalCalendars = personalCalendars;
this.hrPositions = hrPositions;
this.mailFlowsForReceiveId = mailFlowsForReceiveId;
this.personalEvents = personalEvents;
this.mailFlowsForSenderId = mailFlowsForSenderId;
this.crmCustomersForCreateId = crmCustomersForCreateId;
this.crmCustomersForEmployeeId = crmCustomersForEmployeeId;
this.publicNewses = publicNewses;
this.crmContractsForCreaterId = crmContractsForCreaterId;
this.crmContractsForOurContractorId = crmContractsForOurContractorId;
}
// Property accessors
public Integer getId() {
return this.id;
}
public void setId(Integer id) {
this.id = id;
}
public HrPosition getHrPosition() {
return this.hrPosition;
}
public void setHrPosition(HrPosition hrPosition) {
this.hrPosition = hrPosition;
}
public ParamSysparam getParamSysparam() {
return this.paramSysparam;
}
public void setParamSysparam(ParamSysparam paramSysparam) {
this.paramSysparam = paramSysparam;
}
public HrDepartment getHrDepartment() {
return this.hrDepartment;
}
public void setHrDepartment(HrDepartment hrDepartment) {
this.hrDepartment = hrDepartment;
}
public SysRole getSysRole() {
return this.sysRole;
}
public void setSysRole(SysRole sysRole) {
this.sysRole = sysRole;
}
public HrPost getHrPost() {
return this.hrPost;
}
public void setHrPost(HrPost hrPost) {
this.hrPost = hrPost;
}
public String getUid() {
return this.uid;
}
public void setUid(String uid) {
this.uid = uid;
}
public String getPwd() {
return this.pwd;
}
public void setPwd(String pwd) {
this.pwd = pwd;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getIdcard() {
return this.idcard;
}
public void setIdcard(String idcard) {
this.idcard = idcard;
}
public Date getBirthday() {
return this.birthday;
}
public void setBirthday(Date birthday) {
this.birthday = birthday;
}
public String getEmail() {
return this.email;
}
public void setEmail(S
探索者我有我路向
- 粉丝: 333
- 资源: 2100
最新资源
- 纯真IP库,用于ip查询地址使用的数据库文件
- 基于java的二手车交易网站的设计和实现论文.doc
- 基于8086的电子琴程序Proteus仿真
- NSMethodNotImplementedException如何解决.md
- ClassNotFoundException(解决方案).md
- ComputedOptionError解决办法.md
- NSInvalidFormatException如何解决.md
- InstantiationException(解决方案).md
- PropsValidationError解决办法.md
- KeyboardInterrupt.md
- MethodOptionError解决办法.md
- CloneNotSupportedException(解决方案).md
- WatcherError解决办法.md
- NSFileManagerError如何解决.md
- UnsupportedOperationException(解决方案).md
- MemoryError.md
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
- 1
- 2
- 3
前往页