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

📄 adminaddmerchantnextform.java

📁 基于struts的网上商店源码
💻 JAVA
字号:
/*
 * Generated by MyEclipse Struts
 * Template path: templates/java/JavaClass.vtl
 */
package com.mole.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;

/**
 * MyEclipse Struts Creation date: 12-15-2007
 * 
 * XDoclet definition:
 * 
 * @struts.form name="adminAddMerchantNextForm"
 */
public class AdminAddMerchantNextForm extends ActionForm {
	/*
	 * Generated fields
	 */

	/** chargeID property */
	private String chargeID;

	/** telephone property */
	private String telephone;

	/** scale property */
	private String scale;

	/** address property */
	private String address;

	/** vip property */
	private String vip;

	/** areaID property */
	private String areaID;

	/** name property */
	private String name;

	/** typeID property */
	private String typeID;
	private String typeID2;
	private String typeID3;
	private String typeID4;

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

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

	/**
	 * Returns the telephone.
	 * 
	 * @return String
	 */
	public String getTelephone() {
		return telephone;
	}

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

	/**
	 * Returns the scale.
	 * 
	 * @return String
	 */
	public String getScale() {
		return scale;
	}

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

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

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

	/**
	 * Returns the areaID.
	 * 
	 * @return String
	 */
	public String getAreaID() {
		return areaID;
	}

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

	/**
	 * Returns the name.
	 * 
	 * @return String
	 */
	public String getName() {
		return name;
	}

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

	/**
	 * Returns the typeID.
	 * 
	 * @return String
	 */
	public String getTypeID() {
		return typeID;
	}

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

	public String getTypeID2() {
		return typeID2;
	}

	public void setTypeID2(String typeID2) {
		this.typeID2 = typeID2;
	}

	public String getTypeID3() {
		return typeID3;
	}

	public void setTypeID3(String typeID3) {
		this.typeID3 = typeID3;
	}

	public String getTypeID4() {
		return typeID4;
	}

	public void setTypeID4(String typeID4) {
		this.typeID4 = typeID4;
	}
}

⌨️ 快捷键说明

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