gbs_resultform.java

来自「对日软件外包 为东芝做的一个全球商业管理系统」· Java 代码 · 共 336 行

JAVA
336
字号
package ACTION;

/** 
 * method GBS_ResultForm.java
 * created on 08-09-2004
 * @author   xusheng
 * @version  1.0
 */
import java.util.ArrayList;

import javax.servlet.http.HttpServletRequest;

import org.apache.struts.action.ActionMapping;

import COMMON.BaseActionForm;

public class GBS_ResultForm extends BaseActionForm {
	ArrayList wonReasonValueList = new ArrayList();
	ArrayList wonReasonLableList = new ArrayList();
	ArrayList lostReasonValueList = new ArrayList();
	ArrayList lostReasonLableList = new ArrayList();
 	private String targetUse = "";		//巊梡栚揑
  	private String mainKey = "";		//僉乕撪梕
 	private String string1 = "";		//撪梕暥帤侾
	private String customerName = "";	//屭媞柤
	private String result = "";		//寢壥
	private String wonReason = "";		//Won棟桼
	private String wonComment = "";	//won僐儊儞僩
	private String lostReason = "";	//Lost棟桼
	private String lostComment = "";	//Lost僐儊儞僩
	private String lostWhom = "";		//Lost扤偵
	private String customerId = "";	//屭媞ID
	private String rfpNo = "" ;			//RFP斣崋
	/** editflag property */
	private boolean editflag = false;
	/** 
	 * Method reset
	 * @param ActionMapping mapping
	 * @param HttpServletRequest request
	 */
	public void reset(ActionMapping mapping, HttpServletRequest request) {
		 wonReasonValueList = new ArrayList();
		 wonReasonLableList = new ArrayList();
		 lostReasonValueList = new ArrayList();
		 lostReasonLableList = new ArrayList();
		 targetUse = "";	//巊梡栚揑
		 mainKey = "";		//僉乕撪梕
		 string1 = "";		//撪梕暥帤侾
		 customerName = ""; //屭媞柤
		 result = "";		//寢壥
		 wonReason = "";	//Won棟桼
		 wonComment = "";	//Won僐儊儞僩
		 lostReason = "";	//Lost棟桼
		 lostComment = "";	//Lost僐儊儞僩
		 lostWhom = "";		//Lost扤偵
		 customerId = "";	//屭媞ID
		 rfpNo ="" ;		//RFP斣崋
		super.reset( mapping, request);
	}
	
	/**
	* Returns the wonReasonValueList.
	* @return wonReasonValueList
	*/
	public ArrayList getWonReasonValueList() {
		 return wonReasonValueList;
	}

   /**
	* Set the wonReasonValueList.
	* @param wonReasonValueList The wonReasonValueList to set
    */
	public void setWonReasonValueList(ArrayList wonReasonValueList) {
	  this.wonReasonValueList = wonReasonValueList;
	}
		
	/**
	* Returns the wonReasonLableList.
	* @return wonReasonLableList
	*/
	public ArrayList getWonReasonLableList() {
		return wonReasonLableList;
	}

	/**
	 * Set the wonReasonLableList.
	 * @param wonReasonLableList The wonReasonLableList to set
	 */
	public void setWonReasonLableList(ArrayList wonReasonLableList) {
	  this.wonReasonLableList = wonReasonLableList;
	}
	///
	/**
	* Returns the lostReasonValueList.
	* @return lostReasonValueList
	*/
	public ArrayList getLostReasonValueList() {
		return lostReasonValueList;
	}

   /**
	* Set the lostReasonValueList.
	* @param lostReasonValueList The lostReasonValueList to set
	*/
	public void setLostReasonValueList(ArrayList lostReasonValueList) {
	  this.lostReasonValueList = lostReasonValueList;
	}
		
	/**
	* Returns the lostReasonLableList.
	* @return lostReasonLableList
	*/
	public ArrayList getLostReasonLableList() {
		return lostReasonLableList;
	}

	/**
	 * Set the wonReasonLableList.
	 * @param wonReasonLableList The wonReasonLableList to set
	 */
	public void setLostReasonLableList(ArrayList lostReasonLableList) {
	  this.lostReasonLableList = lostReasonLableList;
	}
	
	/**
	 * Returns the targetUse.
	 * @return String
	 */
	public String getTargetUse() {
	  return targetUse;
	}

	/**
	 * Set the targetUse.
	 * @param targetUse The targetUse to set
	 */
	public void setTargetUse(String targetUse) {
	  this.targetUse = targetUse;
	}
	
	/**
	 * Returns the mainKey.
	 * @return String
	 */
	public String getMainKey() {
	  return mainKey;
	}

	/**
	 * Set the mainKey.
	 * @param mainKey The mainKey to set
	 */
	public void setMainKey(String mainKey) {
	  this.mainKey = mainKey;
	}
	
	/**
	 * Returns the string1.
	 * @return string1
	 */
	public String getString1() {
	  return string1;
	}

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

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

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

	/**
	 * Returns the wonReason.
	 * @return String
	 */
	public String getWonReason() {
	  return wonReason;
	}

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

	/**
	 * Returns the wonComment.
	 * @return String
	 */


	/**
	 * Returns the lostReason.
	 * @return String
	 */
	public String getLostReason() {
	  return lostReason;
	}

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

	/**
	 * Returns the wonComment.
	 * @return String
	 */
	public String getWonComment() {
	  return wonComment;
	}

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

	/**
	 * Returns the lostComment.
	 * @return String
	 */
	public String getLostComment() {
	  return lostComment;
	}

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

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

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

	/**
	 * 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;
	}
	/**
	 * @return
	 */
	public boolean isEditflag() {
		return editflag;
	}

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

}

⌨️ 快捷键说明

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