com.ibm.commerce.negotiation.commands
Interface NotifyBidOverrideCmd

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

public interface NotifyBidOverrideCmd
extends NotifyAuctionBaseCmd

Defines the interface for bid override notification command.


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 setBidDataLight(BidDataLight aBidDataLight)
          Set a BidDataLight instance.
 
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
Method Detail

setBidDataLight

public void setBidDataLight(BidDataLight aBidDataLight)
Set a BidDataLight instance.
Parameters:
aBidDataLight - The object that has the bid information.