Class RuleConfigurationRRD
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.rrd.RuleConfigurationRRD
-
- All Implemented Interfaces:
java.io.Serializable
public class RuleConfigurationRRD extends java.lang.Object implements java.io.SerializableRepresents 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 Summary
Constructors Constructor Description RuleConfigurationRRD()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.IntegergetCurrentRuns()java.lang.IntegergetMaxAllowedRuns()java.lang.StringgetRuleCode()java.lang.StringgetRuleGroupCode()inthashCode()booleanisActionExecutionStarted()voidsetActionExecutionStarted(boolean actionExecutionStarted)voidsetCurrentRuns(java.lang.Integer currentRuns)voidsetMaxAllowedRuns(java.lang.Integer maxAllowedRuns)voidsetRuleCode(java.lang.String ruleCode)voidsetRuleGroupCode(java.lang.String ruleGroupCode)
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-