com.ibm.commerce.negotiation.beans
Interface ControlRuleListInputDataBean

All Known Implementing Classes:
ControlRuleListBean

public interface ControlRuleListInputDataBean


Method Summary
 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 setRuleName(java.lang.String newRuleName)
          Sets the ruleName.
 void setRuleType(java.lang.String newRuleType)
          Sets the rule type.
 

Method Detail

setCommandInterfaceName

public void setCommandInterfaceName(java.lang.String ifname)
Sets the commandInterfaceName.
Parameters:
ifname - the new command interface name.

setControlRuleList

public void setControlRuleList(ControlRuleAccessBean[] newControlRuleList)
Populates a list of bid control rules.
Parameters:
newControlRuleList - new list of ControlRuleAccessBean objects.

setControlRules

public void setControlRules(ControlRuleDataBean[] newControlRules)
Loads the array of bid control rules.
Parameters:
newControlRules - new array of ControlRuleDataBean objects.

setOwnerId

public void setOwnerId(java.lang.String newOwnerId)
Sets the ownerId field.
Parameters:
newOwnerId - Id of the auction owner.

setRuleName

public void setRuleName(java.lang.String newRuleName)
Sets the ruleName.
Parameters:
newRuleName - the new rule name.

setRuleType

public void setRuleType(java.lang.String newRuleType)
Sets the rule type.
Parameters:
newRuleType - the new rule type.