|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.cg.document.validation.impl.AuditCluster
public class AuditCluster
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 |
---|
public AuditCluster()
public AuditCluster(String label, List auditErrorList)
public AuditCluster(String label, List auditErrorList, boolean softAudits)
Method Detail |
---|
public String getLabel()
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |