usersform.java
来自「java带进度条上传尽量不要让站长把时间都花费在为您修正说明上」· Java 代码 · 共 449 行
JAVA
449 行
/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package com.jmwl.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-2008
*
* XDoclet definition:
* @struts.form name="usersForm"
*/
public class UsersForm extends ActionForm {
/*
* Generated fields
*/
private String one;
private String oneValue;
private int state;
private int power;
/** login_name property */
private String login_name;
/** address property */
private String address;
/** answer property */
private String answer;
/** user_password1 property */
private String user_password1;
/** blog_name property */
private String blog_name;
/** idiograph property */
private String idiograph;
/** face property */
private String face;
/** sex property */
private int sex;
/** nick_name property */
private String nick_name;
/** age property */
private int age;
/** user_password property */
private String user_password;
/** introduce property */
private String introduce;
/** self_name property */
private String self_name;
/** email property */
private String email;
/** area property */
private String area;
/** tel property */
private String tel;
/** city property */
private String city;
/** question property */
private String question;
/** birthday property */
private String birthday;
/*
* 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 login_name.
* @return String
*/
public String getLogin_name() {
return login_name;
}
/**
* Set the login_name.
* @param login_name The login_name to set
*/
public void setLogin_name(String login_name) {
this.login_name = login_name;
}
/**
* 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 answer.
* @return String
*/
public String getAnswer() {
return answer;
}
/**
* Set the answer.
* @param answer The answer to set
*/
public void setAnswer(String answer) {
this.answer = answer;
}
/**
* Returns the user_password1.
* @return String
*/
public String getUser_password1() {
return user_password1;
}
/**
* Set the user_password1.
* @param user_password1 The user_password1 to set
*/
public void setUser_password1(String user_password1) {
this.user_password1 = user_password1;
}
/**
* Returns the blog_name.
* @return String
*/
public String getBlog_name() {
return blog_name;
}
/**
* Set the blog_name.
* @param blog_name The blog_name to set
*/
public void setBlog_name(String blog_name) {
this.blog_name = blog_name;
}
/**
* Returns the idiograph.
* @return String
*/
public String getIdiograph() {
return idiograph;
}
/**
* Set the idiograph.
* @param idiograph The idiograph to set
*/
public void setIdiograph(String idiograph) {
this.idiograph = idiograph;
}
/**
* Returns the face.
* @return String
*/
public String getFace() {
return face;
}
/**
* Set the face.
* @param face The face to set
*/
public void setFace(String face) {
this.face = face;
}
/**
* Returns the sex.
* @return String
*/
public int getSex() {
return sex;
}
/**
* Set the sex.
* @param sex The sex to set
*/
public void setSex(int sex) {
this.sex = sex;
}
/**
* Returns the nick_name.
* @return String
*/
public String getNick_name() {
return nick_name;
}
/**
* Set the nick_name.
* @param nick_name The nick_name to set
*/
public void setNick_name(String nick_name) {
this.nick_name = nick_name;
}
/**
* Returns the age.
* @return String
*/
public int getAge() {
return age;
}
/**
* Set the age.
* @param age The age to set
*/
public void setAge(int age) {
this.age = age;
}
/**
* Returns the user_password.
* @return String
*/
public String getUser_password() {
return user_password;
}
/**
* Set the user_password.
* @param user_password The user_password to set
*/
public void setUser_password(String user_password) {
this.user_password = user_password;
}
/**
* Returns the introduce.
* @return String
*/
public String getIntroduce() {
return introduce;
}
/**
* Set the introduce.
* @param introduce The introduce to set
*/
public void setIntroduce(String introduce) {
this.introduce = introduce;
}
/**
* Returns the self_name.
* @return String
*/
public String getSelf_name() {
return self_name;
}
/**
* Set the self_name.
* @param self_name The self_name to set
*/
public void setSelf_name(String self_name) {
this.self_name = self_name;
}
/**
* 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 area.
* @return String
*/
public String getArea() {
return area;
}
/**
* Set the area.
* @param area The area to set
*/
public void setArea(String area) {
this.area = area;
}
/**
* Returns the tel.
* @return String
*/
public String getTel() {
return tel;
}
/**
* Set the tel.
* @param tel The tel to set
*/
public void setTel(String tel) {
this.tel = tel;
}
/**
* Returns the city.
* @return String
*/
public String getCity() {
return city;
}
/**
* Set the city.
* @param city The city to set
*/
public void setCity(String city) {
this.city = city;
}
/**
* Returns the question.
* @return String
*/
public String getQuestion() {
return question;
}
/**
* Set the question.
* @param question The question to set
*/
public void setQuestion(String question) {
this.question = question;
}
/**
* 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;
}
public int getPower() {
return power;
}
public void setPower(int power) {
this.power = power;
}
public int getState() {
return state;
}
public void setState(int state) {
this.state = state;
}
public String getOne() {
return one;
}
public void setOne(String one) {
this.one = one;
}
public String getOneValue() {
return oneValue;
}
public void setOneValue(String oneValue) {
this.oneValue = oneValue;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?