Interface to place an order for a winning bid.
Field Summary | |
static java.lang.String | COPYRIGHT Copyright statement. |
static java.lang.String | defaultCommandClassName The default implementation class name. |
static java.lang.String | NAME The full class name for this interface file. |
Method Summary | |
void | setBidReferenceNumber(java.lang.Long i) Stores the incoming value for the bid reference number. |
void | setOrderReferenceNumber(java.lang.Long l) Stores the incoming value for the order reference number. |
void | setStatus(java.lang.String s) Stores the incoming value for the status. |
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 void setBidReferenceNumber(java.lang.Long i)
public void setOrderReferenceNumber(java.lang.Long l)
public void setStatus(java.lang.String s)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.