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

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

?? gbs_priceedithardwarepriceform.java

?? 對日軟件外包 為東芝做的一個全球商業管理系統
?? JAVA
字號:

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_PriceEditHardwarePriceForm extends BaseActionForm
 * created on 07-30-2004
 * @author   wxf
 * @version  1.0
 */
public class GBS_PriceEditHardwarePriceForm extends BaseActionForm {

  // --------------------------------------------------------- Instance Variables
  
  
  /** memberName countryValueList */
  private ArrayList countryValueList;
  
  /** memberName countryLableList */
  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 ;
  
  /** memberName productID */
  private String[] productID;
  
  /** memberName productName */
  private String[] productName;
  
  /** memberName localPrice */
  private String[] localPrice;
  
  /** memberName USPrice */
  private String[] USPrice;
  
  /** memberName EUROPrice */
  private String[] EUROPrice;
  
  /** memberName kindCode */
  private String[] kindCode;

  /** memberName productCategory */
  private String[] productCategory;
  
  /** memberName localCurrencyName */
  private String localCurrencyName;
  
 
  public void reset(ActionMapping mapping, HttpServletRequest request) {
	countryValueList = new ArrayList();
	countryLableList = new ArrayList();
	countryCode = "";
	rateUS = "";
	rateEURO = "";
	round ="";
	localCurrencyKeyList = new ArrayList();
	localCurrencyNameList =new ArrayList();
	localCurrency ="";
	dataList= new ArrayList();
	productID = new String[]{""};
	localPrice = new String[]{""};
	USPrice = new String[]{""};
	EUROPrice = new String[]{""};
	kindCode = new String[]{""};
	productCategory= new String[]{""};
	localCurrencyName = "";
	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 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;
  }
  /**
   * Returns the kindCode.
   * @return String[]
   */
  public String[] getKindCode(){
	return this.kindCode;
  }
  /**
   * Set the kindCode.
   * @param kindCode The kindCode to set
   */
  public void setKindCode(String[] kindCode ){
	this.kindCode = kindCode;
  }
  /**
   * Returns the productCategory.
   * @return String[]
   */
  public String[] getProductCategory(){
	return this.productCategory;
  }
  /**
   * Set the productCategory.
   * @param productCategory The productCategory to set
   */
  public void setProductCategory(String[] productCategory ){
	this.productCategory = productCategory;
  }
  
/**
 * @return
 */
public String getLocalCurrencyName() {
	return localCurrencyName;
}

/**
 * @param string
 */
public void setLocalCurrencyName(String string) {
	localCurrencyName = string;
}

}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美在线制服丝袜| 在线观看中文字幕不卡| 天天综合色天天| 亚洲欧美色图小说| 欧美国产一区二区在线观看| 欧美哺乳videos| 337p亚洲精品色噜噜噜| 欧美色偷偷大香| 欧美日韩三级一区| 欧美少妇xxx| 欧美女孩性生活视频| 欧美日韩一级片在线观看| 欧美午夜在线观看| 欧美精品一卡二卡| 欧美一级日韩免费不卡| 日韩亚洲欧美在线观看| 日韩一级免费观看| 久久综合九色综合97_久久久| 久久综合五月天婷婷伊人| 欧美精品一区二区高清在线观看| 精品美女被调教视频大全网站| 欧美哺乳videos| 欧美极品另类videosde| 自拍偷拍亚洲综合| 亚洲综合男人的天堂| 一区二区三区国产精品| 亚洲美女视频一区| 午夜国产精品影院在线观看| 青青国产91久久久久久| 久久99精品国产麻豆婷婷| 国产成人免费视频精品含羞草妖精| 国产伦精品一区二区三区视频青涩| 国产传媒久久文化传媒| 99久久久久久| 欧美一区二区三区在线电影| 精品免费日韩av| 亚洲天堂免费看| 三级在线观看一区二区| 黑人精品欧美一区二区蜜桃 | 亚洲一区二区五区| 日韩精品欧美成人高清一区二区| 国产综合久久久久久久久久久久| 北条麻妃一区二区三区| 欧美性猛片aaaaaaa做受| 亚洲精品在线一区二区| 亚洲色图制服诱惑| 奇米一区二区三区av| 成人午夜视频福利| 88在线观看91蜜桃国自产| 久久久国产精品麻豆| 性欧美大战久久久久久久久| 国产高清亚洲一区| 欧美精品第一页| 亚洲视频一区二区免费在线观看| 欧美aaa在线| 色国产综合视频| 久久精品人人做| 亚洲国产精品久久久久婷婷884 | 97se狠狠狠综合亚洲狠狠| 欧美精品一级二级| 欧美高清一级片在线观看| 婷婷久久综合九色综合伊人色| 国产寡妇亲子伦一区二区| 欧美一区二区国产| 亚洲另类在线制服丝袜| 成人中文字幕在线| 日韩免费电影网站| 日韩在线一区二区三区| 色悠悠久久综合| 国产精品短视频| 国产成人av电影在线| 日韩午夜精品视频| 亚洲一区av在线| 色中色一区二区| 亚洲天堂中文字幕| 国产成人在线视频网站| 欧美r级在线观看| 天天综合网天天综合色| 欧美日韩一区成人| 亚洲综合成人在线| 色婷婷av久久久久久久| 国产精品久久一卡二卡| 国产成人精品网址| 久久精品视频免费观看| 国产一区二区三区免费看| 精品对白一区国产伦| 美女视频黄 久久| 欧美成人aa大片| 国产乱码字幕精品高清av | 亚洲婷婷综合色高清在线| 久久99国产精品免费| 欧美va天堂va视频va在线| 免费成人深夜小野草| 精品国产免费人成电影在线观看四季 | 一区二区三区鲁丝不卡| 91激情在线视频| 亚洲国产综合91精品麻豆| 欧美日韩日本视频| 免费精品99久久国产综合精品| 在线不卡中文字幕播放| 免费观看日韩电影| 国产视频在线观看一区二区三区 | 欧美色图12p| 无码av免费一区二区三区试看| 欧美日韩一区二区三区视频| 亚洲成人免费影院| 欧美成人video| 成人爽a毛片一区二区免费| 国产精品大尺度| 欧美三区在线观看| 精久久久久久久久久久| 欧美国产综合一区二区| 色妞www精品视频| 日韩激情av在线| 久久中文娱乐网| 色婷婷一区二区| 久久国产综合精品| 亚洲三级免费观看| 欧美美女一区二区在线观看| 蜜臀久久99精品久久久久久9| 久久久久久99精品| 在线观看成人小视频| 男男成人高潮片免费网站| 国产欧美一区二区三区在线老狼| 色哟哟亚洲精品| 久久99国产精品尤物| 亚洲精品va在线观看| 日韩欧美国产综合一区 | 中文字幕亚洲一区二区av在线| 91老司机福利 在线| 日韩影院免费视频| 亚洲国产精品精华液ab| 欧美亚洲精品一区| 国产在线播放一区二区三区| 亚洲欧美乱综合| 精品成人在线观看| 欧美日韩在线不卡| 国产91在线看| 老司机精品视频线观看86| 国产精品初高中害羞小美女文| 欧美视频一区二| 成人免费观看av| 麻豆国产91在线播放| 一区二区三区**美女毛片| 欧美激情一区二区三区不卡 | 99re8在线精品视频免费播放| 美女mm1313爽爽久久久蜜臀| 亚洲欧美日韩国产一区二区三区| 精品理论电影在线| 欧美日韩一区视频| 91蜜桃在线免费视频| 国产福利91精品一区二区三区| 日韩和欧美一区二区三区| 亚洲天堂精品在线观看| 国产日韩在线不卡| 精品日韩欧美一区二区| 欧美少妇性性性| 色国产精品一区在线观看| 成人毛片在线观看| 国产精品1区二区.| 久久精品国产99国产| 日韩精品电影在线| 亚洲欧美另类小说| 综合中文字幕亚洲| 国产精品久久久久永久免费观看 | 欧美成人艳星乳罩| 91精品国产乱| 欧美一区二区在线免费播放| 欧美色图第一页| 欧美日韩亚洲综合在线| 欧美系列在线观看| 欧美午夜精品一区二区三区| 色哦色哦哦色天天综合| 在线视频中文字幕一区二区| av激情综合网| 91美女在线观看| 色老头久久综合| 欧美在线free| 欧美日本国产视频| 91精品在线一区二区| 日韩精品最新网址| 日韩女优av电影| 久久视频一区二区| 国产日韩av一区| 日韩毛片视频在线看| 一区二区三区毛片| 日韩综合小视频| 极品瑜伽女神91| 成人永久免费视频| 色综合av在线| 欧美久久久久久蜜桃| 欧美一级日韩一级| 国产拍欧美日韩视频二区| 亚洲欧洲日产国码二区| 亚洲综合一区二区三区| 天堂在线亚洲视频| 国产精品综合视频| 91色九色蝌蚪| 欧美日韩mp4| 欧美国产丝袜视频|