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

📄 gbs_replyfromform.java

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

import java.util.ArrayList;

import javax.servlet.http.HttpServletRequest;

import org.apache.struts.action.ActionMapping;

import COMMON.BaseActionForm;


public class GBS_ReplyFromForm extends BaseActionForm {

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

	/** lineNo customerID */
	private String customerID = "";
	
	/** lineNo rfpNo */
	private String rfpNo = "";
	
	/** lineNo customerName */
	private String customerName = "";
	
	/** lineNo originatingSubsidiary */
	private String originatingSubsidiary = "";
	
	/** lineNo participatingSubsidiaries */
	private String participatingSubsidiaries = "";
	
	/** lineNo reply */
	private String reply = "";
	
	//----------------------------
	
	/** lineNo infoCountry */
	private String infoCountry = "";
	
	/** lineNo infoHardCategory */
	private String infoHardCategory = "";
	
	/** lineNo infoDelivery */
	private String infoDelivery = "";
	
	/** lineNo quantity */
	private String quantity = "";
	
	/** lineNo remarks */
	private String remarks = "";

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

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

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

	/** comment property */
	private String comment = "";
	
	/** seqNo property */
	private String seqNo = "";
	
	/** seqNo countryList */
	private ArrayList countryList = new ArrayList();
	
	/** seqNo replyList */
	private ArrayList replyList = new ArrayList();
	
	/** seqNo country */
	private String[] country  = null;
	/** editflag property */
	private boolean editflag = false;
	private String subFlag = "";
    //----------------------------------------------------------------Methods
	/**
	 * Returns the countryList.
	 * @return ArrayList
	 */		
	public ArrayList getCountryList() {
		return countryList;
	}

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

	/**
	 * Returns the replyList.
	 * @return ArrayList
	 */	
	public ArrayList getReplyList() {
		return replyList;
	}

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

	/**
	 * Returns the country.
	 * @return String[]
	 */	
	public String[] getCountry() {
		return country;
	}

	/**
	 * Set the country.
	 * @param country The country to set
	 */
	public void setCountry(String[] country) {
		this.country = country;
	}
	/**
	 * Method reset
	 * @param mapping
	 * @param request
	 */
	public void reset(ActionMapping mapping, HttpServletRequest request) {		
		customerID = "";
		rfpNo = "";
		participatingSubsidiaries = "";
		customerName="";
		reply="";
		participatingSubsidiaries="";
		infoCountry="";
		infoHardCategory = "";
		infoDelivery = "";
		quantity = "";
		remarks = "";
		replyKbn = "";
		subCode = "";
		lineNo = "";
		comment = "";	
		seqNo = "";
		//editflag=false;
		ArrayList replyList = new ArrayList();
		super.reset( mapping, request);
	}

	/**
	 * Returns the originatingSubsidiary.
	 * @return String
	 */	
	public String getOriginatingSubsidiary() {
			return originatingSubsidiary;
	}

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

	/**
	 * Returns the getCustomerID.
	 * @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 customerName.
	 * @return String
	 */
	public String getCustomerName() {
			return customerName;
	}

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

	/**
	 * 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 participatingSubsidiaries.
	 * @return String
	 */
	public String getParticipatingSubsidiaries() {
		return participatingSubsidiaries;
	}

	/**
	 * Set the participatingSubsidiaries.
	 * @param participatingSubsidiaries The participatingSubsidiaries to set
	 */
	public void setParticipatingSubsidiaries(String participatingSubsidiaries) {
		this.participatingSubsidiaries = participatingSubsidiaries;
	}
	
	/**
	 * Returns the reply.
	 * @return String
	 */
	public String getReply() {
	  return reply;
	}

	/**
	 * Set the reply.
	 * @param reply The reply to set
	 */
	public void setReply(String reply) {
	  this.reply = reply;
	}
	
	/**
	 * Returns the infoCountry.
	 * @return String
	 */
	public String getInfoCountry() {
		  return infoCountry;
	}

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

	/** 
	 * Returns the infoHardCategory.
	 * @return String
	 */
	public String getInfoHardCategory() {
	  return infoHardCategory;
	}

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

	/** 
	 * Returns the infoDelivery.
	 * @return String
	 */
	public String getInfoDelivery() {
	  return infoDelivery;
	}

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

	/** 
	 * Returns the quantity.
	 * @return String
	 */
	public String getQuantity() {
	  return quantity;
	}

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

	/** 
	 * Returns the remarks.
	 * @return String
	 */
	public String getRemarks() {
	  return remarks;
	}

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

	/** 
	 * 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 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 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 seqNo.
	 * @return String
	 */
	public String getSeqNo() {
		return seqNo;
	}

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


	/**
	 * @return
	 */
	public boolean isEditflag() {
		return editflag;
	}

	/**
	 * @param b
	 */
	public void setEditflag(boolean b) {
		editflag = b;
	}


	/**
	 * @return
	 */
	public String getSubFlag() {
		return subFlag;
	}

	/**
	 * @param string
	 */
	public void setSubFlag(String string) {
		subFlag = string;
	}

}

⌨️ 快捷键说明

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