gbs_productprice_stbean.java

来自「对日软件外包 为东芝做的一个全球商业管理系统」· Java 代码 · 共 167 行

JAVA
167
字号

package DataBean;
/**
 * public class GBS_ProductPrice_stBean extends GBS_TreeNoteBaseBean implements java.io.Serializable
 * created on 07-30-2004
 * @author   wxf
 * @version  1.0
 */
public class GBS_ProductPrice_stBean extends GBS_TreeNoteBaseBean implements java.io.Serializable{
	private String productID 		= new String();//惢昳儅僗僞.惢昳ID
	private String productName 	= new String();//惢昳儅僗僞.惢昳柤
	private String localCurrency	= new String();//尰抧捠壿
	private String localPrice   	= new String();//尰抧扨壙
	private String USPrice  		= new String();//US$扨壙
	private String EUROPrice   	= new String();//Euro扨壙
	private String dataTime        = new String();//擔帪

	
	public GBS_ProductPrice_stBean(){
		productID		= "";
		productName		= "";
		localCurrency   = "";
		localPrice 		= "";
		USPrice 		= "";
		EUROPrice 		= "";
		dataTime        = "";
	}
	/**
	 * Returns the productID.
	 * @return String
	 */
	public String getProductID() {
	  return productID;
	}

	/**
	 * Set the productID.
	 * @param productID The localPrice to set
	 */
	public void setProductID(String productID) {
	  this.productID = productID;
	}
	/**
	 * Returns the productName.
	 * @return String
	 */
	public String getProductName() {
	  return productName;
	}

	/**
	 * Set the productName.
	 * @param productName The localPrice to set
	 */
	public void setProductName(String productName) {
	  this.productName = productName;
	}
	
	/**
	 * 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 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 getLocalPriceBWCPM() {
	  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 getUSPriceBWCPM() {
	  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 getEUROPriceBWCPM() {
	  return this.EUROPrice;
	}

	
	/**
	 * Set the dataTime.
	 * @param dataTime The dataTime to set
	 */
	public void setDataTime(String dataTime) {
	  this.dataTime = dataTime;
	}
	
	/**
	 * Returns the dataTime.
	 * @return String
	 */
	public String getDataTime() {
	  return this.dataTime;
	}
}


⌨️ 快捷键说明

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