public class PPCGetCreditDataBean extends java.lang.Object implements CommandDataBean, InputDataBean
This databean gets the credit information and pending transaction's extended data in WebSphere Commerce Payments when payments plugin is used from PPCGetCreditCmd databean command.
Modifier and Type | Field and Description |
---|---|
protected java.lang.String | commandInterfaceName
The command interface name of this databean
|
static java.lang.String | COPYRIGHT
IBM Copyright
|
protected Credit | credit
The credit for this data bean
|
protected java.lang.String | creditID
The credit ID
|
protected TypedProperty | iRequestProperties
The request properties
|
protected ExtendedData | tranExtendedData
The extended data of the pending transaction
|
Constructor and Description |
---|
PPCGetCreditDataBean() |
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.
|
Credit | getCredit()
This method returns the Credit object, and the corresponding information are stored the table PPCCREDIT.
|
java.lang.String | getCreditId()
This method returns the identifier of current Credit 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 credit.
|
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 | setCredit(Credit paramCredit)
This method sets the Credit object, and the corresponding information are stored the table PPCCREDIT.
|
void | setCreditId(java.lang.String creditId)
This method sets the identifier of current Credit 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 credit.
|
protected java.lang.String commandInterfaceName
protected Credit credit
protected java.lang.String creditID
protected ExtendedData tranExtendedData
protected TypedProperty iRequestProperties
public static final java.lang.String COPYRIGHT
public java.lang.String getCommandInterfaceName()
public void setCommandInterfaceName(java.lang.String ifname)
public Credit getCredit()
public void setCredit(Credit paramCredit)
public void setCreditId(java.lang.String creditId)
public java.lang.String getCreditId()
public void setRequestProperties(TypedProperty aRequestProperties) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public TypedProperty getRequestProperties()
public ExtendedData getTranExtendedData()
public void setTranExtendedData(ExtendedData map)