📄 gbs_hardwareprice_stbean.java
字号:
package DataBean;
/**
* public class GBS_HardwarePrice_stBean implements java.io.Serializable
* created on 07-30-2004
* @author wxf
* @version 1.0
*/
public class GBS_HardwarePrice_stBean implements java.io.Serializable{
private String productID = new String();//M_PRODUCT.PRODUCT_ID 惢昳儅僗僞.惢昳ID
private String localCurrency = new String();//斈梡儅僗僞.撪梕暥帤侾 尰抧捠壿
private String localCurrencyKey= new String();//T_PRODUCT_PRICE.LOCAL_CURRENCY 尰抧捠壿
private String localPrice = new String();//T_PRODUCT_PRICE.LOCAL_PRICE 惢昳扨壙僩儔儞僓僋僔儑儞.尰抧扨壙
private String USPrice = new String();//T_PRODUCT_PRICE.US_PRICE 惢昳扨壙僩儔儞僓僋僔儑儞.US$扨壙
private String EUROPrice = new String();//T_PRODUCT_PRICE.EURO_PRICE 惢昳扨壙僩儔儞僓僋僔儑儞.Euro扨壙
private String productName = new String();//M_PRODUCT.PRODUCT_NAME 惢昳儅僗僞.惢昳柤
private String kind = new String();//KIND 惢昳儅僗僞.庬椶
private String productCategory = new String();//M_PRODUCT.PRODUCT_CATEGORY 惢昳儅僗僞.惢昳暘椶
private String countryCode = new String();//T_PRODUCT_PRICE.COUNTRY_CODE 惢昳扨壙僩儔儞僓僋僔儑儞.崙僐乕僪
private String countryName = new String();//M_COUNTRY.COUNTRY_NAME 崙儅僗僞.崙柤
private String dateTime = new String();//T_PRODUCT_PRICE.DATE_TIME 惢昳扨壙僩儔儞僓僋僔儑儞.擔帪
private String rateUS = new String();//T_PRODUCT_PRICE.RATE_US 惢昳扨壙僩儔儞僓僋僔儑儞.愝掕帪偺儗乕僩乮懳US)
private String rateEuro = new String();//T_PRODUCT_PRICE.RATE_EURO 惢昳扨壙僩儔儞僓僋僔儑儞.愝掕帪偺儗乕僩乮懳EURO)
private String date =new String();
public GBS_HardwarePrice_stBean(){
productID = "" ;
localCurrency = "" ;
localCurrencyKey= "" ;
localPrice = "" ;
USPrice = "" ;
EUROPrice = "" ;
productName = "" ;
kind = "" ;
productCategory = "" ;
countryCode = "" ;
countryName = "" ;
rateUS = "" ;
rateEuro = "" ;
date = "" ;
}
/**
* 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 localCurrency.
* @return String
*/
public String getLocalCurrency() {
return localCurrency;
}
/**
* Set the localCurrency.
* @param localCurrency The localCurrency to set
*/
public void setLocalCurrencye(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 localPrice.
* @return String
*/
public String getLocalPrice() {
return localPrice;
}
/**
* Set the localPrice.
* @param localPrice The localPrice to set
*/
public void setLocalPrice(String localPrice) {
this.localPrice = localPrice;
}
/**
* Returns the USPrice.
* @return String
*/
public String getUSPrice() {
return USPrice;
}
/**
* Set the USPrice.
* @param USPrice The localPrice to set
*/
public void setUSPrice(String USPrice) {
this.USPrice = USPrice;
}
/**
* Returns the EUROPrice.
* @return String
*/
public String getEUROPrice() {
return EUROPrice;
}
/**
* Set the EUROPrice.
* @param EUROPrice The localPrice to set
*/
public void setEUROPrice(String EUROPrice) {
this.EUROPrice = EUROPrice;
}
/**
* 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 productCategory.
* @return String
*/
public String getProductCategory() {
return productCategory;
}
/**
* Set the productCategory.
* @param productCategory The localPrice to set
*/
public void setProductCategory(String productCategory) {
this.productCategory = productCategory;
}
/**
* Returns the countryCode.
* @return String
*/
public String getCountryCode() {
return countryCode;
}
/**
* Set the countryCode.
* @param countryCode The countryCode to set
*/
public void setCountryCode(String countryCode) {
this.countryCode = countryCode;
}
/**
* Returns the countryName.
* @return String
*/
public String getCountryName() {
return countryName;
}
/**
* Set the countryName.
* @param countryName The countryName to set
*/
public void setCountryName(String countryName) {
this.countryName = countryName;
}
/**
* Returns the kind.
* @return String
*/
public String getKind() {
return this.kind;
}
/**
* Set the kind.
* @param kind The kind to set
*/
public void setKind(String kind) {
this.kind = kind;
}
/**
* Returns the dateTime.
* @return String
*/
public String getDateTime() {
return dateTime;
}
/**
* Set the dateTime.
* @param dateTime The dateTime to set
*/
public void setDateTime(String dateTime) {
this.dateTime = dateTime;
}
/**
* Returns the rateUS.
* @return String
*/
public String getRateUS() {
return rateUS;
}
/**
* Set the rateUS.
* @param rateUS The rateUS to set
*/
public void setRateUS(String rateUS) {
this.rateUS = rateUS;
}
/**
* Returns the rateEuro.
* @return String
*/
public String getRateEuro() {
return rateEuro;
}
/**
* Set the rateEuro.
* @param rateEuro The rateEuro to set
*/
public void setRateEuro(String rateEuro) {
this.rateEuro = rateEuro;
}
/**
* Returns the date.
* @return String
*/
public String getDate() {
return date;
}
/**
* Set the date.
* @param date The date to set
*/
public void setDate(String date) {
this.date = date;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -