com.ibm.commerce.negotiation.commands
Interface NotifyStartAuctionCmd

All Superinterfaces:
NotifyAuctionBaseCmd, TaskCommand
All Known Implementing Classes:
NotifyStartAuctionCmdImpl

public interface NotifyStartAuctionCmd
extends NotifyAuctionBaseCmd

Defines the command interface for the notification of the start of an auction.


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.
 
Methods inherited from interface com.ibm.commerce.negotiation.commands. NotifyAuctionBaseCmd
setAuctionAccessBean, setAuctionReferenceNumber
 

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