public class PaymentSummaryDataBean extends PaymentSummaryDataBeanBase implements com.ibm.commerce.payment.beans.PaymentSummaryInputDataBean, com.ibm.commerce.payment.beans.PaymentSummarySmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
emptyString| Constructor and Description |
|---|
PaymentSummaryDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyPaymentSummaryId()
Returns PaymentSummaryId
|
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 |
setDataBeanKeyPaymentSummaryId(java.lang.String aPaymentSummaryId)
Sets PaymentSummaryId
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegategetAccountId, getAccountIdInEntityType, getCreditLineId, getCreditLineIdInEntityType, getCurrency, getEntity, getPaymentSummaryId, getPaymentSummaryIdInEntityType, getPaymentSummaryXML, getPeriodEndTime, getPeriodEndTimeInEntityType, getPeriodStartTime, getPeriodStartTimeInEntityType, getPolicyId, getPolicyIdInEntityType, getStatus, getStatusInEntityType, getStoreEntityId, getStoreEntityIdInEntityType, getTotalCharge, getTotalChargeInEntityType, instantiateEntity, setAccountId, setAccountId, setCreditLineId, setCreditLineId, setCurrency, setInitKey_paymentSummaryId, setInitKey_paymentSummaryId, setPaymentSummaryId, setPaymentSummaryId, setPaymentSummaryXML, setPeriodEndTime, setPeriodEndTime, setPeriodStartTime, setPeriodStartTime, setPolicyId, setPolicyId, setStatus, setStatus, setStoreEntityId, setStoreEntityId, setTotalCharge, setTotalChargepublic 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 getDataBeanKeyPaymentSummaryId()
getDataBeanKeyPaymentSummaryId in interface com.ibm.commerce.payment.beans.PaymentSummarySmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyPaymentSummaryId(java.lang.String aPaymentSummaryId)
setDataBeanKeyPaymentSummaryId in interface com.ibm.commerce.payment.beans.PaymentSummaryInputDataBeanaPaymentSummaryId - java.lang.Stringpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception