com.ibm.commerce.negotiation.commands
Interface StartAuctionCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
StartAuctionCmdImpl

public interface StartAuctionCmd
extends TaskCommand

Command interface to start an auction.


Field Summary
static java.lang.String COPYRIGHT
          IBM 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 setAuctionAccessBean(AuctionAccessBean aBean)
          Sets the auction access bean.
 void setAuctionReferenceNumber(java.lang.Long i)           Sets the auction ID.
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM 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

setAuctionAccessBean

public void setAuctionAccessBean(AuctionAccessBean aBean)
Sets the auction access bean.
Parameters:
aBean - The auction access bean.

setAuctionReferenceNumber

public void setAuctionReferenceNumber(java.lang.Long i)
Sets the auction ID.
Parameters:
i - The auction ID.