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

📄 gbs_replyfromeditform.java

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

import java.util.ArrayList;

import javax.servlet.http.HttpServletRequest;

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

import COMMON.BaseActionForm;

/** 
 * Gbs_serviceinfosubForm.java created by EasyStruts - XsltGen.
 * http://easystruts.sf.net
 * created on 08-13-2004
 * 
 * XDoclet definition:
 * @struts:form name="GBS_ReplyFromEditForm"
 */
public class GBS_ReplyFromEditForm extends BaseActionForm {

	// --------------------------------------------------------- Instance Variables

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

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

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

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

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

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

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

	/** fdelflag property */
	private String fdelflag = "off";	

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

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

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

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

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

	/** comment property */
	private String comment = "";
	
	/** seqNo property */
	private String seqNo = "";
		
	/** subsidiaryValueList property */
	private ArrayList subsidiaryValueList = new ArrayList();

	/** subsidiaryLabelList property */
	private ArrayList subsidiaryLabelList = new ArrayList();
	
	// --------------------------------------------------------- Methods
	
	/** 
	* Returns the seqNo.
	* @return String
	*/
	public String getSeqNo() {
		return seqNo;
	}

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

	/** 
	 * Returns the attachmentFile.
	 * @return String
	 */
	public FormFile getAttachmentFile() {
		return attachmentFile;
	}

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

	/** 
	 * Set the attachmentfile.
	 * @param attachmentfile The attachmentfile to set
	 */
	public void setAttachmentfilename(String attachmentfilename) {
		this.attachmentfilename = attachmentfilename;
	}

	/** 
	 * Returns the title.
	 * @return String
	 */
	public String getTitle() {
		return title;
	}

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

	/** 
	 * Returns the updatedate.
	 * @return String
	 */
	public String getUpdatedate() {
		return updatedate;
	}

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

	/** 
	 * Returns the createdate.
	 * @return String
	 */
	public String getCreatedate() {
		return createdate;
	}

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

	/** 
	 * Returns the createuser.
	 * @return String
	 */
	public String getCreateuser() {
		return createuser;
	}

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

	/** 
	 * Returns the updateuser.
	 * @return String
	 */
	public String getUpdateuser() {
		return updateuser;
	}

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

	/** 
	 * Returns the fdelflag.
	 * @return Boolean
	 */
	public String getFdelflag() {
		return fdelflag;
	}

	/** 
	 * Set the fdelflag.
	 * @param fdelflag The fdelflag to set
	 */
	public void setFdelflag(String fdelflag) {
		this.fdelflag = fdelflag;
	}
	
	/** 
	 * Returns the customerID.
	 * @return String
	 */
	public String getCustomerID() {
		return customerID;
	}

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

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

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

	/** 
	 * Returns the replyKbn.
	 * @return String
	 */
	public String getReplyKbn() {
		return replyKbn;
	}

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

	/** 
	 * Returns the subCodeHidden.
	 * @return String
	 */
	public String getSubCodeHidden() {
		return subCodeHidden;
	}

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

	/** 
	 * Returns the subCode.
	 * @return String
	 */
	public String getSubCode() {
		return subCode;
	}

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

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

	/** 
	 * Returns the comment.
	 * @return String
	 */
	public String getComment() {
		return comment;
	}

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

	/** 
	 * Returns the subsidiaryValueList.
	 * @return ArrayList
	 */
	public ArrayList getSubsidiaryValueList() {
		return subsidiaryValueList;
	}

	/** 
	 * Set the subsidiaryValueList.
	 * @param subsidiaryValueList The subsidiaryValueList to set
	 */
	public void setSubsidiaryValueList(ArrayList subsidiaryValueList) {
		this.subsidiaryValueList = subsidiaryValueList;
	}

	/** 
	 * Returns the subsidiaryLabelList.
	 * @return ArrayList
	 */	
	public ArrayList getSubsidiaryLabelList() {
		return subsidiaryLabelList;
	}
	
	/** 
	 * Set the subsidiaryLabelList.
	 * @param subsidiaryLabelList The subsidiaryLabelList to set
	 */
	public void setSubsidiaryLabelList(ArrayList subsidiaryLabelList) {
		this.subsidiaryLabelList = subsidiaryLabelList;
	}


	 /**
	  * Method reset
	  * @param mapping
	  * @param request
	  */
	 public void reset(ActionMapping mapping, HttpServletRequest request) {	   
		/** attachmentFile property */	
		attachmentFile = null;
		customerID = "";
		replyKbn = "";
		lineNo = "";
		subCode = "";
		rfpNo = "";
		comment="";		
		title = "";
		updatedate = "";
		createdate = "";
		createuser = "";
		attachmentfilename = "";
		updateuser = "";
		subCodeHidden="";
		fdelflag = "off";
		subsidiaryValueList = new ArrayList();
		subsidiaryLabelList = new ArrayList();
		super.reset( mapping, request);
	 }
}

⌨️ 快捷键说明

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