java.lang.Objectcom.ibm.commerce.beans.InputDataBeanImpl
com.ibm.commerce.beans.SmartDataBeanImpl
com.ibm.commerce.negotiation.beans.NegotiationListBean
com.ibm.commerce.negotiation.beans.ControlRuleListBean
Provides sorted lists of control rules.
Field Summary | |
protected java.lang.String | commandInterfaceName |
protected ControlRuleAccessBean[] | controlRuleList |
static java.lang.String | COPYRIGHT |
protected ControlRuleDataBean[] | fControlRules |
java.lang.String | ownerId |
protected java.lang.String | ruleName |
protected java.lang.String | ruleType |
Fields inherited from class com.ibm.commerce.negotiation.beans.NegotiationListBean |
listSize, sortingAtt |
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
ControlRuleListBean() Constructs a ControlRuleListBean, initializes fields to emptyString. |
Method Summary | |
java.lang.String | getCommandInterfaceName() Gets the commandInterfaceName. |
ControlRuleAccessBean[] | getControlRuleList() Fetches a list of bid control rules. |
ControlRuleDataBean[] | getControlRules() Gets a sorted list of ControlRuleDataBean objects. |
java.lang.String | getOwnerId() Gets the ownerId field. |
TypedProperty | getRequestProperties() Gets the value of requestProperties; currently implemented to return null. |
java.lang.String | getRuleName() Gets the rule name. |
java.lang.String | getRuleType() Gets the ruleType. |
void | setCommandInterfaceName(java.lang.String ifname) Sets the commandInterfaceName. |
void | setControlRuleList(ControlRuleAccessBean[] newControlRuleList) Populates a list of bid control rules. |
void | setControlRules(ControlRuleDataBean[] newControlRules) Loads the array of bid control rules. |
void | setOwnerId(java.lang.String newOwnerId) Sets the ownerId field. |
void | setRequestProperties(TypedProperty param) Currently does nothing. |
void | setRuleName(java.lang.String newRuleName) Sets the ruleName. |
void | setRuleType(java.lang.String newRuleType) Sets the rule type. |
Methods inherited from class com.ibm.commerce.negotiation.beans.NegotiationListBean |
getLength, getSortAtt, setSortAtt |
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
fulfills, getCommandContext, getResources, populate, setCommandContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String ownerId
protected java.lang.String ruleType
protected java.lang.String commandInterfaceName
protected java.lang.String ruleName
protected ControlRuleAccessBean[] controlRuleList
protected ControlRuleDataBean[] fControlRules
public static final java.lang.String COPYRIGHT
Constructor Detail |
public ControlRuleListBean()
Method Detail |
public java.lang.String getCommandInterfaceName()
public ControlRuleAccessBean[] getControlRuleList()
public ControlRuleDataBean[] getControlRules()
public java.lang.String getOwnerId()
public TypedProperty getRequestProperties()
public java.lang.String getRuleName()
public java.lang.String getRuleType()
public void setCommandInterfaceName(java.lang.String ifname)
public void setControlRuleList(ControlRuleAccessBean[] newControlRuleList)
public void setControlRules(ControlRuleDataBean[] newControlRules)
public void setOwnerId(java.lang.String newOwnerId)
public void setRequestProperties(TypedProperty param)
public void setRuleName(java.lang.String newRuleName)
public void setRuleType(java.lang.String newRuleType)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.