|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.util.AuditCluster
public class AuditCluster
KRA Audit Cluster; container for related set of audit errors.
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 |
Constructor Detail |
---|
public AuditCluster()
public AuditCluster(String label, List auditErrorList, String category)
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 int getSize()
public String getCategory()
public void setCategory(String category)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |