public class CurrencyConversionDataBean extends CurrencyConversionDataBeanBase implements CurrencyConversionInputDataBean, CurrencyConversionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
| Constructor and Description |
|---|
CurrencyConversionDataBean() |
| 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 |
getDataBeanKeyCurrencyConversionId()
This method returns CurrencyConversionId.
|
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 CurrencyConversionDataBean.
|
void |
setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyCurrencyConversionId(java.lang.String aCurrencyConversionId)
This method sets CurrencyConversionId.
|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindAll, getBidirectional, getConversionFactor, getConversionFactorInEntityType, getCurrencyConversionId, getCurrencyConversionIdInEntityType, getEntity, getFromCurrency, getMultiplyOrDivide, getStoreEntityId, getStoreEntityIdInEntityType, getToCurrency, getUpdatable, instantiateEntity, setBidirectional, setConversionFactor, setConversionFactor, setCurrencyConversionId, setCurrencyConversionId, setFromCurrency, setInitKey_currencyConversionId, setInitKey_currencyConversionId, setMultiplyOrDivide, setToCurrency, setUpdatablepublic static final java.lang.String COPYRIGHT
public com.ibm.commerce.command.CommandContext getCommandContext()
getCommandContext in interface com.ibm.commerce.beans.SmartDataBeanpublic java.lang.String getDataBeanKeyCurrencyConversionId()
getDataBeanKeyCurrencyConversionId in interface CurrencyConversionSmartDataBeanpublic 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 setDataBeanKeyCurrencyConversionId(java.lang.String aCurrencyConversionId)
setDataBeanKeyCurrencyConversionId in interface CurrencyConversionInputDataBeanaCurrencyConversionId - java.lang.Stringpublic void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
setRequestProperties in interface com.ibm.commerce.beans.InputDataBeanaRequestProperty -