📄 staffbasicinfoform.java
字号:
/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package com.oa.deptoffice.form;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
/**
* MyEclipse Struts
* Creation date: 08-27-2007
*
* XDoclet definition:
* @struts.form name="staffbasicinfoForm"
*/
public class StaffbasicinfoForm extends ActionForm {
/*
* Generated fields
*/
/** entrytime property */
private String entrytime;
/** staffnamebh property */
private String staffnamebh;
/** mobile property */
private String mobile;
/** forelanguagelevel property */
private String forelanguagelevel;
/** judgingtime property */
private String judgingtime;
/** address property */
private String address;
/** jobfunction property */
private String jobfunction;
/** fax property */
private String fax;
/** id property */
private Integer id;
/** computerlevel property */
private String computerlevel;
/** sex property */
private Boolean sex;
/** userid property */
private Integer userid;
/** behindtelephone property */
private String behindtelephone;
/** staffstatus property */
private String staffstatus;
/** nativeplace property */
private String nativeplace;
/** realname property */
private String realname;
/** mostdulevel property */
private String mostdulevel;
/** degree property */
private String degree;
/** nativeaddress property */
private String nativeaddress;
/** birthday property */
private String birthday;
/** birthyear property */
private String birthyear;
/** birthmonth property */
private String birthmonth;
/** beforetelephone property */
private String beforetelephone;
/** picture property */
private String picture;
/** profession property */
private String profession;
/** postalcode property */
private String postalcode;
/** wedlock property */
private String wedlock;
/** departmentid property */
private Integer departmentid;
/** politycircs property */
private Integer politycircs;
/** jobrequest property */
private String jobrequest;
/** folkid property */
private Boolean folkid;
/** cert property */
private String cert;
/** email property */
private String email;
/** usergrade property */
private String usergrade;
/** postid property */
private Integer postid;
/** certificatenum property */
private String certificatenum;
/*
* Generated Methods
*/
/**
* Method validate
* @param mapping
* @param request
* @return ActionErrors
*/
public ActionErrors validate(ActionMapping mapping,
HttpServletRequest request) {
// TODO Auto-generated method stub
return null;
}
/**
* Method reset
* @param mapping
* @param request
*/
public void reset(ActionMapping mapping, HttpServletRequest request) {
// TODO Auto-generated method stub
}
/**
* Returns the entrytime.
* @return String
*/
public String getEntrytime() {
return entrytime;
}
/**
* Set the entrytime.
* @param entrytime The entrytime to set
*/
public void setEntrytime(String entrytime) {
this.entrytime = entrytime;
}
/**
* Returns the staffnamebh.
* @return String
*/
public String getStaffnamebh() {
return staffnamebh;
}
/**
* Set the staffnamebh.
* @param staffnamebh The staffnamebh to set
*/
public void setStaffnamebh(String staffnamebh) {
this.staffnamebh = staffnamebh;
}
/**
* Returns the mobile.
* @return String
*/
public String getMobile() {
return mobile;
}
/**
* Set the mobile.
* @param mobile The mobile to set
*/
public void setMobile(String mobile) {
this.mobile = mobile;
}
/**
* Returns the forelanguagelevel.
* @return String
*/
public String getForelanguagelevel() {
return forelanguagelevel;
}
/**
* Set the forelanguagelevel.
* @param forelanguagelevel The forelanguagelevel to set
*/
public void setForelanguagelevel(String forelanguagelevel) {
this.forelanguagelevel = forelanguagelevel;
}
/**
* Returns the judgingtime.
* @return String
*/
public String getJudgingtime() {
return judgingtime;
}
/**
* Set the judgingtime.
* @param judgingtime The judgingtime to set
*/
public void setJudgingtime(String judgingtime) {
this.judgingtime = judgingtime;
}
/**
* Returns the address.
* @return String
*/
public String getAddress() {
return address;
}
/**
* Set the address.
* @param address The address to set
*/
public void setAddress(String address) {
this.address = address;
}
/**
* Returns the jobfunction.
* @return String
*/
public String getJobfunction() {
return jobfunction;
}
/**
* Set the jobfunction.
* @param jobfunction The jobfunction to set
*/
public void setJobfunction(String jobfunction) {
this.jobfunction = jobfunction;
}
/**
* Returns the fax.
* @return String
*/
public String getFax() {
return fax;
}
/**
* Set the fax.
* @param fax The fax to set
*/
public void setFax(String fax) {
this.fax = fax;
}
/**
* Returns the id.
* @return Integer
*/
public Integer getId() {
return id;
}
/**
* Set the id.
* @param id The id to set
*/
public void setId(Integer id) {
this.id = id;
}
/**
* Returns the computerlevel.
* @return String
*/
public String getComputerlevel() {
return computerlevel;
}
/**
* Set the computerlevel.
* @param computerlevel The computerlevel to set
*/
public void setComputerlevel(String computerlevel) {
this.computerlevel = computerlevel;
}
/**
* Returns the sex.
* @return Boolean
*/
public Boolean getSex() {
return sex;
}
/**
* Set the sex.
* @param sex The sex to set
*/
public void setSex(Boolean sex) {
this.sex = sex;
}
/**
* Returns the userid.
* @return Integer
*/
public Integer getUserid() {
return userid;
}
/**
* Set the userid.
* @param userid The userid to set
*/
public void setUserid(Integer userid) {
this.userid = userid;
}
/**
* Returns the behindtelephone.
* @return String
*/
public String getBehindtelephone() {
return behindtelephone;
}
/**
* Set the behindtelephone.
* @param behindtelephone The behindtelephone to set
*/
public void setBehindtelephone(String behindtelephone) {
this.behindtelephone = behindtelephone;
}
/**
* Returns the staffstatus.
* @return String
*/
public String getStaffstatus() {
return staffstatus;
}
/**
* Set the staffstatus.
* @param staffstatus The staffstatus to set
*/
public void setStaffstatus(String staffstatus) {
this.staffstatus = staffstatus;
}
/**
* Returns the nativeplace.
* @return String
*/
public String getNativeplace() {
return nativeplace;
}
/**
* Set the nativeplace.
* @param nativeplace The nativeplace to set
*/
public void setNativeplace(String nativeplace) {
this.nativeplace = nativeplace;
}
/**
* Returns the realname.
* @return String
*/
public String getRealname() {
return realname;
}
/**
* Set the realname.
* @param realname The realname to set
*/
public void setRealname(String realname) {
this.realname = realname;
}
/**
* Returns the mostdulevel.
* @return String
*/
public String getMostdulevel() {
return mostdulevel;
}
/**
* Set the mostdulevel.
* @param mostdulevel The mostdulevel to set
*/
public void setMostdulevel(String mostdulevel) {
this.mostdulevel = mostdulevel;
}
/**
* Returns the degree.
* @return String
*/
public String getDegree() {
return degree;
}
/**
* Set the degree.
* @param degree The degree to set
*/
public void setDegree(String degree) {
this.degree = degree;
}
/**
* Returns the nativeaddress.
* @return String
*/
public String getNativeaddress() {
return nativeaddress;
}
/**
* Set the nativeaddress.
* @param nativeaddress The nativeaddress to set
*/
public void setNativeaddress(String nativeaddress) {
this.nativeaddress = nativeaddress;
}
/**
* Returns the birthday.
* @return String
*/
public String getBirthday() {
return birthday;
}
/**
* Set the birthday.
* @param birthday The birthday to set
*/
public void setBirthday(String birthday) {
this.birthday = birthday;
}
/**
* Returns the birthyear.
* @return String
*/
public String getBirthyear() {
return birthyear;
}
/**
* Set the birthyear.
* @param birthyear The birthyear to set
*/
public void setBirthyear(String birthyear) {
this.birthyear = birthyear;
}
/**
* Returns the birthmonth.
* @return String
*/
public String getBirthmonth() {
return birthmonth;
}
/**
* Set the birthmonth.
* @param birthmonth The birthmonth to set
*/
public void setBirthmonth(String birthmonth) {
this.birthmonth = birthmonth;
}
/**
* Returns the beforetelephone.
* @return String
*/
public String getBeforetelephone() {
return beforetelephone;
}
/**
* Set the beforetelephone.
* @param beforetelephone The beforetelephone to set
*/
public void setBeforetelephone(String beforetelephone) {
this.beforetelephone = beforetelephone;
}
/**
* Returns the picture.
* @return String
*/
public String getPicture() {
return picture;
}
/**
* Set the picture.
* @param picture The picture to set
*/
public void setPicture(String picture) {
this.picture = picture;
}
/**
* Returns the profession.
* @return String
*/
public String getProfession() {
return profession;
}
/**
* Set the profession.
* @param profession The profession to set
*/
public void setProfession(String profession) {
this.profession = profession;
}
/**
* Returns the postalcode.
* @return String
*/
public String getPostalcode() {
return postalcode;
}
/**
* Set the postalcode.
* @param postalcode The postalcode to set
*/
public void setPostalcode(String postalcode) {
this.postalcode = postalcode;
}
/**
* Returns the wedlock.
* @return String
*/
public String getWedlock() {
return wedlock;
}
/**
* Set the wedlock.
* @param wedlock The wedlock to set
*/
public void setWedlock(String wedlock) {
this.wedlock = wedlock;
}
/**
* Returns the departmentid.
* @return Integer
*/
public Integer getDepartmentid() {
return departmentid;
}
/**
* Set the departmentid.
* @param departmentid The departmentid to set
*/
public void setDepartmentid(Integer departmentid) {
this.departmentid = departmentid;
}
/**
* Returns the politycircs.
* @return Integer
*/
public Integer getPolitycircs() {
return politycircs;
}
/**
* Set the politycircs.
* @param politycircs The politycircs to set
*/
public void setPolitycircs(Integer politycircs) {
this.politycircs = politycircs;
}
/**
* Returns the jobrequest.
* @return String
*/
public String getJobrequest() {
return jobrequest;
}
/**
* Set the jobrequest.
* @param jobrequest The jobrequest to set
*/
public void setJobrequest(String jobrequest) {
this.jobrequest = jobrequest;
}
/**
* Returns the folkid.
* @return Boolean
*/
public Boolean getFolkid() {
return folkid;
}
/**
* Set the folkid.
* @param folkid The folkid to set
*/
public void setFolkid(Boolean folkid) {
this.folkid = folkid;
}
/**
* Returns the cert.
* @return String
*/
public String getCert() {
return cert;
}
/**
* Set the cert.
* @param cert The cert to set
*/
public void setCert(String cert) {
this.cert = cert;
}
/**
* Returns the email.
* @return String
*/
public String getEmail() {
return email;
}
/**
* Set the email.
* @param email The email to set
*/
public void setEmail(String email) {
this.email = email;
}
/**
* Returns the usergrade.
* @return String
*/
public String getUsergrade() {
return usergrade;
}
/**
* Set the usergrade.
* @param usergrade The usergrade to set
*/
public void setUsergrade(String usergrade) {
this.usergrade = usergrade;
}
/**
* Returns the postid.
* @return Integer
*/
public Integer getPostid() {
return postid;
}
/**
* Set the postid.
* @param postid The postid to set
*/
public void setPostid(Integer postid) {
this.postid = postid;
}
/**
* Returns the certificatenum.
* @return String
*/
public String getCertificatenum() {
return certificatenum;
}
/**
* Set the certificatenum.
* @param certificatenum The certificatenum to set
*/
public void setCertificatenum(String certificatenum) {
this.certificatenum = certificatenum;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -