亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? gbs_mifentryform.java

?? 對日軟件外包 為東芝做的一個全球商業管理系統
?? JAVA
字號:
// Created by Xslt generator for Eclipse.
// XSL :  not found (java.io.FileNotFoundException:  (Bad file descriptor))
// Default XSL used : easyuts.jar$org.easyuts.xslgen.JavaClass.xsl

package ACTION;

import java.util.ArrayList;

import javax.servlet.http.HttpServletRequest;

import org.apache.struts.action.ActionMapping;

import COMMON.BaseActionForm;
/** 
 * GBS_MifEntryForm.java created by EasyStruts - XsltGen.
 * http://easyuts.sf.net
 * created on 08-10-2004
 * 
 * XDoclet definition:
 * @uts:form name="GBS_MifEntryForm"
 */

public class GBS_MifEntryForm extends BaseActionForm {

   	
   	// --------------------------------------------------------- Instance Variables
	/** CustomerName property */
	private String customerName = "";
	/** CustomerId property */
	private String customerId = "";
	/** CustomerId property */
	private String deleteFile = "";
	/** attachmentFile property */
	//private FormFile attachmentFile = null;
	/** AttachmentName property */
	private String attachmentName = "";
	/** Remarks property */
	private String remarks = "";
	/** SubsidiaryCode property */
	private String subsidiaryCode = "";
	/** ProductCategory property */
	private String productCategory = "";
	/** CountryCode property */
	private String countryCode = "";
	/** errorFlg property */
	private String errorFlag = "";
	/** lstProductCategoryCodeValue property */
	private ArrayList productCategoryCodeValue = new ArrayList();
	/** lstProductCategoryLabelValue property */
	private ArrayList productCategoryLabelValue = new ArrayList();
	/** lstSubsidiaryCodeValue property */
	private ArrayList subsidiaryCodeValue = new ArrayList();
	/** lstSubsidiaryLabelValue property */
	private ArrayList subsidiaryLabelValue = new ArrayList();
	/** lstCountryCodeValue property */
	private ArrayList countryCodeValue = new ArrayList();
	/** lstCountryLabelValue property */
	private ArrayList countryLabelValue = new ArrayList();
	/** lstCurrencyCodeValue property */
	private ArrayList currencyCodeValue = new ArrayList();
	/** lstCurrencyLabelValue property */
	private ArrayList currencyLabelValue = new ArrayList();
	/** lstMifDetail property */
	private ArrayList mifDetail = new ArrayList();
	/** modelOld[] property */
	private String[] modelOld = null;
	/** model[] property */
	private String[] model = null;
	/** qty[] property */
	private String[] qty = null;
	/** currencyOld[] property */
	private String[] currency = null;
	/** hardPrice[] property */
	private String[] hardPrice = null;
	/** cpcPrice[] property */
	private String[] cpcPrice = null;
	/** mcv[] property */
	private String[] mcv = null;
	/** installDate[] property */
	private String[] installDate = null;
	/** rfpDate[] property */
	private String[] rfpDate = null;
	/** userName[] property */
	private String[] userName = null;	
	/** userId[] property */
	private String[] userId = null;
	/** person[] property */
	private String[] person = null;
	
	private String seqNo = "";
	private String fileStatus="";
	
	private ArrayList countrySubsList=new ArrayList();
	
	// --------------------------------------------------------- Methods

	/** 
	 * Returns the deleteFile.
	 * @return String
	 */
	public String getDeleteFile() {
		return deleteFile;
	}

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

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

	/** 
	 * Set the attachmentName.
	 * @param attachmentName The attachmentName to set
	 */
	public void setAttachmentName(String attachmentName) {
		this.attachmentName = attachmentName;
	}	
	
	/** 
	 * 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 subsidiaryCode.
	 * @return String
	 */
	public String getSubsidiaryCode() {
		return subsidiaryCode;
	}

	/** 
	 * Set the subsidiaryCode.
	 * @param subsidiaryCode The subsidiaryCode to set
	 */
	public void setSubsidiaryCode(String subsidiaryCode) {
		this.subsidiaryCode = subsidiaryCode;
	}
	
	/** 
	 * Returns the productCategory.
	 * @return String
	 */
	public String getProductCategory() {
		return productCategory;
	}

	/** 
	 * Set the productCategory.
	 * @param productCategory The productCategory to set
	 */
	public void setProductCategory(String productCategory) {
		this.productCategory = productCategory;
	}
	
	/** 
	 * Returns the countryCode.
	 * @return String
	 */
	public String getCountryCode() {
		return countryCode;
	}

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

	/** 
	 * Returns the errorFlag.
	 * @return String
	 */
	public String getErrorFlag() {
		return errorFlag;
	}

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

	/** 
	 * Returns the productCategoryCodeValue.
	 * @return ArrayList
	 */	
	public ArrayList getProductCategoryCodeValue() {
		return productCategoryCodeValue;
	}
	
	/** 
	 * Set the productCategoryCodeValue.
	 * @param productCategoryCodeValue The productCategoryCodeValue to set
	 */	
	public void setProductCategoryCodeValue( ArrayList productCateCodeValue ) {
		this.productCategoryCodeValue = productCateCodeValue;
	}
	
	/** 
	 * Returns the productCategoryLabelValue.
	 * @return ArrayList
	 */
	public ArrayList getProductCategoryLabelValue() {
		return productCategoryLabelValue;
	}
	
	/** 
	 * Set the productCategoryLabelValue.
	 * @param productCategoryLabelValue The productCategoryLabelValue to set
	 */	
	public void setProductCategoryLabelValue( ArrayList productCategoryLabelValue ) {
		this.productCategoryLabelValue = productCategoryLabelValue;
	}
	
	/** 
	 * Returns the subsidiaryCodeValue.
	 * @return ArrayList
	 */	
	public ArrayList getSubsidiaryCodeValue() {
		return subsidiaryCodeValue;
	}
	
	/** 
	 * Set the subsidiaryCodeValue.
	 * @param subsidiaryCodeValue The subsidiaryCodeValue to set
	 */
	public void setSubsidiaryCodeValue( ArrayList subsidiaryCodeValue ) {
		this.subsidiaryCodeValue = subsidiaryCodeValue;
	}
	
	/** 
	 * Returns the subsidiaryLabelValue.
	 * @return ArrayList
	 */	
	public ArrayList getSubsidiaryLabelValue() {
		return subsidiaryLabelValue;
	}
	
	/** 
	 * Set the lstSubsidiaryLabelValue.
	 * @param lstSubsidiaryLabelValue The lstSubsidiaryLabelValue to set
	 */
	public void setSubsidiaryLabelValue( ArrayList subsidiaryLabelValue ) {
		this.subsidiaryLabelValue = subsidiaryLabelValue;
	}
	
	/** 
	 * Returns the countryCodeValue.
	 * @return ArrayList
	 */	
	public ArrayList getCountryCodeValue() {
		return countryCodeValue;
	}
	
	/** 
	 * Set the countryCodeValue.
	 * @param countryCodeValue The countryCodeValue to set
	 */
	public void setCountryCodeValue( ArrayList countryCodeValue ) {
		this.countryCodeValue = countryCodeValue;
	}
	
	/** 
	 * Returns the countryLabelValue.
	 * @return ArrayList
	 */	
	public ArrayList getCountryLabelValue() {
		return countryLabelValue;
	}
	
	/** 
	 * Set the countryLabelValue.
	 * @param countryLabelValue The countryLabelValue to set
	 */
	public void setCountryLabelValue( ArrayList countryLabelValue ) {
		this.countryLabelValue = countryLabelValue;
	}
	
	/** 
	 * Returns the currencyCodeValue.
	 * @return ArrayList
	 */	
	public ArrayList getCurrencyCodeValue() {
		return currencyCodeValue;
	}
	
	/** 
	 * Set the currencyCodeValue.
	 * @param currencyCodeValue The currencyCodeValue to set
	 */
	public void setCurrencyCodeValue( ArrayList currencyCodeValue ) {
		this.currencyCodeValue = currencyCodeValue;
	}		
	
	/** 
	 * Returns the currencyLabelValue.
	 * @return ArrayList
	 */	
	public ArrayList getCurrencyLabelValue() {
		return currencyLabelValue;
	}
	
	/** 
	 * Set the currencyLabelValue.
	 * @param currencyLabelValue The currencyLabelValue to set
	 */
	public void setCurrencyLabelValue( ArrayList currencyLabelValue ) {
		this.currencyLabelValue = currencyLabelValue;
	}	
	
	/** 
	 * Returns the mifDetail.
	 * @return ArrayList
	 */	
	public ArrayList getMifDetail() {
		return mifDetail;
	}
	
	/** 
	 * Set the mifDetail.
	 * @param mifDetail The mifDetail to set
	 */
	public void setMifDetail( ArrayList mifDetail ) {
		this.mifDetail = mifDetail;
	}
	
	/** 
	 * Returns the model.
	 * @return String[]
	 */	
	public String[] getModel() {
		return model;
	}
	
	/** 
	 * Set the model.
	 * @param model The model to set
	 */
	public void setModel( String[] model ) {
		this.model = model;
	}

	/** 
	 * Returns the modelOld.
	 * @return String[]
	 */	
	public String[] getModelOld() {
		return modelOld;
	}
	
	/** 
	 * Set the modelOld.
	 * @param model The modelOld to set
	 */
	public void setModelOld( String[] modelOld ) {
		this.modelOld = modelOld;
	}
	
	/** 
	 * Returns the qty.
	 * @return String[]
	 */	
	public String[] getQty() {
		return qty;
	}
	
	/** 
	 * Set the qty.
	 * @param qty The qty to set
	 */
	public void setQty( String[] qty ) {
		this.qty = qty;
	}
	
	/** 
	 * Returns the currency.
	 * @return String[]
	 */	
	public String[] getCurrency() {
		return currency;
	}
	
	/** 
	 * Set the currency.
	 * @param currency The currency to set
	 */
	public void setCurrency( String[] currency ) {
		this.currency = currency;
	}
	
	/** 
	 * Returns the hardPrice.
	 * @return String[]
	 */	
	public String[] getHardPrice() {
		return hardPrice;
	}
	
	/** 
	 * Set the hardPrice.
	 * @param hardPrice The hardPrice to set
	 */
	public void setHardPrice( String[] hardPrice ) {
		this.hardPrice = hardPrice;
	}
	
	/** 
	 * Returns the cpcPrice.
	 * @return String[]
	 */	
	public String[] getCpcPrice() {
		return cpcPrice;
	}
	
	/** 
	 * Set the cpcPrice.
	 * @param cpcPrice The cpcPrice to set
	 */
	public void setCpcPrice( String[] cpcPrice ) {
		this.cpcPrice = cpcPrice;
	}
	
	/** 
	 * Returns the mcv.
	 * @return String[]
	 */	
	public String[] getMcv() {
		return mcv;
	}
	
	/** 
	 * Set the mcv.
	 * @param mcv The mcv to set
	 */
	public void setMcv( String[] mcv ) {
		this.mcv = mcv;
	}

	/** 
	 * Returns the installDate.
	 * @return String[]
	 */	
	public String[] getInstallDate() {
		return installDate;
	}
	
	/** 
	 * Set the installDate.
	 * @param installDate The installDate to set
	 */
	public void setInstallDate( String[] installDate ) {
		this.installDate = installDate;
	}
	
	/** 
	 * Returns the rfpDate.
	 * @return String[]
	 */	
	public String[] getRfpDate() {
		return rfpDate;
	}
	
	/** 
	 * Set the rfpDate.
	 * @param rfpDate The rfpDate to set
	 */
	public void setRfpDate( String[] rfpDate ) {
		this.rfpDate = rfpDate;
	}

	/** 
	 * Returns the userName.
	 * @return String[]
	 */	
	public String[] getUserName() {
		return userName;
	}
	
	/** 
	 * Set the userName.
	 * @param userName The userName to set
	 */
	public void setUserName( String[] userName ) {
		this.userName = userName;
	}
	
	/** 
	 * Returns the userId.
	 * @return String[]
	 */	
	public String[] getUserId() {
		return userId;
	}
	
	/** 
	 * Set the userId.
	 * @param userId The userId to set
	 */
	public void setUserId( String[] userId ) {
		this.userId = userId;
	}
	
	/** 
	 * Returns the person.
	 * @return String[]
	 */	
	public String[] getPerson() {
		return person;
	}
	
	/** 
	 * Set the person.
	 * @param person The person to set
	 */
	public void setPerson( String[] person ) {
		this.person = person;
	}
	
	/**
	  * Method reset
	  * @param mapping
	  * @param request
	  */
	public void reset(ActionMapping mapping, HttpServletRequest request) {
		customerName = "";
		customerId = "";
		deleteFile = "";
		attachmentName = "";
		remarks = "";
		subsidiaryCode = "";
		productCategory = "";
		countryCode = "";
		errorFlag = "";
		productCategoryCodeValue = new ArrayList();
		productCategoryLabelValue = new ArrayList();
		subsidiaryCodeValue = new ArrayList();
		subsidiaryLabelValue = new ArrayList();
		countryCodeValue = new ArrayList();
		countryLabelValue = new ArrayList();
		currencyCodeValue = new ArrayList();
		currencyLabelValue = new ArrayList();
		mifDetail = new ArrayList();
		modelOld = null;
		model = null;
		qty = null;
		currency = null;
		hardPrice = null;
		cpcPrice = null;
		mcv = null;
		installDate = null;
		rfpDate = null;
		userName = null;
		userId = null;
		person = null;
		seqNo = "";
		fileStatus = "";
		countrySubsList=new ArrayList();
		super.reset(mapping, request);
	}
	/**
	 * @return
	 */
	public String getFileStatus() {
		return fileStatus;
	}

	/**
	 * @return
	 */
	public String getSeqNo() {
		return seqNo;
	}

	/**
	 * @param string
	 */
	public void setFileStatus(String string) {
		fileStatus = string;
	}

	/**
	 * @param string
	 */
	public void setSeqNo(String string) {
		seqNo = string;
	}

	/**
	 * @return
	 */
	public ArrayList getCountrySubsList() {
		return countrySubsList;
	}

	/**
	 * @param list
	 */
	public void setCountrySubsList(ArrayList list) {
		countrySubsList = list;
	}

}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩 欧美一区二区三区| 色婷婷狠狠综合| 91最新地址在线播放| 欧美精品xxxxbbbb| 亚洲人吸女人奶水| 国产麻豆欧美日韩一区| 91精品国产综合久久婷婷香蕉| 亚洲婷婷在线视频| 国产成人欧美日韩在线电影| 欧美不卡在线视频| 亚洲成a人片在线不卡一二三区| av午夜一区麻豆| 国产拍揄自揄精品视频麻豆| 日本女人一区二区三区| 欧美色网站导航| 日韩理论片一区二区| 东方aⅴ免费观看久久av| 精品剧情v国产在线观看在线| 日本美女视频一区二区| 欧美日韩国产一二三| 在线播放一区二区三区| 国产免费久久精品| 开心九九激情九九欧美日韩精美视频电影 | 综合在线观看色| 国产精品亚洲午夜一区二区三区| 日韩精品中文字幕在线一区| 午夜视频在线观看一区二区三区| 91在线看国产| 一区二区视频在线| 色美美综合视频| 亚洲免费资源在线播放| 在线亚洲免费视频| 亚洲一区电影777| 欧美三区免费完整视频在线观看| 一区二区三区在线高清| 欧美丝袜丝交足nylons| 丝袜美腿亚洲一区二区图片| 欧美日韩久久不卡| 五月天亚洲婷婷| 日韩一区二区在线免费观看| 美日韩一级片在线观看| 亚洲精品一区二区三区香蕉 | 3751色影院一区二区三区| 午夜久久久影院| 欧美一区二区三区在线观看| 日本亚洲欧美天堂免费| 久久影视一区二区| 成人av在线网站| 亚洲综合一区二区精品导航| 在线播放91灌醉迷j高跟美女 | 日韩你懂的在线观看| 国产精一品亚洲二区在线视频| 2欧美一区二区三区在线观看视频 337p粉嫩大胆噜噜噜噜噜91av | 91成人免费在线| 午夜伦欧美伦电影理论片| 日韩免费成人网| 处破女av一区二区| 亚洲综合色噜噜狠狠| 日韩免费福利电影在线观看| 国产成人午夜片在线观看高清观看| 中文字幕高清不卡| 在线播放国产精品二区一二区四区| 美美哒免费高清在线观看视频一区二区 | 亚洲美女视频一区| 91精品国产色综合久久不卡电影 | 在线看日本不卡| 久久se精品一区精品二区| 亚洲国产高清不卡| 欧美高清你懂得| 成人激情黄色小说| 免费观看成人av| 国产精品视频麻豆| 欧美一区二区视频在线观看| 99re亚洲国产精品| 黄色资源网久久资源365| 亚洲人成网站色在线观看| 欧美tickle裸体挠脚心vk| 99re6这里只有精品视频在线观看| 午夜久久久久久久久| 日韩电影在线一区| 亚洲视频一区二区在线| 欧美变态口味重另类| 日本黄色一区二区| 高清成人免费视频| 麻豆精品一区二区av白丝在线| 一区二区欧美在线观看| 国产日韩欧美高清| 91精品国产综合久久国产大片| 91在线视频在线| 国产99久久久国产精品潘金| 久久精品99国产精品日本| 夜夜嗨av一区二区三区| 国产精品美女久久久久久 | 国产精品久久久久久久蜜臀| 日韩午夜在线播放| 欧美福利视频导航| 欧美最新大片在线看| 99精品一区二区| 粉嫩绯色av一区二区在线观看| 美国十次综合导航| 免费成人在线影院| 爽好多水快深点欧美视频| 亚洲精品美腿丝袜| 亚洲日穴在线视频| 中文字幕视频一区| 亚洲人成7777| 亚洲天天做日日做天天谢日日欢| 国产精品久久久久久久久晋中 | 日韩精品一级中文字幕精品视频免费观看 | 日韩三级免费观看| 欧美一级专区免费大片| 欧美亚洲国产一区在线观看网站| 色综合天天性综合| 一本到不卡精品视频在线观看| 91尤物视频在线观看| 99久久婷婷国产| 在线一区二区三区四区| 91麻豆国产自产在线观看| 91社区在线播放| 在线影视一区二区三区| 欧美日韩精品系列| 日韩午夜激情免费电影| 欧美大片一区二区| 久久久91精品国产一区二区三区| 国产日韩成人精品| 亚洲摸摸操操av| 午夜精品一区在线观看| 久久精品99国产精品| 粉嫩嫩av羞羞动漫久久久| 95精品视频在线| 3d动漫精品啪啪1区2区免费| 日韩免费成人网| 国产精品美女久久久久久久 | 91精品国产综合久久精品app| 3d成人动漫网站| 久久久天堂av| 成人欧美一区二区三区小说| 一区二区三区四区国产精品| 天天色综合天天| 国产成人超碰人人澡人人澡| 91丝袜美腿高跟国产极品老师 | 欧美男男青年gay1069videost| 91精品国产欧美一区二区成人| 日韩精品中文字幕在线不卡尤物| 国产午夜久久久久| 亚洲福利视频三区| 国产美女娇喘av呻吟久久| 99久久婷婷国产综合精品电影| 欧美性大战久久| 久久精品人人爽人人爽| 亚洲激情在线激情| 国产综合色精品一区二区三区| 色综合久久综合中文综合网| 日韩欧美中文一区二区| 亚洲欧美日韩精品久久久久| 免费欧美在线视频| 日本精品裸体写真集在线观看| 日韩你懂的在线播放| 亚洲精品亚洲人成人网在线播放| 激情五月激情综合网| 欧洲亚洲国产日韩| 国产欧美一区二区三区沐欲| 亚洲成人一区在线| 波波电影院一区二区三区| 日韩三级在线免费观看| 亚洲欧美国产三级| 国产成人精品三级麻豆| 在线播放91灌醉迷j高跟美女| 国产精品乱人伦| 久久国产精品一区二区| 在线中文字幕不卡| 成人欧美一区二区三区| 国内精品久久久久影院一蜜桃| 欧美日韩精品免费观看视频| 国产精品国产馆在线真实露脸 | 视频一区在线播放| 97国产精品videossex| 久久只精品国产| 奇米亚洲午夜久久精品| 欧美性受极品xxxx喷水| 亚洲人成在线观看一区二区| 国产精品88888| 精品盗摄一区二区三区| 蜜桃av一区二区| 日韩一二三四区| 免费久久精品视频| 91精品福利在线一区二区三区| 一区二区日韩电影| 欧美主播一区二区三区| 一区二区在线观看av| 91麻豆成人久久精品二区三区| 中文字幕精品在线不卡| 成人精品鲁一区一区二区| 国产亚洲午夜高清国产拍精品| 久久激情综合网| 亚洲精品一区二区三区99| 国产综合久久久久影院| 久久久久久亚洲综合| 成人午夜视频在线观看| 国产精品亲子乱子伦xxxx裸|