public class EDPRefundMethodsDataBean extends AEDPDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM Copyright notice field.
|
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)
public java.lang.String getCommandInterfaceName()
public void setRefundMethods(java.util.ArrayList paramRefundMethods)
public java.util.ArrayList getRefundMethods()
public void setRequestProperties(TypedProperty aRequestProperties)
public TypedProperty getRequestProperties()