?? gbs_producthardwarepricelist_stbean.java
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -