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

📄 gbs_result_stbean.java

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

/** 
 * method GBS_Result_stBean.java
 * created on 08-09-2004
 * @author   xusheng
 * @version  1.0
 */

public class GBS_Result_stBean{
	private String customerId = "";	//屭媞ID
	private String customerName = "";	//屭媞柤
	private String rfpNo = "" ;			//RFP斣崋	
	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 createUser = "";	//Login儐乕僓乕
	private String createDate = "";	//嶌惉擔帪
	private String updateUser = "";	//Login儐乕僓乕
	private String updateDate = "";	//峏怴擔帪

	/**
	 * 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 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 INT
	 */
	public String getRfpNo() {
	  return rfpNo;
	}

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

	/**
	 * 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 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 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 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 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 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 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 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 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;
	}

}

⌨️ 快捷键说明

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