public class EDPPaymentInstructionsDataBean extends AEDPDataBean
This databean gets the Payment Instructions of Payment Rules from the
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 |
---|
EDPPaymentInstructionsDataBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandInterfaceName()
This method gets the command interface name that populates this data
bean.
|
java.lang.Long |
getOrderId()
This method gets the order ID.
|
java.util.ArrayList |
getPaymentInstructions()
This method gets the payment instructions of Payment Rules for this data
bean.
|
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 |
setOrderId(java.lang.Long orderId)
This method sets the order ID.
|
void |
setPaymentInstructions(java.util.ArrayList paramPaymentInstructions)
This method sets the payment instructions of Payment Rules for this data
bean.
|
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()
public void setOrderId(java.lang.Long orderId)
orderId
- A Long that specifies the order ID.public java.lang.Long getOrderId()
public void setPaymentInstructions(java.util.ArrayList paramPaymentInstructions)
paramPaymentInstructions
- An ArrayList that represents the list of
available payment instructions with current data bean.public java.util.ArrayList getPaymentInstructions()
public void setRequestProperties(TypedProperty aRequestProperties)
aRequestProperties
- A TypedProperty that specifies the parameters passed as part of the URL if any.public TypedProperty getRequestProperties()