Process Open Cry Bids 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.util.Vector |
getActiveBids() Get the list of active bids for this open cry auction. |
java.math.BigDecimal |
getNewBestBidPrice() Return the best bid price after this task is executed. |
java.math.BigDecimal |
getOldBestBidPrice() Return the best bid price before this task is executed. |
Methods inherited from interface com.ibm.commerce.negotiation.commands. ProcessTaskCmd |
setDataHandle,
setErrorTaskName |
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.util.Vector getActiveBids()
public java.math.BigDecimal getNewBestBidPrice()
public java.math.BigDecimal getOldBestBidPrice()