public class TradingPurchaseAmountDataBean extends TradingPurchaseAmountDataBeanBase implements com.ibm.commerce.payment.beans.TradingPurchaseAmountInputDataBean, com.ibm.commerce.payment.beans.TradingPurchaseAmountSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
emptyString
Constructor and Description |
---|
TradingPurchaseAmountDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyTradingPurchaseAmountId()
Returns TradingPurchaseAmountId
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyTradingPurchaseAmountId(java.lang.String aTradingPurchaseAmountId)
Sets TradingPurchaseAmountId
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegate
findByOrderId, getAmount, getAmountInEntityType, getCurrency, getEntity, getOrderId, getOrderIdInEntityType, getOrderItemId, getOrderItemIdInEntityType, getTradingId, getTradingIdInEntityType, getTradingPurchaseAmountId, getTradingPurchaseAmountIdInEntityType, instantiateEntity, setAmount, setAmount, setCurrency, setInitKey_tradingPurchaseAmountId, setInitKey_tradingPurchaseAmountId, setOrderId, setOrderId, setOrderItemId, setOrderItemId, setTradingId, setTradingId, setTradingPurchaseAmountId, setTradingPurchaseAmountId
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyTradingPurchaseAmountId()
getDataBeanKeyTradingPurchaseAmountId
in interface com.ibm.commerce.payment.beans.TradingPurchaseAmountSmartDataBean
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyTradingPurchaseAmountId(java.lang.String aTradingPurchaseAmountId)
setDataBeanKeyTradingPurchaseAmountId
in interface com.ibm.commerce.payment.beans.TradingPurchaseAmountInputDataBean
aTradingPurchaseAmountId
- java.lang.Stringpublic void populate()
populate
in interface SmartDataBean
java.lang.Exception