Interface for the task command that deletes 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 | |
---|---|
java.util.Hashtable |
getErrorContent() Returns a Hashtable that contains exceptions if any with key as the auction id. |
void |
setAuctionIdList(java.util.Vector v)
Set the Vector that contains a list of Strings. |
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 java.util.Hashtable getErrorContent()
public void setAuctionIdList(java.util.Vector v)
v
- The vector of strings.