java.lang.Objectcom.ibm.commerce.negotiation.beans.ControlRuleDataBean
com.ibm.commerce.negotiation.beans.OpenCryBidControlRuleDataBean
Provides access to the fields of an Open Cry bid control rule.
Field Summary | |
static java.lang.String | COPYRIGHT |
protected java.lang.String | minQuant |
protected java.lang.String | minValue |
protected NumericRangeDataBean[] | priceRanges |
Fields inherited from class com.ibm.commerce.negotiation.beans.ControlRuleDataBean |
commandInterfaceName, id, ownerId, ruleDesc, ruleInterpreterClassId, ruleName, ruleType |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
OpenCryBidControlRuleDataBean() Constructs an OpenCryBidControlRuleDataBean. |
Method Summary | |
java.lang.String | getCommandInterfaceName() Gets the commandInterfaceName. |
java.lang.String | getMinQuant() Gets the minimum bid quantity from a rule. |
java.lang.String | getMinValue() Gets the minimum bid value. |
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. |
Methods inherited from class com.ibm.commerce.negotiation.beans.ControlRuleDataBean |
getId, getOwnerId, getRequestProperties, getRuleDesc, getRuleInterpreterClassId, getRuleName, getRuleType, setId, setOwnerId, setRequestProperties, setRuleDesc, setRuleInterpreterClassId, setRuleName, setRuleType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String minQuant
protected java.lang.String minValue
protected NumericRangeDataBean[] priceRanges
public static final java.lang.String COPYRIGHT
Constructor Detail |
public OpenCryBidControlRuleDataBean()
Method Detail |
public java.lang.String getCommandInterfaceName()
public java.lang.String getMinQuant()
public java.lang.String getMinValue()
public NumericRangeDataBean[] getPriceRanges()
public void setCommandInterfaceName(java.lang.String ifname)
public void setMinQuant(java.lang.String newMinQuant)
public void setMinValue(java.lang.String newMinValue)
public void setPriceRanges(NumericRangeDataBean[] newPriceRanges)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.