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

📄 userregisterform.java

📁 这是一个物流管理系统
💻 JAVA
字号:
/*
 * Generated by MyEclipse Struts
 * Template path: templates/java/JavaClass.vtl
 */
package com.xsofa.struts.form;

import org.apache.struts.action.ActionForm;

/** 
 * MyEclipse Struts
 * Creation date: 04-27-2009
 * 
 * XDoclet definition:
 * @struts.form name="userRegisterForm"
 */
public class UserRegisterForm extends ActionForm {
	/*
	 * Generated fields
	 */

	/** useremail property */
	private String useremail;

	/** userpass property */
	private String userpass;

	/** useraddress property */
	private String useraddress;

	/** userpass2 property */
	private String userpass2;

	/** username property */
	private String username;

	/** usertel property */
	private String usertel;

	/*
	 * Generated Methods
	 */

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

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

	/** 
	 * Returns the useraddress.
	 * @return String
	 */
	public String getUseraddress() {
		return useraddress;
	}

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

	/** 
	 * Returns the userpass2.
	 * @return String
	 */
	public String getUserpass2() {
		return userpass2;
	}

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

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

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

⌨️ 快捷键说明

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