jobform.java
来自「xueyuan gongzuojieshao」· Java 代码 · 共 229 行
JAVA
229 行
/*
* 创建日期 2007-4-30
*
* TODO 要更改此生成的文件的模板,请转至
* 窗口 - 首选项 - Java - 代码样式 - 代码模板
*/
package form.job;
import org.apache.struts.validator.ValidatorForm;
/**
* @author Administrator
*
* TODO 要更改此生成的类型注释的模板,请转至
* 窗口 - 首选项 - Java - 代码样式 - 代码模板
*/
public final class jobForm extends ValidatorForm{
private String job_id = null;
//姓名
private String job_Name = null;
//性别
private String job_Sex = null;
//年龄
private String job_Age = null;
//应聘职位
private String job_Job = null;
//所在专业
private String job_Specialty = null;
//工作经验
private String job_experience = null;
//学历
private String job_StudyEffort = null;
//毕业学校
private String job_Shool = null;
//电话
private String job_Tel = null;
//电子邮箱
private String job_Email = null;
//创建时间
private String job_CreateTime = null;
//详细简历
private String job_Content = null;
//标识 是否如库ISSTOCK
private String job_Isstock = null;
/**
* @return 返回 job_Age。
*/
public String getJob_Age() {
return job_Age;
}
/**
* @param job_Age 要设置的 job_Age。
*/
public void setJob_Age(String job_Age) {
this.job_Age = job_Age;
}
/**
* @return 返回 job_Content。
*/
public String getJob_Content() {
return job_Content;
}
/**
* @param job_Content 要设置的 job_Content。
*/
public void setJob_Content(String job_Content) {
this.job_Content = job_Content;
}
/**
* @return 返回 job_CreateTime。
*/
public String getJob_CreateTime() {
return job_CreateTime;
}
/**
* @param job_CreateTime 要设置的 job_CreateTime。
*/
public void setJob_CreateTime(String job_CreateTime) {
this.job_CreateTime = job_CreateTime;
}
/**
* @return 返回 job_Email。
*/
public String getJob_Email() {
return job_Email;
}
/**
* @param job_Email 要设置的 job_Email。
*/
public void setJob_Email(String job_Email) {
this.job_Email = job_Email;
}
/**
* @return 返回 job_experience。
*/
public String getJob_experience() {
return job_experience;
}
/**
* @param job_experience 要设置的 job_experience。
*/
public void setJob_experience(String job_experience) {
this.job_experience = job_experience;
}
/**
* @return 返回 job_id。
*/
public String getJob_id() {
return job_id;
}
/**
* @param job_id 要设置的 job_id。
*/
public void setJob_id(String job_id) {
this.job_id = job_id;
}
/**
* @return 返回 job_Isstock。
*/
public String getJob_Isstock() {
return job_Isstock;
}
/**
* @param job_Isstock 要设置的 job_Isstock。
*/
public void setJob_Isstock(String job_Isstock) {
this.job_Isstock = job_Isstock;
}
/**
* @return 返回 job_Job。
*/
public String getJob_Job() {
return job_Job;
}
/**
* @param job_Job 要设置的 job_Job。
*/
public void setJob_Job(String job_Job) {
this.job_Job = job_Job;
}
/**
* @return 返回 job_Name。
*/
public String getJob_Name() {
return job_Name;
}
/**
* @param job_Name 要设置的 job_Name。
*/
public void setJob_Name(String job_Name) {
this.job_Name = job_Name;
}
/**
* @return 返回 job_Sex。
*/
public String getJob_Sex() {
return job_Sex;
}
/**
* @param job_Sex 要设置的 job_Sex。
*/
public void setJob_Sex(String job_Sex) {
this.job_Sex = job_Sex;
}
/**
* @return 返回 job_Shool。
*/
public String getJob_Shool() {
return job_Shool;
}
/**
* @param job_Shool 要设置的 job_Shool。
*/
public void setJob_Shool(String job_Shool) {
this.job_Shool = job_Shool;
}
/**
* @return 返回 job_Specialty。
*/
public String getJob_Specialty() {
return job_Specialty;
}
/**
* @param job_Specialty 要设置的 job_Specialty。
*/
public void setJob_Specialty(String job_Specialty) {
this.job_Specialty = job_Specialty;
}
/**
* @return 返回 job_StudyEffort。
*/
public String getJob_StudyEffort() {
return job_StudyEffort;
}
/**
* @param job_StudyEffort 要设置的 job_StudyEffort。
*/
public void setJob_StudyEffort(String job_StudyEffort) {
this.job_StudyEffort = job_StudyEffort;
}
/**
* @return 返回 job_Tel。
*/
public String getJob_Tel() {
return job_Tel;
}
/**
* @param job_Tel 要设置的 job_Tel。
*/
public void setJob_Tel(String job_Tel) {
this.job_Tel = job_Tel;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?