📄 userregform.java
字号:
// Created by Xslt generator for Eclipse.
// XSL : not found (java.io.FileNotFoundException: (Bad file descriptor))
// Default XSL used : easystruts.jar$org.easystruts.xslgen.JavaClass.xsl
package com.ahbay.struts.form;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
/**
* UserregForm.java created by EasyStruts - XsltGen.
* http://easystruts.sf.net
* created on 07-10-2005
*
* XDoclet definition:
* @struts:form name="userregForm"
*/
public class UserregForm extends ActionForm {
// --------------------------------------------------------- Instance Variables
/** www property */
private String www;
/** month property */
private String month;
/** phone property */
private String phone;
/** confirmpwd property */
private String confirmpwd;
/** day property */
private String day;
/** pstcode property */
private String pstcode;
/** Userid property */
private String Userid;
/** pwd property */
private String pwd;
/** sex property */
private String sex;
/** workunit property */
private String workunit;
/** contact property */
private String contact;
/** year property */
private String year;
/** mphone property */
private String mphone;
/** truename property */
private String truename;
/** email property */
private String email;
/** qq property */
private String qq;
/** post property */
private String post;
// --------------------------------------------------------- Methods
/**
* Method validate
* @param ActionMapping mapping
* @param HttpServletRequest request
* @return ActionErrors
*/
public ActionErrors validate(
ActionMapping mapping,
HttpServletRequest request) {
throw new UnsupportedOperationException("Generated method 'validate(...)' not implemented.");
}
/**
* Returns the www.
* @return String
*/
public String getWww() {
return www;
}
/**
* Set the www.
* @param www The www to set
*/
public void setWww(String www) {
this.www = www;
}
/**
* Returns the month.
* @return String
*/
public String getMonth() {
return month;
}
/**
* Set the month.
* @param month The month to set
*/
public void setMonth(String month) {
this.month = month;
}
/**
* Returns the phone.
* @return String
*/
public String getPhone() {
return phone;
}
/**
* Set the phone.
* @param phone The phone to set
*/
public void setPhone(String phone) {
this.phone = phone;
}
/**
* Returns the confirmpwd.
* @return String
*/
public String getConfirmpwd() {
return confirmpwd;
}
/**
* Set the confirmpwd.
* @param confirmpwd The confirmpwd to set
*/
public void setConfirmpwd(String confirmpwd) {
this.confirmpwd = confirmpwd;
}
/**
* Returns the day.
* @return String
*/
public String getDay() {
return day;
}
/**
* Set the day.
* @param day The day to set
*/
public void setDay(String day) {
this.day = day;
}
/**
* Returns the pstcode.
* @return String
*/
public String getPstcode() {
return pstcode;
}
/**
* Set the pstcode.
* @param pstcode The pstcode to set
*/
public void setPstcode(String pstcode) {
this.pstcode = pstcode;
}
/**
* Returns the Userid.
* @return String
*/
public String getUserid() {
return Userid;
}
/**
* Set the Userid.
* @param Userid The Userid to set
*/
public void setUserid(String Userid) {
this.Userid = Userid;
}
/**
* Returns the pwd.
* @return String
*/
public String getPwd() {
return pwd;
}
/**
* Set the pwd.
* @param pwd The pwd to set
*/
public void setPwd(String pwd) {
this.pwd = pwd;
}
/**
* 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 workunit.
* @return String
*/
public String getWorkunit() {
return workunit;
}
/**
* Set the workunit.
* @param workunit The workunit to set
*/
public void setWorkunit(String workunit) {
this.workunit = workunit;
}
/**
* Returns the contact.
* @return String
*/
public String getContact() {
return contact;
}
/**
* Set the contact.
* @param contact The contact to set
*/
public void setContact(String contact) {
this.contact = contact;
}
/**
* Returns the year.
* @return String
*/
public String getYear() {
return year;
}
/**
* Set the year.
* @param year The year to set
*/
public void setYear(String year) {
this.year = year;
}
/**
* Returns the mphone.
* @return String
*/
public String getMphone() {
return mphone;
}
/**
* Set the mphone.
* @param mphone The mphone to set
*/
public void setMphone(String mphone) {
this.mphone = mphone;
}
/**
* Returns the truename.
* @return String
*/
public String getTruename() {
return truename;
}
/**
* Set the truename.
* @param truename The truename to set
*/
public void setTruename(String truename) {
this.truename = truename;
}
/**
* 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 qq.
* @return String
*/
public String getQq() {
return qq;
}
/**
* Set the qq.
* @param qq The qq to set
*/
public void setQq(String qq) {
this.qq = qq;
}
/**
* Returns the post.
* @return String
*/
public String getPost() {
return post;
}
/**
* Set the post.
* @param post The post to set
*/
public void setPost(String post) {
this.post = post;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -