|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.util.AuditError
public class AuditError
KRA Audit Error class.
Constructor Summary | |
---|---|
AuditError(String errorKey,
String messageKey,
String link)
|
|
AuditError(String errorKey,
String messageKey,
String link,
String[] params)
|
Method Summary | |
---|---|
String |
getErrorKey()
Gets the errorKey attribute. |
String |
getLink()
Gets the link attribute. |
String |
getMessageKey()
Gets the key attribute. |
String[] |
getParams()
Gets the params attribute. |
void |
setErrorKey(String errorKey)
Sets the errorKey attribute value. |
void |
setLink(String link)
Sets the link attribute value. |
void |
setMessageKey(String messageKey)
Sets the key attribute value. |
void |
setParams(String[] params)
Sets the params attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuditError(String errorKey, String messageKey, String link)
public AuditError(String errorKey, String messageKey, String link, String[] params)
Method Detail |
---|
public String getErrorKey()
public void setErrorKey(String errorKey)
errorKey
- The errorKey to set.public String getLink()
public void setLink(String link)
link
- The link to set.public String getMessageKey()
public void setMessageKey(String messageKey)
key
- The key to set.public String[] getParams()
public void setParams(String[] params)
params
- The params to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |