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)
public void setAuctionId(java.lang.Long id)
public void setErrorTaskName(java.lang.String errorTaskName)
public void setQuantityOnAuction(java.lang.Double quantity)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.