com.ibm.commerce.negotiation.commands
Interface PlaceAuctionOrderCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
PlaceAuctionOrderCmdImpl

public interface PlaceAuctionOrderCmd
extends TaskCommand

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

NAME

public static final java.lang.String NAME
The full class name for this interface file.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name. This is used if there is no record found in the CMDREG table.
See Also:
Constant Field Values
Method Detail

setBidReferenceNumber

public void setBidReferenceNumber(java.lang.Long i)
Stores the incoming value for the bid reference number.
Parameters:
i - java.lang.Integer

setOrderReferenceNumber

public void setOrderReferenceNumber(java.lang.Long l)
Stores the incoming value for the order reference number.
Parameters:
l - java.lang.Long

setStatus

public void setStatus(java.lang.String s)
Stores the incoming value for the status.
Parameters:
s - java.lang.String