?? gbs_tproductprice_stbean.java
字號(hào):
package DataBean;
/**
* public class GBS_TProductPrice_stBean implements java.io.Serializable
* created on 07-30-2004
* @author wxf
* @version 1.0
*/
public class GBS_TProductPrice_stBean implements java.io.Serializable{
private String productID = new String();//PRODUCT_ID 惢昳ID
private String countryCode = new String();//COUNTRY_CODE 崙僐乕僪
private String priceCategory = new String();//PRICE_CATEGORY 扨壙暘椶
private String dateTime = new String();//DATE_TIME 擔(dān)帪
private String localCurregcy = new String();//LOCAL_CURRENCY 尰抧捠壿
private String localPrice = new String();//LOCAL_PRICE 尰抧扨壙
private String USPrice = new String();//US_PRICE US$扨壙
private String EUROPrice = new String();//EURO_PRICE Euro扨壙
private String rateUS = new String();//RATE_US 愝掕帪偺儗乕僩乮懳US)
private String rateEURO = new String();//RATE_EURO 愝掕帪偺儗乕僩乮懳EURO)
private String userID = new String();//USER_ID 儐乕僓乕ID
private String createUser = new String();//CREATE_USER 嶌惉儐乕僓乕
private String createDate = new String();//CREATE_DATE 嶌惉擔(dān)帪
private String updateUser = new String();//UPDATE_USER 峏怴儐乕僓乕
private String updateDate = new String();//UPDATE_DATE 峏怴擔(dān)帪
public GBS_TProductPrice_stBean(){
productID = "";
countryCode = "";
priceCategory = "";
dateTime = "";
localCurregcy = "";
localPrice = "";
USPrice = "";
EUROPrice = "";
rateUS = "";
rateEURO = "";
userID = "";
createUser = "";
createDate = "";
updateUser = "";
updateDate = "";
}
/**
* Returns the productID.
* @return String
*/
public String getProductID() {
return productID;
}
/**
* Set the productID.
* @param productID The productID to set
*/
public void setProductID(String productID) {
this.productID = productID;
}
/**
* 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 priceCategory.
* @return String
*/
public String getPriceCategory() {
return priceCategory;
}
/**
* Set the priceCategory.
* @param priceCategory The localPrice to set
*/
public void setPriceCategory(String priceCategory) {
this.priceCategory = priceCategory;
}
/**
* 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 localCurregcy.
* @return String
*/
public String getLocalCurregcy() {
return localCurregcy;
}
/**
* Set the localCurregcy.
* @param localCurregcy The localCurregcy to set
*/
public void setLocalCurregcy(String localCurregcy) {
this.localCurregcy = localCurregcy;
}
/**
* 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 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 userID.
* @return String
*/
public String getUserID() {
return userID;
}
/**
* Set the userID.
* @param userID The userID to set
*/
public void setUserID(String userID) {
this.userID = userID;
}
/**
* Returns the createUser.
* @return String
*/
public String getCreateUser() {
return createUser;
}
/**
* Set the createUser.
* @param createUser The createUser to set
*/
public void setCreateUser(String createUser) {
this.createUser = createUser;
}
/**
* Returns the createDate.
* @return String
*/
public String getCreateDate() {
return createDate;
}
/**
* Set the createDate.
* @param createDate The createDate to set
*/
public void setCreateDate(String createDate) {
this.createDate = createDate;
}
/**
* Returns the updateUser.
* @return String
*/
public String getUpdateUser() {
return updateUser;
}
/**
* Set the updateUser.
* @param updateUser The updateUser to set
*/
public void setUpdateUser(String updateUser) {
this.updateUser = updateUser;
}
/**
* Returns the updateDate.
* @return String
*/
public String getUpdateDate() {
return updateDate;
}
/**
* Set the updateDate.
* @param updateDate The updateDate to set
*/
public void setUpdateDate(String updateDate) {
this.updateDate = updateDate;
}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -