Create Auction command interface.
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. |
Fields inherited from interface com.ibm.commerce.negotiation.commands. AuctionTaskBaseCmd |
AUCTION_BASE_TIMESTAMP |
Method Summary | |
---|---|
void |
setAuctionType(java.lang.String s) Set the auction type. |
void |
setCurrency(java.lang.String s) Set the currency. |
void |
setCurrentAvailableQuantity(java.lang.Double quant) Set the current available quantity. |
void |
setOwnerId(java.lang.Long userid) Set the auction owner id. |
void |
setProductId(java.lang.Long theId) Set the product id. |
Methods inherited from interface com.ibm.commerce.negotiation.commands. AuctionTaskBaseCmd |
getAuction,
setBidRuleId,
setCloseType,
setCurrentAskPrice,
setDeposit,
setDurationDays,
setDurationTime,
setDurationTimestamp,
setEndTime,
setFulfillmentCenterId,
setLongDescription,
setPricingRuleType,
setProductDisplayPage,
setQuantity,
setReservationId,
setReservePrice,
setRuleDisplayPage,
setShortDescription,
setStartPrice,
setStartTime |
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 setAuctionType(java.lang.String s) throws ECException
s
- The auction type.ECException
- if any problems are encountered.public void setCurrency(java.lang.String s) throws ECException
s
- The currency.ECException
- if any problems are encountered.public void setCurrentAvailableQuantity(java.lang.Double quant) throws ECException
quant
- The current available quantity.ECException
- if any problems are encountered.public void setOwnerId(java.lang.Long userid) throws ECException
userid
- The auction owner id.ECException
- if any problems are encountered.public void setProductId(java.lang.Long theId) throws ECException
theId
- The product id.ECException
- if any problems are encountered.