Class AuditCluster

java.lang.Object
org.kuali.rice.krad.util.AuditCluster

public class AuditCluster extends Object
KRA Audit Cluster; container for related set of audit errors.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • AuditCluster

      public AuditCluster()
    • AuditCluster

      public AuditCluster(String label, List auditErrorList, String category)
  • Method Details

    • getLabel

      public String getLabel()
      Gets the label attribute.
      Returns:
      Returns the label.
    • setLabel

      public void setLabel(String label)
      Sets the label attribute value.
      Parameters:
      label - The label to set.
    • getAuditErrorList

      public List getAuditErrorList()
      Gets the auditErrorList attribute.
      Returns:
      Returns the auditErrorList.
    • setAuditErrorList

      public void setAuditErrorList(List auditErrorList)
      Sets the auditErrorList attribute value.
      Parameters:
      auditErrorList - The auditErrorList to set.
    • getSize

      public int getSize()
      Returns the number of audit errors in the cluster.
      Returns:
      int size
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)