com.ibm.commerce.negotiation.beans
Interface OpenCryBidControlRuleSmartDataBean

All Known Implementing Classes:
OpenCryBidControlRuleDataBean

public interface OpenCryBidControlRuleSmartDataBean


Method Summary
 java.lang.String getCommandInterfaceName()
          Gets the commandInterfaceName.
 java.lang.String getMinQuant()
          Gets the minimum bid quantity from a rule.
 java.lang.String getMinValue()
          Gets the minimum bid value.
 NumericRangeDataBean[] getPriceRanges()
          Gets an array of NumericRangeDataBean price-range objects.
 

Method Detail

getCommandInterfaceName

public java.lang.String getCommandInterfaceName()
Gets the commandInterfaceName.
Returns:
if not null, the commandInterfaceName; otherwise OpenCryBidControlRuleBeanCmd.NAME.

getMinQuant

public java.lang.String getMinQuant()
Gets the minimum bid quantity from a rule.
Returns:
the minimum bid quantity.

getMinValue

public java.lang.String getMinValue()
Gets the minimum bid value.
Returns:
the minumum bid value.

getPriceRanges

public NumericRangeDataBean[] getPriceRanges()
Gets an array of NumericRangeDataBean price-range objects.
Returns:
array of NumericRangeDataBean (price range) objects.