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
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public byte[] getReturnData()
public void setOrderId(java.lang.Long orderId)
orderId
- the order reference number of the Order for which
the detail order description is to be prepared.