org.kuali.kfs.module.cg.document.validation.impl
Class AuditCluster

java.lang.Object
  extended by org.kuali.kfs.module.cg.document.validation.impl.AuditCluster

public class AuditCluster
extends Object

KRA Audit Cluster; container for related set of audit errors.


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

Constructor Detail

AuditCluster

public AuditCluster()

AuditCluster

public AuditCluster(String label,
                    List auditErrorList)

AuditCluster

public AuditCluster(String label,
                    List auditErrorList,
                    boolean softAudits)
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.

isSoftAudits

public boolean isSoftAudits()
Gets the softAudits attribute.

Returns:
Returns the softAudits.

setSoftAudits

public void setSoftAudits(boolean softAudits)
Sets the softAudits attribute value.

Parameters:
softAudits - The softAudits to set.

getSize

public int getSize()
Returns the number of audit errors in the cluster.

Returns:
int size


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.