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

📄 itemsinfoform.java

📁 java阿里巴巴代码
💻 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 + -