com.ibm.commerce.payment.commands
Interface GetOrderDescCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
GetOrderDescCmdImpl

public interface GetOrderDescCmd
extends TaskCommand

The GetOrderDescCmd Task Command constructs a human readable description of the order suitable for display by a wallet application that runs on the shopper's machine.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation of this command.
static java.lang.String NAME
          The name of this command.
 
Method Summary
 byte[] getReturnData()
          Returns the byte Array containing a detail description of the order suitable for display by a wallet application running on the shopper's machine.
 void setOrderId(java.lang.Long orderId)           Sets the orderId property of the command.
 

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.
See Also:
Constant Field Values

defaultCommandClassName

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

getReturnData

public byte[] getReturnData()
Returns the byte Array containing a detail description of the order suitable for display by a wallet application running on the shopper's machine.
Returns:
the byte Array containing a detail description of the order

setOrderId

public void setOrderId(java.lang.Long orderId)
Sets the orderId property of the command.
Parameters:
orderId - the order reference number of the Order for which the detail order description is to be prepared.