public class EDPPaymentMethodsDataBean extends AEDPDataBean
com.ibm.commerce.edp.commands
databeanCommand.com.ibm.commerce.edp.commands
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
emptyString
Constructor and Description |
---|
EDPPaymentMethodsDataBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandInterfaceName()
This method gets the command interface name that populates this data
bean.
|
java.util.ArrayList |
getPaymentMethods()
This method gets the list of available payment methods.
|
TypedProperty |
getRequestProperties()
This method gets the parameters passed as part of the URL if any.
|
void |
setCommandInterfaceName(java.lang.String ifname)
This method sets the command interface name.
|
void |
setPaymentMethods(java.util.ArrayList paramPaymentMethods)
This method sets the list of available payment methods.
|
void |
setRequestProperties(TypedProperty aRequestProperties)
This method sets the parameters passed as part of the URL if any.
|
public static final java.lang.String COPYRIGHT
public void setCommandInterfaceName(java.lang.String ifname)
ifname
- A String that specifies the command interface name to be set.public java.lang.String getCommandInterfaceName()
com.ibm.commerce.edp.commands
.public void setPaymentMethods(java.util.ArrayList paramPaymentMethods)
paramPaymentMethods
- An ArrayList that represents the list of
available payment methodspublic java.util.ArrayList getPaymentMethods()
public void setRequestProperties(TypedProperty aRequestProperties)
aRequestProperties
- A TypedProperty that specifies the parameters passed as part of the URL if any.public TypedProperty getRequestProperties()