java.lang.Object
com.priint.pubserver.cometserver.businessrulesmanager.result.SingleRuleResult
All Implemented Interfaces:
Serializable

public class SingleRuleResult extends Object implements Serializable
Data container for all results obtained during execution of business rules
See Also:
  • Constructor Details

    • SingleRuleResult

      public SingleRuleResult()
  • Method Details

    • getExecutedWithErrors

      public Boolean getExecutedWithErrors()
      Returns:
      executedWithErrors - a flag if the result contains errors
    • setExecutedWithErrors

      public void setExecutedWithErrors(Boolean executedWithErrors)
      Parameters:
      executedWithErrors - set error flag
    • getResultList

      public List<BusinessRuleResult> getResultList()
      Returns:
      result list. Initially we return an empty list.
    • setResultList

      public void setResultList(List<BusinessRuleResult> resultList)
      Parameters:
      resultList - set results