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

📄 sysjobinfo.java

📁 仿招聘网站 SSH框架 ajax功能
💻 JAVA
字号:
package com.chinahr.pojo;

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

/**
 * SysJobInfo generated by MyEclipse Persistence Tools
 */

public class SysJobInfo implements java.io.Serializable {

	// Fields

	private Integer jobId;//职位id

	private UserCompany userCompany=new UserCompany();//所属机构

	private JobSort jobSort=new JobSort();//职位类别(小)

	private String sysLanguage;//系统语言

	private String jobName;//职位名称

	private Integer jobNumber;//职位序号

	private String jobAddr;//工作地区

	private String jobExperience;//工作经验

	private String jobMoney;//月薪

	private String jobLearnLevel;//学历要求

	private Integer jobCount;//招聘人数

	private String resumeLang;//简历语言

	private String jobKind;//职位性质

	private String jobOffice;//岗位职责

	private String jobNeed;//任职要求

	private String jobOther;//其他要求

	private String jobLinkWise;//是否公开公司的联系方式

	private String jobIncept;//接受简历的方式

	private String jobReply;//是否自动回复

	private Date createDate;//创建日期

	private Date createTime;//创建时间

	private Date releaseDate;//发布日期

	private Date endDate;//截止日期

	private Integer jobState;//职位状态

	private Set sysWorkStows = new HashSet(0);

	private Set sysWorkApplies = new HashSet(0);
	
	private Integer isModels;//是否是模板
	private String modelsName;//职位模板名称
	private String remark;//备注

	// Constructors

	public String getRemark() {
		return remark;
	}

	public void setRemark(String remark) {
		this.remark = remark;
	}

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

	/** minimal constructor */
	public SysJobInfo(UserCompany userCompany, JobSort jobSort,
			String sysLanguage, String jobName, String jobAddr,
			String jobExperience, String jobLearnLevel, Integer jobCount,
			String resumeLang, String jobKind, String jobOffice,
			String jobNeed, String jobLinkWise, String jobIncept,
			String jobReply, Date createDate, Date createTime, Integer jobState,Integer isModels,String ModelsName,String remark) {
		this.userCompany = userCompany;
		this.jobSort = jobSort;
		this.sysLanguage = sysLanguage;
		this.jobName = jobName;
		this.jobAddr = jobAddr;
		this.jobExperience = jobExperience;
		this.jobLearnLevel = jobLearnLevel;
		this.jobCount = jobCount;
		this.resumeLang = resumeLang;
		this.jobKind = jobKind;
		this.jobOffice = jobOffice;
		this.jobNeed = jobNeed;
		this.jobLinkWise = jobLinkWise;
		this.jobIncept = jobIncept;
		this.jobReply = jobReply;
		this.createDate = createDate;
		this.createTime = createTime;
		this.jobState = jobState;
		this.isModels=isModels;
		this.modelsName=ModelsName;
		this.remark=remark;
	}

	/** full constructor */
	public SysJobInfo(UserCompany userCompany, JobSort jobSort,
			String sysLanguage, String jobName, Integer jobNumber,
			String jobAddr, String jobExperience, String jobMoney,
			String jobLearnLevel, Integer jobCount, String resumeLang,
			String jobKind, String jobOffice, String jobNeed, String jobOther,
			String jobLinkWise, String jobIncept, String jobReply,
			Date createDate, Date createTime, Date releaseDate, Date endDate,
			Integer jobState, Set sysWorkStows, Set sysWorkApplies,Integer isModels,String ModelsName,String remark) {
		this.userCompany = userCompany;
		this.jobSort = jobSort;
		this.sysLanguage = sysLanguage;
		this.jobName = jobName;
		this.jobNumber = jobNumber;
		this.jobAddr = jobAddr;
		this.jobExperience = jobExperience;
		this.jobMoney = jobMoney;
		this.jobLearnLevel = jobLearnLevel;
		this.jobCount = jobCount;
		this.resumeLang = resumeLang;
		this.jobKind = jobKind;
		this.jobOffice = jobOffice;
		this.jobNeed = jobNeed;
		this.jobOther = jobOther;
		this.jobLinkWise = jobLinkWise;
		this.jobIncept = jobIncept;
		this.jobReply = jobReply;
		this.createDate = createDate;
		this.createTime = createTime;
		this.releaseDate = releaseDate;
		this.endDate = endDate;
		this.jobState = jobState;
		this.sysWorkStows = sysWorkStows;
		this.sysWorkApplies = sysWorkApplies;
		this.isModels=isModels;
		this.modelsName=ModelsName;
		this.remark=remark;
	}

	// Property accessors

	public Integer getJobId() {
		return this.jobId;
	}

	public void setJobId(Integer jobId) {
		this.jobId = jobId;
	}

	public UserCompany getUserCompany() {
		return this.userCompany;
	}

	public void setUserCompany(UserCompany userCompany) {
		this.userCompany = userCompany;
	}

	public JobSort getJobSort() {
		return this.jobSort;
	}

	public void setJobSort(JobSort jobSort) {
		this.jobSort = jobSort;
	}

	public String getSysLanguage() {
		return this.sysLanguage;
	}

	public void setSysLanguage(String sysLanguage) {
		this.sysLanguage = sysLanguage;
	}

	public String getJobName() {
		return this.jobName;
	}

	public void setJobName(String jobName) {
		this.jobName = jobName;
	}

	public Integer getJobNumber() {
		return this.jobNumber;
	}

	public void setJobNumber(Integer jobNumber) {
		this.jobNumber = jobNumber;
	}

	public String getJobAddr() {
		return this.jobAddr;
	}

	public void setJobAddr(String jobAddr) {
		this.jobAddr = jobAddr;
	}

	public String getJobExperience() {
		return this.jobExperience;
	}

	public void setJobExperience(String jobExperience) {
		this.jobExperience = jobExperience;
	}

	public String getJobMoney() {
		return this.jobMoney;
	}

	public void setJobMoney(String jobMoney) {
		this.jobMoney = jobMoney;
	}

	public String getJobLearnLevel() {
		return this.jobLearnLevel;
	}

	public void setJobLearnLevel(String jobLearnLevel) {
		this.jobLearnLevel = jobLearnLevel;
	}

	public Integer getJobCount() {
		return this.jobCount;
	}

	public void setJobCount(Integer jobCount) {
		this.jobCount = jobCount;
	}

	public String getResumeLang() {
		return this.resumeLang;
	}

	public void setResumeLang(String resumeLang) {
		this.resumeLang = resumeLang;
	}

	public String getJobKind() {
		return this.jobKind;
	}

	public void setJobKind(String jobKind) {
		this.jobKind = jobKind;
	}

	public String getJobOffice() {
		return this.jobOffice;
	}

	public void setJobOffice(String jobOffice) {
		this.jobOffice = jobOffice;
	}

	public String getJobNeed() {
		return this.jobNeed;
	}

	public void setJobNeed(String jobNeed) {
		this.jobNeed = jobNeed;
	}

	public String getJobOther() {
		return this.jobOther;
	}

	public void setJobOther(String jobOther) {
		this.jobOther = jobOther;
	}

	public String getJobLinkWise() {
		return this.jobLinkWise;
	}

	public void setJobLinkWise(String jobLinkWise) {
		this.jobLinkWise = jobLinkWise;
	}

	public String getJobIncept() {
		return this.jobIncept;
	}

	public void setJobIncept(String jobIncept) {
		this.jobIncept = jobIncept;
	}

	public String getJobReply() {
		return this.jobReply;
	}

	public void setJobReply(String jobReply) {
		this.jobReply = jobReply;
	}

	public Date getCreateDate() {
		return this.createDate;
	}

	public void setCreateDate(Date createDate) {
		this.createDate = createDate;
	}

	public Date getCreateTime() {
		return this.createTime;
	}

	public void setCreateTime(Date createTime) {
		this.createTime = createTime;
	}

	public Date getReleaseDate() {
		return this.releaseDate;
	}

	public void setReleaseDate(Date releaseDate) {
		this.releaseDate = releaseDate;
	}

	public Date getEndDate() {
		return this.endDate;
	}

	public void setEndDate(Date endDate) {
		this.endDate = endDate;
	}

	public Integer getJobState() {
		return this.jobState;
	}

	public void setJobState(Integer jobState) {
		this.jobState = jobState;
	}

	public Set getSysWorkStows() {
		return this.sysWorkStows;
	}

	public void setSysWorkStows(Set sysWorkStows) {
		this.sysWorkStows = sysWorkStows;
	}

	public Set getSysWorkApplies() {
		return this.sysWorkApplies;
	}

	public void setSysWorkApplies(Set sysWorkApplies) {
		this.sysWorkApplies = sysWorkApplies;
	}

	public Integer getIsModels() {
		return isModels;
	}

	public void setIsModels(Integer isModels) {
		this.isModels = isModels;
	}

	public String getModelsName() {
		return modelsName;
	}

	public void setModelsName(String modelsName) {
		modelsName = modelsName;
	}

}

⌨️ 快捷键说明

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