📄 backylhq_qtylcontentform.java
字号:
// Created by Xslt generator for Eclipse.// XSL : not found (java.io.FileNotFoundException: (Bad file descriptor))// Default XSL used : easystruts.jar$org.easystruts.xslgen.JavaClass.xslpackage 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;/** * Backylhq_qtylcontentForm.java created by EasyStruts - XsltGen. * http://easystruts.sf.net * created on 10-24-2004 * * XDoclet definition: * @struts:form name="backylhq_qtylcontentForm" */public class Backylhq_qtylcontentForm extends ActionForm { // --------------------------------------------------------- Instance Variables // --------------------------------------------------------- Methods private String names; private String types; private String market; private String areas; private String danw; private int price; public void setprice(int price) { this.price=price; } public int getprice() { return this.price; } public void setnames(String names) { this.names=names; } public String getnames() { return this.names; } public void settypes(String types) { this.types=types; } public String gettypes() { return this.types; } public void setmarket(String market) { this.market=market; } public String getmarket() { return this.market; } public void setareas(String areas) { this.areas=areas; } public String getareas() { return this.areas; } public void setdanw(String danw) { this.danw=danw; } public String getdanw() { return this.danw; } /** * Method validate * @param ActionMapping mapping * @param HttpServletRequest request * @return ActionErrors */ public ActionErrors validate( ActionMapping mapping, HttpServletRequest request) { return null; //throw new UnsupportedOperationException("Generated method 'validate(...)' not implemented."); } /** * Method reset * @param ActionMapping mapping * @param HttpServletRequest request */ public void reset(ActionMapping mapping, HttpServletRequest request) { }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -