com.ibm.commerce.order.commands
Interface GetOrderPaymentInfoCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
GetOrderPaymentInfoCmdImpl

public interface GetOrderPaymentInfoCmd
extends TaskCommand

Obtains the payment information of an Order.


Field Summary
static java.lang.String COPYRIGHT
          IBM Copyright notice field.
static java.lang.String defaultCommandClassName
          The name of the default implementation class for this command interface.
static java.lang.String NAME
          The name of this command interface.
 
Method Summary
  TypedProperty getOrderPaymentInfo()
          Gets the payment information of the Order.
 void setOrderId(java.lang.Long anOrderId)           Sets the Order identifier.
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM Copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this command interface.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The name of the default implementation class for this command interface.
See Also:
Constant Field Values
Method Detail

getOrderPaymentInfo

public TypedProperty getOrderPaymentInfo()
Gets the payment information of the Order.
Returns:
TypedProperty.
  • Key: payment information name (String).
  • Value: payment information values (String[] ) .

setOrderId

public void setOrderId(java.lang.Long anOrderId)
Sets the Order identifier.
Parameters:
anOrderId - the Order identifier.