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
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public TypedProperty getOrderPaymentInfo()
TypedProperty
.
String
).String[]
)
.public void setOrderId(java.lang.Long anOrderId)
anOrderId
- the Order identifier.