public class EDPRefundMethodsDataBean extends AEDPDataBean
com.ibm.commerce.edp.commands
data bean command.
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 |
---|
EDPRefundMethodsDataBean() |
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 |
getRefundMethods()
This method gets the available refund 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 |
setRefundMethods(java.util.ArrayList paramRefundMethods)
This method sets the available refund 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 setRefundMethods(java.util.ArrayList paramRefundMethods)
paramRefundMethods
- An ArrayList that represents the available refund methods.public java.util.ArrayList getRefundMethods()
public void setRequestProperties(TypedProperty aRequestProperties)
aRequestProperties
- A TypedProperty that specifies the parameters
passed as part of the URL if anypublic TypedProperty getRequestProperties()