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

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專(zhuān)輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? gbs_priceeditcpcpriceform.java

?? 對(duì)日軟件外包 為東芝做的一個(gè)全球商業(yè)管理系統(tǒng)
?? JAVA
字號(hào):

package ACTION;

//import org.apache.struts.action.ActionForm;
import java.util.ArrayList;

import javax.servlet.http.HttpServletRequest;

import org.apache.struts.action.ActionMapping;

import COMMON.BaseActionForm;

/**
 * public class GBS_PriceEditCPCPriceForm extends BaseActionForm
 * created on 07-30-2004
 * @author   wxf
 * @version  1.0
 */
public class GBS_PriceEditCPCPriceForm extends BaseActionForm {

  // --------------------------------------------------------- Instance Variables
  
  /** memberName countryCodeValueList */
  private ArrayList countryValueList;
  
  /** memberName countryCodeLableList */
  private ArrayList countryLableList;
  
  /** memberName countryCode */
  private String countryCode;
  
  /** memberName rateUS */
  private String rateUS;
  
  /** memberName rateEURO */
  private String rateEURO;
  
  /** memberName round */
  private String round;
  
  /** memberName localCurrencyKeyList */
  private ArrayList localCurrencyKeyList;
  
  /** memberName localCurrencyList */
  private ArrayList localCurrencyNameList;
  
  /** memberName localCurrency */
  private String localCurrency;
  
  /** memberName dataList */
  private ArrayList dataList=null;
  
  /** memberName productID */
  private String[] productID;
  
  /** memberName productName */
  private String[] productName;
  
  /** memberName priceCategory */
  private String[] priceCategory;
  
  /** memberName localPrice */
  private String[] localPrice;
  
  /** memberName USPrice */
  private String[] USPrice;
  
  /** memberName EUROPrice */
  private String[] EUROPrice;
  
  /** memberName localCurrencyName */
  private String localCurrencyName;
  
  public void reset(ActionMapping mapping, HttpServletRequest request) {
	countryValueList = new ArrayList();
	countryLableList = new ArrayList();
	countryCode 	 = "";
	rateEURO 		 = "";
	rateUS 			 = "";
	round 			 ="";
	localCurrencyKeyList= new ArrayList();
	localCurrencyNameList= new ArrayList();
	localCurrency ="";
	localCurrencyName = "";
	
	dataList		= new ArrayList();
	productID  		= new String[]{""};
	productName     = new String[]{""};
	priceCategory  	= new String[]{""};
	localPrice  	= new String[]{""};
	USPrice  		= new String[]{""};
	EUROPrice  		= new String[]{""};
	super.reset(mapping,request);
  }
  
  
  /**
   * Returns the countryValueList.
   * @return List
   */
  public ArrayList getCountryValueList(){
	return this.countryValueList;
  }
  /**
   * Set the countryValueList.
   * @param countryValueList The countryValueList to set
   */
  public void setCountryValueList(ArrayList countryValueList ){
	this.countryValueList = countryValueList;
  }
  
  /**
   * Returns the countryLableList.
   * @return List
   */
  public ArrayList getCountryLableList(){
	return this.countryLableList;
  }
  /**
   * Set the countryLableList.
   * @param countryLableList The countryLableList to set
   */
  public void setCountryLableList(ArrayList countryLableList ){
	this.countryLableList = countryLableList;
  }

  /**
   * Returns the countryCode.
   * @return String
   */
  public String getCountryCode(){
	return this.countryCode;
  }
  /**
   * Set the countryCode.
   * @param countryCode The countryCode to set
   */
  public void setCountryCode(String countryCode ){
	this.countryCode = countryCode;
  }
  /**
	 * Returns the rateUS.
	 * @return String
	 */
  
	public String getRateUS(){
	  return this.rateUS;
	}
	/**
	 * Set the rateUS.
	 * @param rateUS The rateUS to set
	 */
	public void setRateUS(String rateUS ){
	  this.rateUS = rateUS;
	}
	/**
	 * Returns the rateEURO.
	 * @return String
	 */
	public String getRateEURO(){
	  return this.rateEURO;
	}
	/**
	 * Set the rateEURO.
	 * @param rateEURO The rateEURO to set
	 */
	public void setRateEURO(String rateEURO ){
	  this.rateEURO = rateEURO;
	}
	/**
	 * Returns the round.
	 * @return String
	 */
	public String getRound(){
	  return this.round;
	}
	/**
	 * Set the round.
	 * @param round The round to set
	 */
	public void setRound(String round ){
	  this.round = round;
	}
	/**
	 * Returns the localCurrencyKeyList.
	 * @return List
	 */
	public ArrayList getLocalCurrencyKeyList(){
	  return this.localCurrencyKeyList;
	}
	/**
	 * Set the localCurrencyKeyList.
	 * @param localCurrencyKeyList The localCurrencyKeyList to set
	 */
	public void setLocalCurrencyKeyList( ArrayList  localCurrencyKeyList ){
	  this.localCurrencyKeyList = localCurrencyKeyList;
	}
	/**
	 * Returns the localCurrencyNameList.
	 * @return List
	 */
	public ArrayList getLocalCurrencyNameList(){
	  return this.localCurrencyNameList;
	}
	/**
	 * Set the localCurrencyNameList.
	 * @param localCurrencyNameList The localCurrencyNameList to set
	 */
	public void setLocalCurrencyNameList( ArrayList  localCurrencyNameList ){
	  this.localCurrencyNameList = localCurrencyNameList;
	}
  
	/**
	 * Returns the localCurrency.
	 * @return String
	 */
	public String getLocalCurrency(){
	  return this.localCurrency;
	}
	/**
	 * Set the localCurrency.
	 * @param localCurrency The localCurrency to set
	 */
	public void setLocalCurrency(String localCurrency ){
	  this.localCurrency = localCurrency;
	}
  
	/**
	 * Returns the dataList.
	 * @return List
	 */
	public ArrayList getDataList(){
	  return this.dataList;
	}
	/**
	 * Set the dataList.
	 * @param dataList The dataList to set
	 */
	public void setDataList(ArrayList dataList ){
	  this.dataList = dataList;
	}
	/**
	 * Returns the productID.
	 * @return String[]
	 */
	public String[] getProductID(){
	  return this.productID;
	}
	/**
	 * Set the productID.
	 * @param productID The productID to set
	 */
	public void setProductID(String[] productID ){
	  this.productID = productID;
	}
	
	/**
	 * Returns the productName.
	 * @return String[]
	 */
	public String[] getProductName(){
	  return this.productName;
	}
	/**
	 * Set the productName.
	 * @param productName The productName to set
	 */
	public void setProductName(String[] productName ){
	  this.productName = productName;
	}
	
	/**
	 * Returns the priceCategory.
	 * @return String[]
	 */
	public String[] getPriceCategory(){
	  return this.priceCategory;
	}
	/**
	 * Set the priceCategory.
	 * @param priceCategory The priceCategory to set
	 */
	public void setPriceCategory(String[] priceCategory ){
	  this.priceCategory = priceCategory;
	}
	/**
	 * Returns the localPrice.
	 * @return String[]
	 */
	public String[] getLocalPrice(){
	  return this.localPrice;
	}
	/**
	 * Set the localPrice.
	 * @param localPrice The localPrice to set
	 */
	public void setLocalPrice(String[] localPrice ){
	  this.localPrice = localPrice;
	}
	/**
	 * Returns the USPrice.
	 * @return String[]
	 */
	public String[] getUSPrice(){
	  return this.USPrice;
	}
	/**
	 * Set the USPrice.
	 * @param USPrice The USPrice to set
	 */
	public void setUSPrice(String[] USPrice ){
	  this.USPrice = USPrice;
	}
  
	/**
	 * Returns the EUROPrice.
	 * @return String[]
	 */
	public String[] getEUROPrice(){
	  return this.EUROPrice;
	}
	/**
	 * Set the EUROPrice.
	 * @param EUROPrice The EUROPrice to set
	 */
	public void setEUROPrice(String[] EUROPrice ){
	  this.EUROPrice = EUROPrice;
	}
	/**
	 * @return
	 */
	public String getLocalCurrencyName() {
		return localCurrencyName;
	}
	
	/**
	 * @param string
	 */
	public void setLocalCurrencyName(String string) {
		localCurrencyName = string;
	}

}

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲国产欧美在线| 秋霞成人午夜伦在线观看| 精品视频在线免费看| 精品亚洲成a人在线观看| 一区二区三区在线播| 久久先锋影音av| 欧美日韩免费电影| 成人av网在线| 国产在线一区观看| 视频在线观看91| 亚洲综合成人在线视频| 久久精品在线观看| 日韩精品最新网址| 91麻豆精品国产91久久久久久久久| 成人精品视频一区二区三区尤物| 蜜臀av一区二区在线免费观看| 亚洲欧美日韩国产综合| 亚洲国产高清不卡| 亚洲欧美日韩国产综合| 精品国偷自产国产一区| 91福利在线看| 91视视频在线直接观看在线看网页在线看 | 日韩国产成人精品| 一区二区三区欧美| 亚洲欧美电影院| 欧美高清在线一区二区| 久久久久亚洲蜜桃| 久久综合久久综合久久综合| 欧美一区二区福利在线| 欧美电影在线免费观看| 欧美高清激情brazzers| 精品视频123区在线观看| 日本精品一区二区三区高清| av激情成人网| 一本大道久久精品懂色aⅴ| caoporm超碰国产精品| 丁香婷婷深情五月亚洲| 国产成人自拍在线| 成人一区在线看| 91小视频在线观看| 色激情天天射综合网| 欧美视频三区在线播放| 欧美在线小视频| 6080yy午夜一二三区久久| 欧美日韩在线观看一区二区 | 日韩欧美一级特黄在线播放| 欧美精品一级二级| 欧美一卡二卡在线观看| 日韩视频在线观看一区二区| 日韩欧美电影一区| 欧美精品一区二区三区一线天视频 | 欧美在线观看视频一区二区 | 91视频免费观看| 色呦呦日韩精品| 欧美日韩在线一区二区| 4438x亚洲最大成人网| 欧美成人a视频| 久久久久久久综合色一本| 欧美国产日韩在线观看| 亚洲三级在线免费观看| 亚洲国产美女搞黄色| 美女一区二区三区| 成人福利电影精品一区二区在线观看| 成人av电影免费在线播放| 日本道色综合久久| 欧美一区二区三区视频| 久久婷婷综合激情| 亚洲男人电影天堂| 日韩高清不卡一区二区| 粉嫩欧美一区二区三区高清影视| 91麻豆国产香蕉久久精品| 在线精品亚洲一区二区不卡| 中文字幕国产一区| 五月天激情小说综合| 国精产品一区一区三区mba视频| 成人综合在线观看| 51午夜精品国产| 国产区在线观看成人精品| 亚洲最大成人网4388xx| 久草精品在线观看| 欧美最猛性xxxxx直播| 精品国产123| 一个色妞综合视频在线观看| 久久精品国产久精国产| 色综合中文综合网| 懂色av一区二区三区蜜臀| 91黄色激情网站| 亚洲精品一区二区三区影院| 伊人开心综合网| 狠狠色2019综合网| 精品视频一区二区三区免费| 久久精品人人做| 亚洲成人在线观看视频| 丁香天五香天堂综合| 欧美日韩国产乱码电影| 国产精品久久久久久久久果冻传媒 | 婷婷综合在线观看| 国产成人精品影视| 日韩视频在线永久播放| 亚洲综合丝袜美腿| 99精品视频一区二区| 精品国产欧美一区二区| 亚洲成av人片| 91福利精品视频| 国产精品萝li| 国产精品888| 精品久久一区二区| 亚洲成人三级小说| av一区二区三区在线| 精品va天堂亚洲国产| 免费在线一区观看| 欧美久久一区二区| 亚洲精品国产无套在线观| 高清国产一区二区| 精品福利一区二区三区免费视频| 手机精品视频在线观看| 欧美色精品在线视频| 亚洲视频一区在线| av亚洲精华国产精华精| 国产丝袜在线精品| 国产一区二区影院| 精品国精品国产| 日本成人在线视频网站| 欧美日本韩国一区| 天堂av在线一区| 欧美日韩日日夜夜| av一区二区三区| 国产日韩欧美a| 国产一区二区免费看| 久久亚洲影视婷婷| 国产一区二区不卡在线| www久久精品| 国产成人av一区二区三区在线观看| 精品999在线播放| 国产精品亚洲第一区在线暖暖韩国| 日韩精品在线看片z| 久久疯狂做爰流白浆xx| 精品国产污污免费网站入口| 日本成人在线电影网| 日韩欧美www| 国产河南妇女毛片精品久久久| 久久久不卡影院| eeuss鲁片一区二区三区在线看| 国产精品久久久久久久久动漫 | 蜜臀av国产精品久久久久| 日韩视频免费观看高清在线视频| 奇米777欧美一区二区| 久久综合九色综合97婷婷女人| 精久久久久久久久久久| 久久久久国产一区二区三区四区 | 国产精品丝袜久久久久久app| 国产成人丝袜美腿| 国产精品夫妻自拍| 欧美性感一区二区三区| 日韩电影在线一区| 久久精品男人天堂av| 成人精品国产一区二区4080| 1区2区3区欧美| 欧美日韩电影一区| 韩国三级电影一区二区| 九九**精品视频免费播放| 26uuu成人网一区二区三区| 岛国一区二区三区| 亚洲午夜精品17c| 日韩一卡二卡三卡| 国产在线播精品第三| 亚洲色图在线看| 欧美一区二区三区性视频| 国产精品一区在线| 亚洲一区中文日韩| 日韩欧美www| 色综合网色综合| 另类欧美日韩国产在线| 国产精品福利电影一区二区三区四区 | 日韩不卡一二三区| 国产欧美中文在线| 欧美日韩免费观看一区三区| 黑人巨大精品欧美一区| 国产精品久久久久久久久快鸭| 在线成人免费视频| 成人免费视频播放| 蜜臀精品久久久久久蜜臀| 国产精品电影院| 欧美电影免费观看高清完整版在| 99久久久国产精品| 麻豆精品视频在线| 亚洲影视在线观看| 久久新电视剧免费观看| 欧洲亚洲国产日韩| 国产不卡视频一区二区三区| 亚洲韩国一区二区三区| 国产精品色婷婷| 日韩欧美国产系列| 欧美在线观看一区| 国产成人精品www牛牛影视| 日韩经典一区二区| 亚洲激情自拍视频| 欧美激情在线看| 欧美不卡视频一区| 欧美精品在线观看一区二区|