public class PPCPayTranExtendedDataDataBean extends java.lang.Object implements CommandDataBean, InputDataBean
This databean gets list of the extended data of a specified payment transaction from PPCPayTranExtendedDataCmd 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 ExtendedData | extData
The extended data of this databean
|
protected TypedProperty | iRequestProperties
The request properties of this databean
|
protected java.lang.String | payTranID
The payment transaction id of this databean
|
Constructor and Description |
---|
PPCPayTranExtendedDataDataBean() |
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.
|
ExtendedData | getExtData()
This method returns the extended data of current payment transaction.
|
java.lang.String | getPayTranID()
This method returns the current payment transaction identifier.
|
TypedProperty | getRequestProperties()
This method returns the parameters as TypedProperty passed as part of the URL.
|
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 | setExtData(ExtendedData paramExtData)
This method sets the extended data of current payment transaction.
|
void | setPayTranID(java.lang.String payTranId)
This method sets the current payment transaction identifier.
|
void | setRequestProperties(TypedProperty aRequestProperties)
This method sets the passed parameters as part of the URL if any.
|
protected java.lang.String commandInterfaceName
protected ExtendedData extData
protected java.lang.String payTranID
protected TypedProperty iRequestProperties
public static final java.lang.String COPYRIGHT
public java.lang.String getCommandInterfaceName()
public void setCommandInterfaceName(java.lang.String ifname)
public ExtendedData getExtData()
public void setExtData(ExtendedData paramExtData)
public java.lang.String getPayTranID()
public void setPayTranID(java.lang.String payTranId)
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperties) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException