gbs_producthardwarepricelist_stbean.java

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

JAVA
50
字号

package DataBean;
/**
 * public class GBS_ProductHardwarePriceList_stBean extends GBS_TreeNoteBaseBean implements java.io.Serializable
 * created on 07-30-2004
 * @author   wxf
 * @version  1.0
 */
public class GBS_ProductHardwarePriceList_stBean extends GBS_TreeNoteBaseBean implements java.io.Serializable{
	private String productID 				= new String();//惢昳儅僗僞.惢昳ID
	private String productName 			= new String();//惢昳儅僗僞.惢昳柤
	
	public GBS_ProductHardwarePriceList_stBean(){
		productID		= "" ;
		productName		= "" ;
	}
	/**
	 * 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;
	}
}


⌨️ 快捷键说明

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