📄 gbs_productcpcpricelist_stbean.java
字号:
package DataBean;
/**
* public class GBS_ProductCPCPriceList_stBean extends GBS_TreeNoteBaseBean implements java.io.Serializable
* created on 07-30-2004
* @author wxf
* @version 1.0
*/
public class GBS_ProductCPCPriceList_stBean extends GBS_TreeNoteBaseBean implements java.io.Serializable{
private String productID = new String();//惢昳儅僗僞.惢昳ID
private String productName = new String();//惢昳儅僗僞.惢昳柤
public GBS_ProductCPCPriceList_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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -