public class SupportedCurrencyDataBean extends SupportedCurrencyDataBeanBase implements SupportedCurrencyInputDataBean, SupportedCurrencySmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright statement
|
| Constructor and Description |
|---|
SupportedCurrencyDataBean() |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCurrency()
Gets the currency
|
java.lang.String |
getDataBeanKeyStoreEntityId()
Gets the store entity ID
|
com.ibm.commerce.datatype.TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyCurrency(java.lang.String aCurrency)
Sets the currency
|
void |
setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
Sets the store entity ID
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindAll, getCurrency, getEntity, getStoreEntityId, instantiateEntity, setInitKey_currency, setInitKey_storeEntityId, setInitKey_storeEntityIdpublic static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyCurrency()
getDataBeanKeyCurrency in interface SupportedCurrencySmartDataBeanpublic java.lang.String getDataBeanKeyStoreEntityId()
getDataBeanKeyStoreEntityId in interface SupportedCurrencySmartDataBeanpublic com.ibm.commerce.datatype.TypedProperty getRequestProperties()
getRequestProperties in interface com.ibm.commerce.beans.InputDataBeanpublic void populate()
populate in interface com.ibm.commerce.beans.SmartDataBeanjava.lang.Exception - The java.lang.Exception exceptionpublic void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext in interface com.ibm.commerce.beans.SmartDataBeanaCommandContext - The command context to set within this bean.public void setDataBeanKeyCurrency(java.lang.String aCurrency)
setDataBeanKeyCurrency in interface SupportedCurrencyInputDataBeanaCurrency - The currencypublic void setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
setDataBeanKeyStoreEntityId in interface SupportedCurrencyInputDataBeanaStoreEntityId - The store entity IDpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty - The request property to set within this bean.