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

📄 gbs_ndaform.java

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

/** 
 * method GBS_ResultForm.java
 * created on 08-09-2004
 * @author   xusheng
 * @version  1.0
 */
import javax.servlet.http.HttpServletRequest;

import org.apache.struts.action.ActionMapping;

import COMMON.BaseActionForm;

public class GBS_NdaForm extends BaseActionForm {
	private int rfpNo ;				//RFP斣崋
	private String customerId = "";	//屭媞ID
	private String customerName = "";	//屭媞柤
	private String subsidiaryName = "";//尰朄柤
	private String ndaDate = "";		//婡枾曐帩宊栺擔
	private String infoCountry = "";	//崙
	private String infoHardCategory = "";//僴乕僪僂僃傾暘椶丆
	private String quantity = "";		//悢検
	private String infoDelivery = "";	//INFO_DELIVERY
	private String remarks = "";		//儕儅乕僋僗
	private String comment = "";		//僐儊儞僩
	private String updateUser = "";	//峏怴儐乕僓乕
	private String repUpdateDate = ""; //峏怴擔帪
	private String ndaStatus = "";		//僗僥乕僞僗(NDA)
	private String ndaSubsidiaryCode = "";//尰朄恖(NDA)
	private String ndaUserId = "";		//擖椡幰(NDA)
	private String ndaUpdateDate = "";	//峏怴擔帪(NDA)
	private String originatingSubsidiary = "";
	/** editflag property */
	private boolean editflag = false;
	/** 
	 * Method reset
	 * @param ActionMapping mapping
	 * @param HttpServletRequest request
	 */
	public void reset(ActionMapping mapping, HttpServletRequest request) {
		ndaDate = "";
		infoCountry = "";
		infoHardCategory = "";
		quantity = "";
		infoDelivery = "";
		remarks = "";
		comment = "";
		repUpdateDate = "";
		updateUser = "";
		ndaStatus = "";
		ndaSubsidiaryCode = "";
		ndaUserId = "";
		ndaUpdateDate = "";
		customerId = "";
		rfpNo = 0 ;
	    subsidiaryName = "";
		super.reset( mapping, request);
	}

	/**
	* Returns the subsidiaryName.
	* @return subsidiaryName
	*/
	public String getSubsidiaryName() {
		 return subsidiaryName;
	}

   /**
	* Set the subsidiaryName.
	* @param subsidiaryName The subsidiaryName to set
	*/
	public void setSubsidiaryName(String subsidiaryName) {
	  this.subsidiaryName = subsidiaryName;
	}
	
	/**
	* Returns the customerName.
	* @return customerName
	*/
	public String getCustomerName() {
		 return customerName;
	}

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

   /**
	* Set the ndaDate.
	* @param ndaDate The ndaDate to set
	*/
	public void setNdaDate(String ndaDate) {
	  this.ndaDate = ndaDate;
	}
		
	/**
	* Returns the infoCountry.
	* @return infoCountry
	*/
	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 infoHardCategory
	*/
	public String getInfoHardCategory() {
		 return infoHardCategory;
	}

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

	/**
	 * Set the quantity.
	 * @param quantity The quantity to set
	 */
	public void setQuantity(String quantity) {
	  this.quantity = quantity;
	}
	
	/**
	 * 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 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 comment
	 */
	public String getComment() {
	  return comment;
	}

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

	/**
	 * Returns the repUpdateDate.
	 * @return String
	 */
	public String getRepUpdateDate() {
	  return repUpdateDate;
	}

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

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

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

	/**
	 * Returns the ndaSubsidiaryCode.
	 * @return String
	 */
	public String getNdaSubsidiaryCode() {
	  return ndaSubsidiaryCode;
	}

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

	/**
	 * Returns the ndaUserId.
	 * @return String
	 */
	public String getNdaUserId() {
	  return ndaUserId;
	}

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

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

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

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

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


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

	/**
	 * @param string
	 */
	public void setOriginatingSubsidiary(String string) {
		originatingSubsidiary = string;
	}

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

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

}

⌨️ 快捷键说明

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