?? itemsinfoform.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.xsl
package com.ahbay.struts.form;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.upload.FormFile;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
/**
* ItemsinfoForm.java created by EasyStruts - XsltGen.
* http://easystruts.sf.net
* created on 06-24-2005
*
* XDoclet definition:
* @struts:form name="itemsinfoForm"
*/
public class ItemsinfoForm extends ActionForm {
// --------------------------------------------------------- Instance Variables
/** lmjb property */
private String lmjb;
/** modelfile property */
private FormFile modelfile;
/** modelfilepath property */
private String modelfilepath;
/** displayrage property */
private String displayrage;
/** lmmc property */
private String lmmc;
private String showfirst;
// --------------------------------------------------------- Methods
/**
* Method validate
* @param ActionMapping mapping
* @param HttpServletRequest request
* @return ActionErrors
*/
public ActionErrors validate(
ActionMapping mapping,
HttpServletRequest request) {
throw new UnsupportedOperationException("Generated method 'validate(...)' not implemented.");
}
/**
* Returns the lmjb.
* @return String
*/
public String getLmjb() {
return lmjb;
}
/**
* Set the lmjb.
* @param lmjb The lmjb to set
*/
public void setLmjb(String lmjb) {
this.lmjb = lmjb;
}
/**
* Returns the modelfile.
* @return String
*/
public FormFile getModelfile() {
return modelfile;
}
/**
* Set the modelfile.
* @param modelfile The modelfile to set
*/
public void setModelfile(FormFile modelfile) {
this.modelfile = modelfile;
}
/**
* Returns the modelfilepath.
* @return String
*/
public String getModelfilepath() {
return modelfilepath;
}
/**
* Set the modelfilepath.
* @param modelfilepath The modelfilepath to set
*/
public void setModelfilepath(String modelfilepath) {
this.modelfilepath = modelfilepath;
}
/**
* Returns the displayrage.
* @return String
*/
public String getDisplayrage() {
return displayrage;
}
/**
* Set the displayrage.
* @param displayrage The displayrage to set
*/
public void setDisplayrage(String displayrage) {
this.displayrage = displayrage;
}
/**
* Returns the lmmc.
* @return String
*/
public String getLmmc() {
return lmmc;
}
/**
* Set the lmmc.
* @param lmmc The lmmc to set
*/
public void setLmmc(String lmmc) {
this.lmmc = lmmc;
}
public String getShowfirst() {
return showfirst;
}
public void setShowfirst(String showfirst) {
this.showfirst = showfirst;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -