com.ibm.commerce.negotiation.beans

Interface ControlRuleInputDataBean

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setId(java.lang.String newId)
      Sets the control rule ID.
      void setOwnerId(java.lang.String newOwnerId)
      Sets the owner ID field.
      void setRuleDesc(java.lang.String newRuleDesc)
      Sets the rule description.
      void setRuleInterpreterClassId(java.lang.String newRuleInterpreterClassId)
      Sets the rule interpreter class ID.
      void setRuleName(java.lang.String newRuleName)
      Sets the rule name.
      void setRuleType(java.lang.String newRuleType)
      Sets the rule type.
    • Method Detail

      • setId

        void setId(java.lang.String newId)
        Sets the control rule ID.
        Parameters:
        newId - the new control rule ID.
      • setOwnerId

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

        void setRuleDesc(java.lang.String newRuleDesc)
        Sets the rule description.
        Parameters:
        newRuleDesc - the new rule description.
      • setRuleInterpreterClassId

        void setRuleInterpreterClassId(java.lang.String newRuleInterpreterClassId)
        Sets the rule interpreter class ID.
        Parameters:
        newRuleInterpreterClassId - the rule interpreter class ID.
      • 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.