public class AuditCluster extends Object
Constructor and Description |
---|
AuditCluster() |
AuditCluster(String label,
List auditErrorList) |
AuditCluster(String label,
List auditErrorList,
boolean softAudits) |
Modifier and Type | Method and Description |
---|---|
List |
getAuditErrorList()
Gets the auditErrorList attribute.
|
String |
getLabel()
Gets the label attribute.
|
int |
getSize()
Returns the number of audit errors in the cluster.
|
boolean |
isSoftAudits()
Gets the softAudits attribute.
|
void |
setAuditErrorList(List auditErrorList)
Sets the auditErrorList attribute value.
|
void |
setLabel(String label)
Sets the label attribute value.
|
void |
setSoftAudits(boolean softAudits)
Sets the softAudits attribute value.
|
public AuditCluster()
public AuditCluster(String label, List auditErrorList)
public AuditCluster(String label, List auditErrorList, boolean softAudits)
public void setLabel(String label)
label
- The label to set.public List getAuditErrorList()
public void setAuditErrorList(List auditErrorList)
auditErrorList
- The auditErrorList to set.public boolean isSoftAudits()
public void setSoftAudits(boolean softAudits)
softAudits
- The softAudits to set.public int getSize()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.