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

📄 purchaseform.java

📁 医药供应链管理系统
💻 JAVA
字号:
/*
 * Generated by MyEclipse Struts
 * Template path: templates/java/JavaClass.vtl
 */
package com.captainli.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-09-2008
 * 
 * XDoclet definition:
 * @struts.form name="purchaseForm"
 */
public class PurchaseForm extends ActionForm {
	/*
	 * Generated fields
	 */

	/** p_no property */
	private String p_no;

	/** p_b_id property */
	private String p_b_id;

	/** p_l_id property */
	private String p_l_id;

	/** p_amount property */
	private Double p_amount;

	/** p_prodate property */
	private String p_prodate;

	/** p_i_id property */
	private String p_i_id;

	/** p_actual property */
	private Double p_actual;

	/** p_effdate property */
	private String p_effdate;

	/** p_price property */
	private Double p_price;

	/** p_ver property */
	private String p_ver;

	/** p_note property */
	private String p_note;

	/** p_quantity property */
	private String p_quantity;

	/** p_p_id property */
	private String p_p_id;

	/** p_w_id property */
	private String p_w_id;

	/** p_u_id property */
	private String p_u_id;

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

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

	/** 
	 * Returns the p_b_id.
	 * @return String
	 */
	public String getP_b_id() {
		return p_b_id;
	}

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

	/** 
	 * Returns the p_l_id.
	 * @return String
	 */
	public String getP_l_id() {
		return p_l_id;
	}

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

	/** 
	 * Returns the p_amount.
	 * @return Double
	 */
	public Double getP_amount() {
		return p_amount;
	}

	/** 
	 * Set the p_amount.
	 * @param p_amount The p_amount to set
	 */
	public void setP_amount(Double p_amount) {
		this.p_amount = p_amount;
	}

	/** 
	 * Returns the p_prodate.
	 * @return String
	 */
	public String getP_prodate() {
		return p_prodate;
	}

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

	/** 
	 * Returns the p_i_id.
	 * @return String
	 */
	public String getP_i_id() {
		return p_i_id;
	}

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

	/** 
	 * Returns the p_actual.
	 * @return Double
	 */
	public Double getP_actual() {
		return p_actual;
	}

	/** 
	 * Set the p_actual.
	 * @param p_actual The p_actual to set
	 */
	public void setP_actual(Double p_actual) {
		this.p_actual = p_actual;
	}

	/** 
	 * Returns the p_effdate.
	 * @return String
	 */
	public String getP_effdate() {
		return p_effdate;
	}

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

	/** 
	 * Returns the p_price.
	 * @return Double
	 */
	public Double getP_price() {
		return p_price;
	}

	/** 
	 * Set the p_price.
	 * @param p_price The p_price to set
	 */
	public void setP_price(Double p_price) {
		this.p_price = p_price;
	}

	/** 
	 * Returns the p_ver.
	 * @return String
	 */
	public String getP_ver() {
		return p_ver;
	}

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

	/** 
	 * Returns the p_note.
	 * @return String
	 */
	public String getP_note() {
		return p_note;
	}

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

	/** 
	 * Returns the p_quantity.
	 * @return String
	 */
	public String getP_quantity() {
		return p_quantity;
	}

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

	/** 
	 * Returns the p_p_id.
	 * @return String
	 */
	public String getP_p_id() {
		return p_p_id;
	}

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

	/** 
	 * Returns the p_w_id.
	 * @return String
	 */
	public String getP_w_id() {
		return p_w_id;
	}

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

	/** 
	 * Returns the p_u_id.
	 * @return String
	 */
	public String getP_u_id() {
		return p_u_id;
	}

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

⌨️ 快捷键说明

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