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
public void setCurrency(java.lang.String s) throws ECException
public void setCurrentAvailableQuantity(java.lang.Double quant) throws ECException
public void setOwnerId(java.lang.Long userid) throws ECException
public void setProductId(java.lang.Long theId) throws ECException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.