public class POPurchaseAmountDataBean extends POPurchaseAmountDataBeanBase implements com.ibm.commerce.payment.beans.POPurchaseAmountInputDataBean, com.ibm.commerce.payment.beans.POPurchaseAmountSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
emptyString| Constructor and Description |
|---|
POPurchaseAmountDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyBuyerPurchaseOrderId()
Returns BuyerPurchaseOrderId
|
java.lang.String |
getDataBeanKeyOrderId()
Returns OrderId
|
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 |
setDataBeanKeyBuyerPurchaseOrderId(java.lang.String aBuyerPurchaseOrderId)
Sets BuyerPurchaseOrderId
|
void |
setDataBeanKeyOrderId(java.lang.String aOrderId)
Sets OrderId
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegategetAmount, getAmountInEntityType, getBuyerPurchaseOrderId, getBuyerPurchaseOrderIdInEntityType, getCurrency, getEntity, getOrderId, getOrderIdInEntityType, instantiateEntity, setAmount, setAmount, setBuyerPurchaseOrderId, setBuyerPurchaseOrderId, setCurrency, setInitKey_buyerPurchaseOrderId, setInitKey_buyerPurchaseOrderId, setInitKey_orderId, setInitKey_orderId, setOrderId, setOrderIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyBuyerPurchaseOrderId()
getDataBeanKeyBuyerPurchaseOrderId in interface com.ibm.commerce.payment.beans.POPurchaseAmountSmartDataBeanpublic java.lang.String getDataBeanKeyOrderId()
getDataBeanKeyOrderId in interface com.ibm.commerce.payment.beans.POPurchaseAmountSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyBuyerPurchaseOrderId(java.lang.String aBuyerPurchaseOrderId)
setDataBeanKeyBuyerPurchaseOrderId in interface com.ibm.commerce.payment.beans.POPurchaseAmountInputDataBeanaBuyerPurchaseOrderId - java.lang.Stringpublic void setDataBeanKeyOrderId(java.lang.String aOrderId)
setDataBeanKeyOrderId in interface com.ibm.commerce.payment.beans.POPurchaseAmountInputDataBeanaOrderId - java.lang.Stringpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception