public class OpenCryBidControlRuleDataBean extends ControlRuleDataBean implements OpenCryBidControlRuleInputDataBean, OpenCryBidControlRuleSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
emptyString| Constructor and Description |
|---|
OpenCryBidControlRuleDataBean()
Constructs an OpenCryBidControlRuleDataBean.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandInterfaceName()
Gets the commandInterfaceName.
|
java.lang.String |
getFormattedMinQuant()
Get formatted min quantity
|
java.lang.String |
getFormattedMinValue()
Get formatted min value
|
java.lang.String |
getMinQuant()
Gets the minimum bid quantity from a rule.
|
java.lang.String |
getMinValue()
Gets the minimum bid value.
|
java.lang.String |
getMinValueForEdit()
Get min value for edit
|
NumericRangeDataBean[] |
getPriceRanges()
Gets an array of NumericRangeDataBean price-range objects.
|
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.
|
getId, getOwnerId, getRequestProperties, getRuleDesc, getRuleInterpreterClassId, getRuleName, getRuleType, setCommandContext, setId, setOwnerId, setRequestProperties, setRuleDesc, setRuleInterpreterClassId, setRuleName, setRuleTypepublic static final java.lang.String COPYRIGHT
public OpenCryBidControlRuleDataBean()
public java.lang.String getCommandInterfaceName()
getCommandInterfaceName in interface CommandDataBeangetCommandInterfaceName in interface OpenCryBidControlRuleSmartDataBeangetCommandInterfaceName in class ControlRuleDataBeanpublic java.lang.String getMinQuant()
getMinQuant in interface OpenCryBidControlRuleSmartDataBeanpublic java.lang.String getMinValue()
getMinValue in interface OpenCryBidControlRuleSmartDataBeanpublic NumericRangeDataBean[] getPriceRanges()
getPriceRanges in interface OpenCryBidControlRuleSmartDataBeanpublic void setCommandInterfaceName(java.lang.String ifname)
setCommandInterfaceName in interface CommandDataBeansetCommandInterfaceName in interface OpenCryBidControlRuleInputDataBeansetCommandInterfaceName in class ControlRuleDataBeanifname - the new command interface name.public void setMinQuant(java.lang.String newMinQuant)
setMinQuant in interface OpenCryBidControlRuleInputDataBeannewMinQuant - the minimum bid quantity.public void setMinValue(java.lang.String newMinValue)
setMinValue in interface OpenCryBidControlRuleInputDataBeannewMinValue - the minimum bid value.public void setPriceRanges(NumericRangeDataBean[] newPriceRanges)
setPriceRanges in interface OpenCryBidControlRuleInputDataBeannewPriceRanges - an array of price-range (NumericRangeDataBean) objects.public java.lang.String getFormattedMinValue()
public java.lang.String getMinValueForEdit()
public java.lang.String getFormattedMinQuant()