Command interface for notification of creating 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. |
Method Summary | |
---|---|
void |
setAuctionReferenceNumber(java.lang.Long l) Abstract method to set auction refernece number |
Methods inherited from interface com.ibm.commerce.negotiation.commands. NotifyAuctionBaseCmd |
setAuctionAccessBean |
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 setAuctionReferenceNumber(java.lang.Long l) throws ECApplicationException
setAuctionReferenceNumber
in interface
NotifyAuctionBaseCmd
l
- The auction Id.
ECApplicationException
- The exception
description.