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

📄 adddrawform.java

📁 gensou.rar为某渔具厂的一个简单ERP系统。为比较基础的工程
💻 JAVA
字号:
//Created by MyEclipse Struts// XSL source (default): platform:/plugin/com.genuitec.eclipse.cross.easystruts.eclipse_4.1.1/xslt/JavaClass.xslpackage com.gensou.struts.depot.draw;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: 01-26-2007 *  * XDoclet definition: * @struts.form name="addDrawForm" */public class AddDrawForm extends ActionForm {	// --------------------------------------------------------- Instance Variables	/** lingliaodanId property */	private String lingliaodanId;	/** beizhu property */	private String beizhu;	/** pinming property */	private String pinming;	/** suoshumingcheng property */	private String suoshumingcheng;	/** riqi property */	private String riqi;	/** shuliang property */	private String shuliang;	/** guige property */	private String guige;	// --------------------------------------------------------- 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 lingliaodanId.	 * @return String	 */	public String getLingliaodanId() {		return lingliaodanId;	}	/** 	 * Set the lingliaodanId.	 * @param lingliaodanId The lingliaodanId to set	 */	public void setLingliaodanId(String lingliaodanId) {		this.lingliaodanId = lingliaodanId;	}	/** 	 * Returns the beizhu.	 * @return String	 */	public String getBeizhu() {		return beizhu;	}	/** 	 * Set the beizhu.	 * @param beizhu The beizhu to set	 */	public void setBeizhu(String beizhu) {		this.beizhu = beizhu;	}	/** 	 * Returns the pinming.	 * @return String	 */	public String getPinming() {		return pinming;	}	/** 	 * Set the pinming.	 * @param pinming The pinming to set	 */	public void setPinming(String pinming) {		this.pinming = pinming;	}	/** 	 * Returns the suoshumingcheng.	 * @return String	 */	public String getSuoshumingcheng() {		return suoshumingcheng;	}	/** 	 * Set the suoshumingcheng.	 * @param suoshumingcheng The suoshumingcheng to set	 */	public void setSuoshumingcheng(String suoshumingcheng) {		this.suoshumingcheng = suoshumingcheng;	}	/** 	 * Returns the riqi.	 * @return String	 */	public String getRiqi() {		return riqi;	}	/** 	 * Set the riqi.	 * @param riqi The riqi to set	 */	public void setRiqi(String riqi) {		this.riqi = riqi;	}	/** 	 * Returns the shuliang.	 * @return String	 */	public String getShuliang() {		return shuliang;	}	/** 	 * Set the shuliang.	 * @param shuliang The shuliang to set	 */	public void setShuliang(String shuliang) {		this.shuliang = shuliang;	}	/** 	 * Returns the guige.	 * @return String	 */	public String getGuige() {		return guige;	}	/** 	 * Set the guige.	 * @param guige The guige to set	 */	public void setGuige(String guige) {		this.guige = guige;	}}

⌨️ 快捷键说明

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