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

📄 serverform.java

📁 个人网上银行系统设计该系统使用MySQL数据库。
💻 JAVA
字号:
/*
 * Generated by MyEclipse Struts
 * Template path: templates/java/JavaClass.vtl
 */
package com.perwebbank.form;

import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;

/**
 * MyEclipse Struts Creation date: 12-12-2006
 * 
 * XDoclet definition:
 * 
 * @struts.form name="serverForm"
 */
public class ServerForm extends ActionForm {
	/*
	 * Generated fields
	 */

	/** phone property */
	private String phone;

	/** sex property */
	private String sex;

	/** tradetype property */
	private String tradetype;

	/** sum property */
	private String sum;

	/** loginpass property */
	private String loginpass;

	/** tradecode property */
	private String tradecode;

	/** balance property */
	private String balance;

	/** tradepass property */
	private String tradepass;

	/** account property */
	private String account;

	/** address property */
	private String address;

	/** username property */
	private String username;

	/** tradedate property */
	private String tradedate;

	private String id;

	private String tansferaccount;

	private String status;

	private String conloginpass;

	private String contradepass;

	private String byear;

	private String bmonth;

	private String bday;

	private String eyear;

	private String emonth;

	private String eday;

	/*
	 * Generated Methods
	 */

	/**
	 * Method reset
	 * 
	 * @param mapping
	 * @param request
	 */
	public void reset(ActionMapping mapping, HttpServletRequest request) {
		this.account = null;
		this.address = null;
		this.balance = null;
		this.loginpass = null;
		this.phone = null;
		this.sex = null;
		this.sum = null;
		this.id = null;
		this.tansferaccount = null;
		this.tradecode = null;
		this.tradepass = null;
		this.tradetype = null;
		this.username = null;
		this.conloginpass = null;
		this.contradepass = null;
		this.byear = null;
		this.bmonth = null;
		this.bday = null;
		this.eyear = null;
		this.emonth = null;
		this.eday = null;
	}
	
	public String getId() {
		return id;
	}

	public void setId(String id) {
		this.id = id;
	}

	public String getByear() {
		return byear;
	}

	public void setByear(String byear) {
		this.byear = byear;
	}

	public String getBmonth() {
		return bmonth;
	}

	public void setBmonth(String bmonth) {
		this.bmonth = bmonth;
	}

	public String getBday() {
		return bday;
	}

	public void setBday(String bday) {
		this.bday = bday;
	}

	public String getEyear() {
		return eyear;
	}

	public void setEyear(String eyear) {
		this.eyear = eyear;
	}

	public String getEmonth() {
		return emonth;
	}

	public void setEmonth(String emonth) {
		this.emonth = emonth;
	}

	public String getEday() {
		return eday;
	}

	public void setEday(String eday) {
		this.eday = eday;
	}

	public String getContradepass() {
		return contradepass;
	}

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

	public String getConloginpass() {
		return conloginpass;
	}

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

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

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

	/**
	 * Returns the sum.
	 * 
	 * @return String
	 */
	public String getSum() {
		return sum;
	}

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

	/**
	 * Returns the loginpass.
	 * 
	 * @return String
	 */
	public String getLoginpass() {
		return loginpass;
	}

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

	/**
	 * Returns the tradecode.
	 * 
	 * @return String
	 */
	public String getTradecode() {
		return tradecode;
	}

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

	/**
	 * Returns the balance.
	 * 
	 * @return String
	 */
	public String getBalance() {
		return balance;
	}

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

	/**
	 * Returns the tradepass.
	 * 
	 * @return String
	 */
	public String getTradepass() {
		return tradepass;
	}

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

	/**
	 * Returns the account.
	 * 
	 * @return String
	 */
	public String getAccount() {
		return account;
	}

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

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

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

	public String getTansferaccount() {
		return tansferaccount;
	}

	public void setTansferaccount(String tansferaccount) {
		this.tansferaccount = tansferaccount;
	}

	public String getStatus() {
		return status;
	}

	public void setStatus(String status) {
		this.status = status;
	}
}

⌨️ 快捷键说明

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