Calculate the Highest Winning Bid and Lowest Winning Bid (aka Best Bid) 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. |
Method Summary | |
---|---|
java.lang.Long |
getHighestWinningBid() Get the highest winning bid id for the specified auction. |
java.lang.Long |
getLowestWinningBid() Get the lowest winning bid (a.k.a Best Bid) id for the specified auction |
void |
setActiveBids(java.util.Vector bids) Sets the list of active bids to be processed. |
void |
setAuctionId(java.lang.Long id) Sets the current auction Id value, |
void |
setErrorTaskName(java.lang.String errorTaskName) Set error task name that will be returned by the exceptions. |
void |
setQuantityOnAuction(java.lang.Double quantity)
Sets the quantity on auction value. |
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.lang.Long getHighestWinningBid()
public java.lang.Long getLowestWinningBid()
public void setActiveBids(java.util.Vector bids)
bids
- Vector - Active bids listpublic void setAuctionId(java.lang.Long id)
id
- Long - Auction Idpublic void setErrorTaskName(java.lang.String errorTaskName)
errorTaskName
- java.lang.Stringpublic void setQuantityOnAuction(java.lang.Double quantity)
quantity
- Double - Quantity on auction.