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

📄 gbs_presentationsubform.java

📁 对日软件外包 为东芝做的一个全球商业管理系统
💻 JAVA
字号:

package ACTION;

import javax.servlet.http.HttpServletRequest;

import org.apache.struts.action.ActionMapping;
import org.apache.struts.upload.FormFile;

import COMMON.BaseActionForm;

/**
 * GBS_PresentationsubForm extends BaseActionForm
 * created on 11-08-2004
 * @author mxx
 * @version  1.0
 */

public class GBS_PresentationsubForm extends BaseActionForm {
	// --------------------------------------------------------- Instance Variables

	/** attachmentFile property */
	private FormFile attachmentFile = null;

	/** customerId property */
	private String customerId = "";

	/** rfpNo property */
	private String rfpNo = "";

	/** lineNo property */
	private String lineNo = "";

	/** attachDate property */
	private String attachDate = "";

	/** title property */
	private String title = "";
	
	/** presentationDate property */
	private String presentationDate = "";
	
	/** presentationBy property */
	private String presentationBy = "";
	
	/** listener property */
	private String listener = "";
	
	/** createUser property */
	private String createUser = "";
	
	/** createDate property */
	private String createDate = "";
	
	/** updateUser property */
	private String updateUser = "";
	
	/** updateDate property */
	private String updateDate = "";

	/** attachmentfilename property */
	private String attachmentfilename = "";	

	/** fDelFlag property */
	private String delFlag = "off";

	/** deleteCheck property */
	private String deleteCheck = "off";
	
	// --------------------------------------------------------- Methods
	
	/** 
	 * Method getAttachmentfilename
	 * Returns the Attachmentfilename.
	 * @return String
	 */
	public String getAttachmentfilename() {
		return attachmentfilename;
	}

	/** 
	 * Method setAttachmentfilename
	 * Set the Attachmentfilename.
	 * @param Attachmentfilename The Attachmentfilename to set
	 */
	public void setAttachmentfilename(String attachmentfilename) {
		this.attachmentfilename = attachmentfilename;
	}
	
	/** 
	 * Method getDelFlag
	 * Returns the fDelFlag.
	 * @return String
	 */
	public String getDelFlag() {
		return delFlag;
	}

	/** 
	 * Method setDelFlag
	 * Set the fDelFlag.
	 * @param fDelFlag The fDelFlag to set
	 */
	public void setDelFlag(String delFlag) {
		this.delFlag = delFlag;
	}
	
	
	
	
	/** 
	 * Method getAttachmentFile
	 * Returns the attachmentFile.
	 * @return String
	 */
	public FormFile getAttachmentFile() {
		return attachmentFile;
	}

	/** 
	 * Method setAttachmentFile
	 * Set the attachmentFile.
	 * @param attachmentFile The attachmentFile to set
	 */
	public void setAttachmentFile(FormFile attachmentFile) {
		this.attachmentFile = attachmentFile;
	}
	/** 
	 * Method getCustomerId
	 * Returns the customerId.
	 * @return String
	 */
	public String getCustomerId() {
		return customerId;
	}

	/** 
	 * Method setCustomerId
	 * Set the customerId.
	 * @param customerId The customerId to set
	 */
	public void setCustomerId(String customerId) {
		this.customerId = customerId;
	}

	/** 
	 * Method getRfpNo
	 * Returns the rfpNo.
	 * @return String
	 */
	public String getRfpNo() {
		return rfpNo;
	}

	/** 
	 * Method setRfpNo
	 * Set the rfpNo.
	 * @param rfpNo The rfpNo to set
	 */
	public void setRfpNo(String rfpNo) {
		this.rfpNo = rfpNo;
	}
	/** 
	 * Method getLineNo
	 * Returns the lineNo.
	 * @return String
	 */
	public String getLineNo() {
		return lineNo;
	}

	/** 
	 * Method setLineNo
	 * Set the lineNo.
	 * @param lineNo The lineNo to set
	 */
	public void setLineNo(String lineNo) {
		this.lineNo = lineNo;
	}
	/** 
	 * Method getAttachDate
	 * Returns the attachDate.
	 * @return String
	 */
	public String getAttachDate() {
		return attachDate;
	}

	/** 
	 * Method setAttachDate
	 * Set the attachDate.
	 * @param attachDate The attachDate to set
	 */
	public void setAttachDate(String attachDate) {
		this.attachDate = attachDate;
	}
	/** 
	 * Method getTitle
	 * Returns the title.
	 * @return String
	 */
	public String getTitle() {
		return title;
	}

	/** 
	 * Method setTitle
	 * Set the title.
	 * @param title The title to set
	 */
	public void setTitle(String title) {
		this.title = title;
	}
	/** 
	 * Method getPresentationDate
	 * Returns the presentationDate.
	 * @return String
	 */
	public String getPresentationDate() {
		return presentationDate;
	}

	/** 
	 * Method setPresentationDate
	 * Set the presentationDate.
	 * @param presentationDate The presentationDate to set
	 */
	public void setPresentationDate(String presentationDate) {
		this.presentationDate = presentationDate;
	}
	/** 
	 * Method getPresentationBy
	 * Returns the presentationBy.
	 * @return String
	 */
	public String getPresentationBy() {
		return presentationBy;
	}

	/** 
	 * Method setPresentationBy
	 * Set the presentationBy.
	 * @param presentationBy The presentationBy to set
	 */
	public void setPresentationBy(String presentationBy) {
		this.presentationBy = presentationBy;
	}
	/** 
	 * Method getListener
	 * Returns the listener.
	 * @return String
	 */
	public String getListener() {
		return listener;
	}

	/** 
	 * Method setListener
	 * Set the listener.
	 * @param listener The listener to set
	 */
	public void setListener(String listener) {
		this.listener = listener;
	}
	/** 
	 * Method getCreateUser
	 * Returns the createUser.
	 * @return String
	 */
	public String getCreateUser() {
		return createUser;
	}

	/** 
	 * Method setCreateUser
	 * Set the createUser.
	 * @param createUser The createUser to set
	 */
	public void setCreateUser(String createUser) {
		this.createUser = createUser;
	}
	/** 
	 * Method getCreateDate
	 * Returns the createDate.
	 * @return String
	 */
	public String getCreateDate() {
		return createDate;
	}

	/** 
	 * Method setCreateDate
	 * Set the createDate.
	 * @param createDate The createDate to set
	 */
	public void setCreateDate(String createDate) {
		this.createDate = createDate;
	}
	/** 
	 * Method getUpdateUser
	 * Returns the updateUser.
	 * @return String
	 */
	public String getUpdateUser() {
		return updateUser;
	}

	/** 
	 * Method setUpdateUser
	 * Set the updateUser.
	 * @param updateUser The updateUser to set
	 */
	public void setUpdateUser(String updateUser) {
		this.updateUser = updateUser;
	}
	/** 
	 * Method getUpdateDate
	 * Returns the updateDate.
	 * @return String
	 */
	public String getUpdateDate() {
		return updateDate;
	}

	/** 
	 * Method setUpdateDate
	 * Set the updateDate.
	 * @param createDate The createDate to set
	 */
	public void setUpdateDate(String updateDate) {
		this.updateDate = updateDate;
	}
	/**
	 * Method reset
	 * @param mapping
	 * @param request
	 */
	public void reset(ActionMapping mapping, HttpServletRequest request) {	   
	   	/** attachmentFile property */
		attachmentFile = null;
	 	/** customerId property */
		customerId = "";
		/** rfpNo property */
		rfpNo = "";
		/** lineNo property */
		lineNo = "";
		/** attachDate property */
		attachDate = "";
		/** title property */
		title = "";	
		/** presentationDate property */
		presentationDate = "";	
		/** presentationBy property */
		presentationBy = "";	
		/** listener property */
		listener = "";	
		/** createUser property */
		createUser = "";	
		/** createDate property */
		createDate = "";	
		/** updateUser property */
		updateUser = "";	
		/** updateDate property */
		updateDate = "";
		/** attachmentfilename property */
		attachmentfilename = "";
		/** fDelFlag property */
		delFlag = "off";
	   super.reset( mapping, request);
	}
}

⌨️ 快捷键说明

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