| java.lang.Object org.kuali.module.kra.util.AuditCluster
AuditCluster | public class AuditCluster (Code) | | KRA Audit Cluster; container for related set of audit errors.
|
AuditCluster | public AuditCluster()(Code) | | |
AuditCluster | public AuditCluster(String label, List auditErrorList, boolean softAudits)(Code) | | |
getAuditErrorList | public List getAuditErrorList()(Code) | | Gets the auditErrorList attribute.
Returns the auditErrorList. |
getLabel | public String getLabel()(Code) | | Gets the label attribute.
Returns the label. |
getSize | public int getSize()(Code) | | Returns the number of audit errors in the cluster.
int size |
isSoftAudits | public boolean isSoftAudits()(Code) | | Gets the softAudits attribute.
Returns the softAudits. |
setAuditErrorList | public void setAuditErrorList(List auditErrorList)(Code) | | Sets the auditErrorList attribute value.
Parameters: auditErrorList - The auditErrorList to set. |
setLabel | public void setLabel(String label)(Code) | | Sets the label attribute value.
Parameters: label - The label to set. |
setSoftAudits | public void setSoftAudits(boolean softAudits)(Code) | | Sets the softAudits attribute value.
Parameters: softAudits - The softAudits to set. |
|
|