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

📄 intercourseform.java

📁 医药供应链管理系统
💻 JAVA
字号:
/*
 * Generated by MyEclipse Struts
 * Template path: templates/java/JavaClass.vtl
 */
package com.captainli.struts.form;

import java.math.BigDecimal;
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: 11-14-2008
 * 
 * XDoclet definition:
 * @struts.form name="intercourseForm"
 */
public class IntercourseForm extends ActionForm {
	/*
	 * Generated fields
	 */

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	/** i_man property */
	private String i_man;

	/** i_id property */
	private int i_id;

	/** i_bank property */
	private String i_bank;

	/** i_tel property */
	private String i_tel;

	/** i_note property */
	private String i_note;

	/** i_type property */
	private int i_type;

	/** i_zipcode property */
	private String i_zipcode;

	/** i_yingshou property */
	private double i_yingshou;

	/** i_addr property */
	private String i_addr;

	/** i_yingfu property */
	private double i_yingfu;

	/** i_tax property */
	private String i_tax;

	/** i_ent property */
	private String i_ent;

	/** i_name property */
	private String i_name;

	/** i_pinyin property */
	private String i_pinyin;

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

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

	/** 
	 * Returns the i_id.
	 * @return int
	 */
	public int getI_id() {
		return i_id;
	}

	/** 
	 * Set the i_id.
	 * @param i_id The i_id to set
	 */
	public void setI_id(int i_id) {
		this.i_id = i_id;
	}

	/** 
	 * Returns the i_bank.
	 * @return String
	 */
	public String getI_bank() {
		return i_bank;
	}

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

	/** 
	 * Returns the i_tel.
	 * @return String
	 */
	public String getI_tel() {
		return i_tel;
	}

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

	/** 
	 * Returns the i_note.
	 * @return String
	 */
	public String getI_note() {
		return i_note;
	}

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

	/** 
	 * Returns the i_type.
	 * @return int
	 */
	public int getI_type() {
		return i_type;
	}

	/** 
	 * Set the i_type.
	 * @param i_type The i_type to set
	 */
	public void setI_type(int i_type) {
		this.i_type = i_type;
	}

	/** 
	 * Returns the i_zipcode.
	 * @return String
	 */
	public String getI_zipcode() {
		return i_zipcode;
	}

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

	/** 
	 * Returns the i_yingshou.
	 * @return double
	 */
	public double getI_yingshou() {
		return i_yingshou;
	}

	/** 
	 * Set the i_yingshou.
	 * @param i_yingshou The i_yingshou to set
	 */
	public void setI_yingshou(double i_yingshou) {
		this.i_yingshou = i_yingshou;
	}

	/** 
	 * Returns the i_addr.
	 * @return String
	 */
	public String getI_addr() {
		return i_addr;
	}

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

	/** 
	 * Returns the i_yingfu.
	 * @return double
	 */
	public double getI_yingfu() {
		return i_yingfu;
	}

	/** 
	 * Set the i_yingfu.
	 * @param i_yingfu The i_yingfu to set
	 */
	public void setI_yingfu(double i_yingfu) {
		this.i_yingfu = i_yingfu;
	}

	/** 
	 * Returns the i_tax.
	 * @return String
	 */
	public String getI_tax() {
		return i_tax;
	}

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

	/** 
	 * Returns the i_ent.
	 * @return String
	 */
	public String getI_ent() {
		return i_ent;
	}

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

	/** 
	 * Returns the i_name.
	 * @return String
	 */
	public String getI_name() {
		return i_name;
	}

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

	/** 
	 * Returns the i_pinyin.
	 * @return String
	 */
	public String getI_pinyin() {
		return i_pinyin;
	}

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

	public IntercourseForm(int i_id, String i_name, String i_pinyin, int i_type, String i_tel, String i_addr, String i_man, String i_zipcode, String i_tax, String i_bank, String i_ent, double i_yingshou, double i_yingfu, String i_note) {
		super();
		this.i_id = i_id;
		this.i_name = i_name;
		this.i_pinyin = i_pinyin;
		this.i_type = i_type;
		this.i_tel = i_tel;
		this.i_addr = i_addr;
		this.i_man = i_man;
		this.i_zipcode = i_zipcode;
		this.i_tax = i_tax;
		this.i_bank = i_bank;
		this.i_ent = i_ent;
		this.i_yingshou = i_yingshou;
		this.i_yingfu = i_yingfu;
		this.i_note = i_note;
	}

	public IntercourseForm() {
		super();
		// TODO Auto-generated constructor stub
	}
}

⌨️ 快捷键说明

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