Package org.kuali.rice.krad.util
Class AuditCluster
java.lang.Object
org.kuali.rice.krad.util.AuditCluster
KRA Audit Cluster; container for related set of audit errors.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the auditErrorList attribute.getLabel()Gets the label attribute.intgetSize()Returns the number of audit errors in the cluster.voidsetAuditErrorList(List auditErrorList) Sets the auditErrorList attribute value.voidsetCategory(String category) voidSets the label attribute value.
-
Constructor Details
-
AuditCluster
public AuditCluster() -
AuditCluster
-
-
Method Details
-
getLabel
Gets the label attribute.- Returns:
- Returns the label.
-
setLabel
Sets the label attribute value.- Parameters:
label- The label to set.
-
getAuditErrorList
Gets the auditErrorList attribute.- Returns:
- Returns the auditErrorList.
-
setAuditErrorList
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
-
setCategory
-