Class RuleConfigurationRRD

  • All Implemented Interfaces:
    java.io.Serializable

    public class RuleConfigurationRRD
    extends java.lang.Object
    implements java.io.Serializable
    Represents a Rule's configuration at rule evaluation time (gets inserted as one fact per rule, the rule being identified by the ruleCode)
    See Also:
    Serialized Form
    • Constructor Detail

      • RuleConfigurationRRD

        public RuleConfigurationRRD()
    • Method Detail

      • setRuleCode

        public void setRuleCode​(java.lang.String ruleCode)
      • getRuleCode

        public java.lang.String getRuleCode()
      • setMaxAllowedRuns

        public void setMaxAllowedRuns​(java.lang.Integer maxAllowedRuns)
      • getMaxAllowedRuns

        public java.lang.Integer getMaxAllowedRuns()
      • setCurrentRuns

        public void setCurrentRuns​(java.lang.Integer currentRuns)
      • getCurrentRuns

        public java.lang.Integer getCurrentRuns()
      • setRuleGroupCode

        public void setRuleGroupCode​(java.lang.String ruleGroupCode)
      • getRuleGroupCode

        public java.lang.String getRuleGroupCode()
      • setActionExecutionStarted

        public void setActionExecutionStarted​(boolean actionExecutionStarted)
      • isActionExecutionStarted

        public boolean isActionExecutionStarted()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object