Defines the interface used by task commands that determine whether a particular shopper may delete a particular 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 | |
---|---|
boolean |
isBidderAuthorized() Gets the bidder authorized status. |
void |
setBidId(java.lang.String newBidId)
Sets the bid identifier field. |
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 boolean isBidderAuthorized()
public void setBidId(java.lang.String newBidId)
newBidId
- The bid id.