org.kuali.rice.kns.util
Class AuditCluster

java.lang.Object
  extended by org.kuali.rice.kns.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)

Field Summary
private  List auditErrorList
           
private  String category
           
private  String label
           
 
Constructor Summary
AuditCluster()
           
AuditCluster(String label, List auditErrorList, String category)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

private String label

auditErrorList

private List auditErrorList

category

private String category
Constructor Detail

AuditCluster

public AuditCluster()

AuditCluster

public AuditCluster(String label,
                    List auditErrorList,
                    String category)
Method Detail

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)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.