public interface SealedBidControlRuleInputDataBean
| Modifier and Type | Method and Description |
|---|---|
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 setCommandInterfaceName(java.lang.String ifname)
ifname - the new command interface name.void setMinQuant(java.lang.String newMinQuant)
newMinQuant - the minimum bid quantity.void setMinValue(java.lang.String newMinValue)
newMinValue - the minimum bid value.