com.ibm.commerce.negotiation.beans
Interface SealedBidControlRuleInputDataBean
- All Known Implementing Classes:
- SealedBidControlRuleDataBean
- public interface SealedBidControlRuleInputDataBean
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. |
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.