📄 submitstaffbasicinfoform.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-23-2007
*
* XDoclet definition:
* @struts.form name="submitstaffbasicinfoForm"
*/
public class SubmitstaffbasicinfoForm extends ActionForm {
/*
* Generated fields
*/
/** staffnamebh property */
private String staffnamebh;
/** mobile property */
private String mobile;
/** forelanguagelevel property */
private String forelanguagelevel;
/** address property */
private String address;
/** computerlevel property */
private String computerlevel;
/** sex property */
private String sex;
/** staffrequest property */
private String staffrequest;
/** stafffuction property */
private String stafffuction;
/** 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;
/** zhuangzhengdate property */
private String zhuangzhengdate;
/** 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 String departmentid;
/** politycircs property */
private String politycircs;
/** folk property */
private String folk;
/** liftdate property */
private String liftdate;
/** cert property */
private String cert;
/** email property */
private String email;
/** postid property */
private String postid;
/** certificatenum property */
private String certificatenum;
private String nativeaddress;
/*
* 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 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 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 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 String
*/
public String getSex() {
return sex;
}
/**
* Set the sex.
* @param sex The sex to set
*/
public void setSex(String sex) {
this.sex = sex;
}
/**
* Returns the staffrequest.
* @return String
*/
public String getStaffrequest() {
return staffrequest;
}
/**
* Set the staffrequest.
* @param staffrequest The staffrequest to set
*/
public void setStaffrequest(String staffrequest) {
this.staffrequest = staffrequest;
}
/**
* Returns the stafffuction.
* @return String
*/
public String getStafffuction() {
return stafffuction;
}
/**
* Set the stafffuction.
* @param stafffuction The stafffuction to set
*/
public void setStafffuction(String stafffuction) {
this.stafffuction = stafffuction;
}
/**
* 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 zhuangzhengdate.
* @return String
*/
public String getZhuangzhengdate() {
return zhuangzhengdate;
}
/**
* Set the zhuangzhengdate.
* @param zhuangzhengdate The zhuangzhengdate to set
*/
public void setZhuangzhengdate(String zhuangzhengdate) {
this.zhuangzhengdate = zhuangzhengdate;
}
/**
* 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 String
*/
public String getDepartmentid() {
return departmentid;
}
/**
* Set the departmentid.
* @param departmentid The departmentid to set
*/
public void setDepartmentid(String departmentid) {
this.departmentid = departmentid;
}
/**
* Returns the politycircs.
* @return String
*/
public String getPolitycircs() {
return politycircs;
}
/**
* Set the politycircs.
* @param politycircs The politycircs to set
*/
public void setPolitycircs(String politycircs) {
this.politycircs = politycircs;
}
/**
* Returns the folk.
* @return String
*/
public String getFolk() {
return folk;
}
/**
* Set the folk.
* @param folk The folk to set
*/
public void setFolk(String folk) {
this.folk = folk;
}
/**
* Returns the liftdate.
* @return String
*/
public String getLiftdate() {
return liftdate;
}
/**
* Set the liftdate.
* @param liftdate The liftdate to set
*/
public void setLiftdate(String liftdate) {
this.liftdate = liftdate;
}
/**
* 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 postid.
* @return String
*/
public String getPostid() {
return postid;
}
/**
* Set the postid.
* @param postid The postid to set
*/
public void setPostid(String 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;
}
public String getNativeaddress() {
return nativeaddress;
}
public void setNativeaddress(String nativeaddress) {
this.nativeaddress = nativeaddress;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -