Class SingleRuleResult
java.lang.Object
com.priint.pubserver.cometserver.businessrulesmanager.result.SingleRuleResult
- All Implemented Interfaces:
Serializable
Data container for all results obtained during execution of business rules
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetExecutedWithErrors(Boolean executedWithErrors) voidsetResultList(List<BusinessRuleResult> resultList)
-
Constructor Details
-
SingleRuleResult
public SingleRuleResult()
-
-
Method Details
-
getExecutedWithErrors
- Returns:
- executedWithErrors - a flag if the result contains errors
-
setExecutedWithErrors
- Parameters:
executedWithErrors- set error flag
-
getResultList
- Returns:
- result list. Initially we return an empty list.
-
setResultList
- Parameters:
resultList- set results
-