public class AuditCluster extends Object
| Constructor and Description |
|---|
AuditCluster() |
AuditCluster(String label,
List auditErrorList,
String category) |
| Modifier and Type | Method and Description |
|---|---|
List |
getAuditErrorList()
Gets the auditErrorList attribute.
|
String |
getCategory() |
String |
getLabel()
Gets the label attribute.
|
int |
getSize()
Returns the number of audit errors in the cluster.
|
void |
setAuditErrorList(List auditErrorList)
Sets the auditErrorList attribute value.
|
void |
setCategory(String category) |
void |
setLabel(String label)
Sets the label attribute value.
|
public AuditCluster()
public AuditCluster(String label, List auditErrorList, String category)
public void setLabel(String label)
label - The label to set.public List getAuditErrorList()
public void setAuditErrorList(List auditErrorList)
auditErrorList - The auditErrorList to set.public int getSize()
public String getCategory()
public void setCategory(String category)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.