⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userform.java

📁 一个简单的用Spring+Hibernate+Struts的亿阳信通系统
💻 JAVA
字号:
/*
 * Generated by MyEclipse Struts
 * Template path: templates/java/JavaClass.vtl
 */
package com.chinatelecom.web.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: 03-22-2009
 * 
 * XDoclet definition:
 * @struts.form name="user"
 */
public class UserForm extends ActionForm {
	/*
	 * Generated fields
	 */

	/** userDeptId property */
	private String userDeptId;

	/** userType property */
	private String userType;

	/** userFax property */
	private String userFax;

	/** userEmail property */
	private String userEmail;

	/** userId property */
	private String userId;

	/** userPwd property */
	private String userPwd;

	/** userPhone property */
	private String userPhone;

	/** username property */
	private String userName;

	/** userNote property */
	private String userNote;

	/** userMobile property */
	private String userMobile;

	/*
	 * 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 userDeptId.
	 * @return String
	 */
	public String getUserDeptId() {
		return userDeptId;
	}

	/** 
	 * Set the userDeptId.
	 * @param userDeptId The userDeptId to set
	 */
	public void setUserDeptId(String userDeptId) {
		this.userDeptId = userDeptId;
	}

	/** 
	 * Returns the userType.
	 * @return String
	 */
	public String getUserType() {
		return userType;
	}

	/** 
	 * Set the userType.
	 * @param userType The userType to set
	 */
	public void setUserType(String userType) {
		this.userType = userType;
	}

	/** 
	 * Returns the userFax.
	 * @return String
	 */
	public String getUserFax() {
		return userFax;
	}

	/** 
	 * Set the userFax.
	 * @param userFax The userFax to set
	 */
	public void setUserFax(String userFax) {
		this.userFax = userFax;
	}

	/** 
	 * Returns the userEmail.
	 * @return String
	 */
	public String getUserEmail() {
		return userEmail;
	}

	/** 
	 * Set the userEmail.
	 * @param userEmail The userEmail to set
	 */
	public void setUserEmail(String userEmail) {
		this.userEmail = userEmail;
	}

	/** 
	 * 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 userPwd.
	 * @return String
	 */
	public String getUserPwd() {
		return userPwd;
	}

	/** 
	 * Set the userPwd.
	 * @param userPwd The userPwd to set
	 */
	public void setUserPwd(String userPwd) {
		this.userPwd = userPwd;
	}

	/** 
	 * Returns the userPhone.
	 * @return String
	 */
	public String getUserPhone() {
		return userPhone;
	}

	/** 
	 * Set the userPhone.
	 * @param userPhone The userPhone to set
	 */
	public void setUserPhone(String userPhone) {
		this.userPhone = userPhone;
	}

	/** 
	 * Returns the username.
	 * @return String
	 */
	public String getUserName() {
		return userName;
	}

	/** 
	 * Set the username.
	 * @param username The username to set
	 */
	public void setUserName(String userName) {
		this.userName = userName;
	}

	/** 
	 * Returns the userNote.
	 * @return String
	 */
	public String getUserNote() {
		return userNote;
	}

	/** 
	 * Set the userNote.
	 * @param userNote The userNote to set
	 */
	public void setUserNote(String userNote) {
		this.userNote = userNote;
	}

	/** 
	 * Returns the userMobile.
	 * @return String
	 */
	public String getUserMobile() {
		return userMobile;
	}

	/** 
	 * Set the userMobile.
	 * @param userMobile The userMobile to set
	 */
	public void setUserMobile(String userMobile) {
		this.userMobile = userMobile;
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -