public class EDPCompleteOrderActivityDataBean extends AEDPDataBean
com.ibm.commerce.edp.commands
databean 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 |
---|
EDPCompleteOrderActivityDataBean() |
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 |
getPaymentActivityHistory()
This method returns the payment activity history as an ArrayList Object
of
ActivityLogRecordData ,
which include the activities of Payment Instruction(s) and Payments(s) of
the order. |
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 |
setPaymentActivityHistory(java.util.ArrayList paramPaymentActivityHistory)
This method sets the payment activity history records, which include the
activities of Payment Instruction(s) and Payment(s) of the order.
|
void |
setRequestProperties(TypedProperty aRequestProperties)
This method sets the parameters passed as part of the URL if any, which
should includes the order ID.
|
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 setOrderId(java.lang.Long orderId)
orderId
- A Long that specifies the order ID to be set.public java.lang.Long getOrderId()
public void setPaymentActivityHistory(java.util.ArrayList paramPaymentActivityHistory)
paramPaymentActivityHistory
- An ArrayList that represents the list of payment activity records.public java.util.ArrayList getPaymentActivityHistory()
ActivityLogRecordData
,
which include the activities of Payment Instruction(s) and Payments(s) of
the order.public void setRequestProperties(TypedProperty aRequestProperties)
aRequestProperties
- The RequestProperties
that contains the input
parameters.public TypedProperty getRequestProperties()
RequestProperties
that contains
the input parameters.