📄 iteminfoform.java
字号:
/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package com.saas.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;
import org.apache.struts.upload.FormFile;
/**
* MyEclipse Struts
* Creation date: 01-15-2007
*
* XDoclet definition:
* @struts.form name="iteminfoForm"
*/
public class IteminfoForm 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
/**
* 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 + -