Determine winning auto-bids' best bidding prices 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. |
Method Summary | |
void | setActiveBids(java.util.Vector bids) Sets the list of active bids to be processed. |
void | setBidRuleId(java.lang.Long id) Sets the current auction Bid Rule Id, |
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. |
void | setWinners(java.util.Vector winners) Sets the incoming vector of winners. |
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 setActiveBids(java.util.Vector bids)
public void setBidRuleId(java.lang.Long id)
public void setErrorTaskName(java.lang.String errorTaskName)
public void setQuantityOnAuction(java.lang.Double quantity)
public void setWinners(java.util.Vector winners)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.