gbs_littlecpcprice_stbean.java
来自「对日软件外包 为东芝做的一个全球商业管理系统」· Java 代码 · 共 267 行
JAVA
267 行
package DataBean;
/**
* public class GBS_LittleCPCPrice_stBean extends GBS_TreeNoteBaseBean implements java.io.Serializable
* created on 07-30-2004
* @author wxf
* @version 1.0
*/
public class GBS_LittleCPCPrice_stBean extends GBS_TreeNoteBaseBean implements java.io.Serializable{
private String localCurrency = new String();//斈梡儅僗僞.撪梕暥帤侾 尰抧捠壿
private String localCurrencyKey= new String();// 尰抧捠壿
private String localPriceColorCPM = new String();//尰抧扨壙.僇儔乕
private String localPriceBWCPM = new String();//尰抧扨壙.敀崟
private String localPriceMonoColorCPM = new String();//尰抧扨壙.儌僲僇儔乕
private String localPriceOtherCPM = new String();//尰抧扨壙.偦偺懠
private String USPriceColorCPM = new String();//US$扨壙.僇儔乕
private String USPriceBWCPM = new String();//US$扨壙.敀崟
private String USPriceMonoColorCPM = new String();//US$扨壙.儌僲僇儔乕
private String USPriceOtherCPM = new String();//US$扨壙.偦偺懠
private String EUROPriceColorCPM = new String();//Euro扨壙.僇儔乕
private String EUROPriceBWCPM = new String();//Euro扨壙.敀崟
private String EUROPriceMonoColorCPM = new String();//Euro扨壙.儌僲僇儔乕
private String EUROPriceOtherCPM = new String();//Euro扨壙.偦偺懠
public GBS_LittleCPCPrice_stBean(){
localCurrency = "";
localCurrencyKey = "";
localPriceColorCPM = "";
localPriceBWCPM = "";
localPriceMonoColorCPM = "";
localPriceOtherCPM = "";
USPriceColorCPM = "";
USPriceBWCPM = "";
USPriceMonoColorCPM = "";
USPriceOtherCPM = "";
EUROPriceColorCPM = "";
EUROPriceBWCPM = "";
EUROPriceMonoColorCPM = "";
EUROPriceOtherCPM = "";
}
/**
* Returns the localCurrency.
* @return String
*/
public String getLocalCurrency() {
return this.localCurrency;
}
/**
* Set the localCurrency.
* @param localCurrency The localCurrency to set
*/
public void setLocalCurrency(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 localPriceColorCPM.
* @return String
*/
public String getLocalPriceColorCPM() {
return this.localPriceColorCPM;
}
/**
* Set the localPriceColorCPM.
* @param localPriceColorCPM The localPriceColorCPM to set
*/
public void setLocalPriceColorCPM(String localPriceColorCPM) {
this.localPriceColorCPM = localPriceColorCPM;
}
/**
* Returns the localPriceColorCPM.
* @return String
*/
public String getLocalPriceBWCPM() {
return this.localPriceBWCPM;
}
/**
* Set the localPriceBWCPM.
* @param localPriceBWCPM The localPriceBWCPM to set
*/
public void setLocalPriceBWCPM(String localPriceBWCPM) {
this.localPriceBWCPM = localPriceBWCPM;
}
/**
* Returns the localPriceMonoColorCPM.
* @return String
*/
public String getLocalPriceMonoColorCPM() {
return this.localPriceMonoColorCPM;
}
/**
* Set the localPriceMonoColorCPM.
* @param localPriceMonoColorCPM The localPriceMonoColorCPM to set
*/
public void setLocalPriceMonoColorCPM(String localPriceMonoColorCPM) {
this.localPriceMonoColorCPM = localPriceMonoColorCPM;
}
/**
* Returns the localPriceOtherCPM.
* @return String
*/
public String getLocalPriceOtherCPM() {
return this.localPriceOtherCPM;
}
/**
* Set the localPriceOtherCPM.
* @param localPriceOtherCPM The localPriceOtherCPM to set
*/
public void setLocalPriceOtherCPM(String localPriceOtherCPM) {
this.localPriceOtherCPM = localPriceOtherCPM;
}
/**
* Returns the USPriceColorCPM.
* @return String
*/
public String getUSPriceColorCPM() {
return this.USPriceColorCPM;
}
/**
* Set the USPriceColorCPM.
* @param USPriceColorCPM The USPriceColorCPM to set
*/
public void setUSPriceColorCPM(String USPriceColorCPM) {
this.USPriceColorCPM = USPriceColorCPM;
}
/**
* Returns the USPriceBWCPM.
* @return String
*/
public String getUSPriceBWCPM() {
return this.USPriceBWCPM;
}
/**
* Set the USPriceBWCPM.
* @param USPriceBWCPM The USPriceBWCPM to set
*/
public void setUSPriceBWCPM(String USPriceBWCPM) {
this.USPriceBWCPM = USPriceBWCPM;
}
/**
* Returns the USPriceMonoColorCPM.
* @return String
*/
public String getUSPriceMonoColorCPM() {
return this.USPriceMonoColorCPM;
}
/**
* Set the USPriceMonoColorCPM.
* @param USPriceMonoColorCPM The USPriceMonoColorCPM to set
*/
public void setUSPriceMonoColorCPM(String USPriceMonoColorCPM) {
this.USPriceMonoColorCPM = USPriceMonoColorCPM;
}
/**
* Returns the USPriceOtherCPM.
* @return String
*/
public String getUSPriceOtherCPM() {
return this.USPriceOtherCPM;
}
/**
* Set the USPriceOtherCPM.
* @param USPriceOtherCPM The USPriceOtherCPM to set
*/
public void setUSPriceOtherCPM(String USPriceOtherCPM) {
this.USPriceOtherCPM = USPriceOtherCPM;
}
/**
* Returns the EUROPriceColorCPM.
* @return String
*/
public String getEUROPriceColorCPM() {
return this.EUROPriceColorCPM;
}
/**
* Set the EUROPriceColorCPM.
* @param EUROPriceColorCPM The EUROPriceColorCPM to set
*/
public void setEUROPriceColorCPM(String EUROPriceColorCPM) {
this.EUROPriceColorCPM = EUROPriceColorCPM;
}
/**
* Returns the EUROPriceBWCPM.
* @return String
*/
public String getEUROPriceBWCPM() {
return this.EUROPriceBWCPM;
}
/**
* Set the EUROPriceBWCPM.
* @param EUROPriceBWCPM The EUROPriceBWCPM to set
*/
public void setEUROPriceBWCPM(String EUROPriceBWCPM) {
this.EUROPriceBWCPM = EUROPriceBWCPM;
}
/**
* Returns the EUROPriceMonoColorCPM.
* @return String
*/
public String getEUROPriceMonoColorCPM() {
return this.EUROPriceMonoColorCPM;
}
/**
* Set the EUROPriceMonoColorCPM.
* @param EUROPriceMonoColorCPM The EUROPriceMonoColorCPM to set
*/
public void setEUROPriceMonoColorCPM(String EUROPriceMonoColorCPM) {
this.EUROPriceMonoColorCPM = EUROPriceMonoColorCPM;
}
/**
* Returns the EUROPriceOtherCPM.
* @return String
*/
public String getEUROPriceOtherCPM() {
return this.EUROPriceOtherCPM;
}
/**
* Set the EUROPriceOtherCPM.
* @param EUROPriceOtherCPM The EUROPriceOtherCPM to set
*/
public void setEUROPriceOtherCPM(String EUROPriceOtherCPM) {
this.EUROPriceOtherCPM = EUROPriceOtherCPM;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?