com.ibm.commerce.negotiation.beans

Interface ControlRuleListInputDataBean

  • All Known Implementing Classes:
    ControlRuleListBean


    public interface ControlRuleListInputDataBean
    • Method Detail

      • setCommandInterfaceName

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

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

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

        void setOwnerId(java.lang.String newOwnerId)
        Sets the owner ID field.
        Parameters:
        newOwnerId - ID of the auction owner.
      • setRuleName

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

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