public class PPCGetPaymentDataBean extends java.lang.Object implements CommandDataBean, InputDataBean
This databean gets the payment information and pending transaction's extended
data in WebSphere Commerce Payments when payments plugin is used from
PPCGetPaymentCmd databean command.
PPCGetPaymentCmd,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
emptyString| Constructor and Description |
|---|
PPCGetPaymentDataBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandInterfaceName()
This method returns the databean command interface name of this databean,
and through the databean command, the data of this databean are
populated.
|
Payment |
getPayment()
This method returns the
Payment object, and the
corresponding information are stored the table PPCPAYMENT. |
java.lang.String |
getPaymentId()
This method returns the identifier of current
Payment object. |
TypedProperty |
getRequestProperties()
This method returns the parameters as
TypedProperty passed
as part of the URL. |
ExtendedData |
getTranExtendedData()
This method returns the pending transaction's extended data of current
payment.
|
void |
setCommandInterfaceName(java.lang.String ifname)
This method sets the databean command interface name of this databean, and through
the databean command, the data of this databean are populated.
|
void |
setPayment(Payment paramPayment)
This method sets the
Payment object, and the
corresponding information are stored the table PPCPAYMENT. |
void |
setPaymentId(java.lang.String paramPaymentId)
This method sets the identifier of current
Payment object. |
void |
setRequestProperties(TypedProperty aRequestProperties)
This method sets the passed parameters as part of the URL if any.
|
void |
setTranExtendedData(ExtendedData map)
This method sets the pending transaction's extended data of current
payment.
|
public static final java.lang.String COPYRIGHT
public java.lang.String getCommandInterfaceName()
PPCGetPaymentCmd.getCommandInterfaceName in interface CommandDataBeanpublic void setCommandInterfaceName(java.lang.String ifname)
setCommandInterfaceName in interface CommandDataBeanifname - The databean command interface name of this databeanpublic Payment getPayment()
Payment object, and the
corresponding information are stored the table PPCPAYMENT.Payment objectpublic void setPayment(Payment paramPayment)
Payment object, and the
corresponding information are stored the table PPCPAYMENT.paramPayment - The Payment objectpublic void setPaymentId(java.lang.String paramPaymentId)
Payment object.paramPaymentId - The identifier of current Payment objectpublic java.lang.String getPaymentId()
Payment object.Payment objectpublic void setRequestProperties(TypedProperty aRequestProperties)
setRequestProperties in interface InputDataBeanaRequestProperties - The parameters are set into the request propertiespublic TypedProperty getRequestProperties()
TypedProperty passed
as part of the URL.getRequestProperties in interface InputDataBeanpublic ExtendedData getTranExtendedData()
public void setTranExtendedData(ExtendedData map)
map - The pending transaction's extended data of current payment