public class PaymentConfigurationListDataBean extends java.lang.Object implements CommandDataBean, InputDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copy Right
|
Constructor and Description |
---|
PaymentConfigurationListDataBean() |
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.
|
java.lang.String | getConfigurationId(int index)
This method returns the payment configuration id at a specified position.
|
java.util.ArrayList | getConfigurationList()
This method returns the payment configuration as an ArrayList Object.
|
java.util.ArrayList | getConfigurationMethodList()
This method returns payment configuration's method name as ArrayList Object
|
java.lang.String | getConfigurationMethodName(int index)
This method returns the payment configuration method name from the Arraylist by index
|
int | getListSize()
This method returns the size of the configuration list.
|
java.lang.String | getMethodType()
This method returns the method type, which could be payment or refund.
|
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 | setMethodType(java.lang.String string)
This method sets the method type, which could be payment or refund.
|
void | setPaymentConfigurationList(java.util.ArrayList paramConfigurationList)
This method sets the payment configuration ArrayList.
|
void | setPaymentConfigurationMethodList(java.util.ArrayList paramConfigurationList)
This method sets payment configuration's method name ArrayList.
|
void | setRequestProperties(TypedProperty aRequestProperties)
This method sets the passed parameters as part of the URL if any.
|
public static final java.lang.String COPYRIGHT
public java.lang.String getCommandInterfaceName()
public void setCommandInterfaceName(java.lang.String ifname)
public void setRequestProperties(TypedProperty aRequestProperties) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public TypedProperty getRequestProperties()
public java.lang.String getConfigurationId(int index) throws java.lang.ArrayIndexOutOfBoundsException
public java.lang.String getConfigurationMethodName(int index) throws java.lang.ArrayIndexOutOfBoundsException
public java.util.ArrayList getConfigurationList()
public java.util.ArrayList getConfigurationMethodList()
public void setPaymentConfigurationList(java.util.ArrayList paramConfigurationList)
public void setPaymentConfigurationMethodList(java.util.ArrayList paramConfigurationList)
public int getListSize()
public java.lang.String getMethodType()
public void setMethodType(java.lang.String string)