public class CurrencyFormatDataBean extends CurrencyFormatDataBeanBase implements CurrencyFormatInputDataBean, CurrencyFormatSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
| Constructor and Description |
|---|
CurrencyFormatDataBean() |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.command.CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCurrencyCode()
This method returns CurrencyCode.
|
java.lang.String |
getDataBeanKeyNumberUsgId()
This method returns NumberUsgId.
|
java.lang.String |
getDataBeanKeyStoreEntityId()
This method returns StoreEntityId.
|
com.ibm.commerce.datatype.TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the CurrencyFormatDataBean.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyCurrencyCode(java.lang.String aCurrencyCode)
This method sets CurrencyCode.
|
void |
setDataBeanKeyNumberUsgId(java.lang.String aNumberUsgId)
This method sets NumberUsgId.
|
void |
setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
This method sets StoreEntityId.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindAll, findByStoreEntity, findByStoreEntityAndNumberUsage, getCurrencyCode, getDecimalPlaces, getDecimalPlacesInEntityType, getDescription, getDescriptions, getEntity, getMinimumApproveAmount, getMinimumApproveAmountInEntityType, getNumberUsgId, getNumberUsgIdInEntityType, getRoundingMethod, getRoundingMultiple, getRoundingMultipleInEntityType, getStoreEntityId, getStoreEntityIdInEntityType, instantiateEntity, setDecimalPlaces, setDecimalPlaces, setInitKey_currencyCode, setInitKey_numberUsgId, setInitKey_numberUsgId, setInitKey_storeEntityId, setInitKey_storeEntityId, setMinimumApproveAmount, setMinimumApproveAmount, setNumberUsgId, setNumberUsgId, setRoundingMethod, setRoundingMultiple, setRoundingMultiplepublic static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyCurrencyCode()
getDataBeanKeyCurrencyCode in interface CurrencyFormatSmartDataBeanpublic java.lang.String getDataBeanKeyNumberUsgId()
getDataBeanKeyNumberUsgId in interface CurrencyFormatSmartDataBeanpublic java.lang.String getDataBeanKeyStoreEntityId()
getDataBeanKeyStoreEntityId in interface CurrencyFormatSmartDataBeanpublic 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.Exceptionpublic void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
setCommandContext in interface com.ibm.commerce.beans.SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyCurrencyCode(java.lang.String aCurrencyCode)
setDataBeanKeyCurrencyCode in interface CurrencyFormatInputDataBeanaCurrencyCode - java.lang.Stringpublic void setDataBeanKeyNumberUsgId(java.lang.String aNumberUsgId)
setDataBeanKeyNumberUsgId in interface CurrencyFormatInputDataBeanaNumberUsgId - java.lang.Stringpublic void setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
setDataBeanKeyStoreEntityId in interface CurrencyFormatInputDataBeanaStoreEntityId - java.lang.Stringpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty -