com.ibm.commerce.negotiation.beans
Interface OpenCryBidControlRuleInputDataBean
- All Known Implementing Classes:
- OpenCryBidControlRuleDataBean
- public interface OpenCryBidControlRuleInputDataBean
setCommandInterfaceName
public void setCommandInterfaceName(java.lang.String ifname)
- Sets the commandInterfaceName.
- Parameters:
ifname
- the new command interface name.
setMinQuant
public void setMinQuant(java.lang.String newMinQuant)
- Sets the minimum bid quantity.
- Parameters:
newMinQuant
- the minimum bid quantity.
setMinValue
public void setMinValue(java.lang.String newMinValue)
- Sets the minimum bid value.
- Parameters:
newMinValue
- the minimum bid value.
setPriceRanges
public void setPriceRanges(NumericRangeDataBean[] newPriceRanges)
- Loads an array of price-range (NumericRangeDataBean) objects.
- Parameters:
newPriceRanges
- an array of price-range (NumericRangeDataBean) objects.