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

📄 gbs_littlehardwareprice_stbean.java

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

package DataBean;
/**
 * public class GBS_LittleHardwarePrice_stBean extends GBS_TreeNoteBaseBean implements java.io.Serializable
 * created on 07-30-2004
 * @author   wxf
 * @version  1.0
 */
public class GBS_LittleHardwarePrice_stBean extends GBS_TreeNoteBaseBean implements java.io.Serializable{

	private String localCurrency   = new String();//斈梡儅僗僞.撪梕暥帤侾 尰抧捠壿
	private String localCurrencyKey= new String();// 尰抧捠壿
	private String localPrice   	= new String();//尰抧扨壙
	private String USPrice  		= new String();//US$扨壙
	private String EUROPrice   	= new String();//Euro扨壙

	public GBS_LittleHardwarePrice_stBean(){
		localCurrency   = "";
		localCurrencyKey= "";
		localPrice 		= "";
		USPrice 		= "";
		EUROPrice 		= "";
	}

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

	/**
	 * Set the localCurrencyKey.
	 * @param localCurrencyKey The localCurrencyKey to set
	 */
	public void setLocalCurrencyeKey(String localCurrencyKey) {
	  this.localCurrencyKey = localCurrencyKey;
	}
	
	/**
	 * Returns the localPriceColoeCPM.
	 * @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 localPriceBWCPM.
	 * @return String
	 */
	public String getLocalPriceBWCPMCPM() {
	  return this.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 USPriceBWCPM.
	 * @return String
	 */
	public String getUSPriceBWCPMCPM() {
	  return this.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 EUROPriceBWCPM.
	 * @return String
	 */
	public String getEUROPriceBWCPMCPM() {
	  return this.EUROPrice;
	}



}

⌨️ 快捷键说明

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