com.ibm.commerce.negotiation.beans
Interface OpenCryBidControlRuleInputDataBean

All Known Implementing Classes:
OpenCryBidControlRuleDataBean

public interface OpenCryBidControlRuleInputDataBean

Method Summary
void setCommandInterfaceName(java.lang.String ifname)
Sets the commandInterfaceName.
void setMinQuant(java.lang.String newMinQuant)
Sets the minimum bid quantity.
void setMinValue(java.lang.String newMinValue)
Sets the minimum bid value.
void setPriceRanges(NumericRangeDataBean[] newPriceRanges) Loads an array of price-range (NumericRangeDataBean) objects.

Method Detail

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.

Feedback