|
||||||||||
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
@Deprecated public class AuditError
KRA Audit Error class.
Constructor Summary | |
---|---|
AuditError(String errorKey,
String messageKey,
String link)
Deprecated. |
|
AuditError(String errorKey,
String messageKey,
String link,
String[] params)
Deprecated. |
Method Summary | |
---|---|
String |
getErrorKey()
Deprecated. Gets the errorKey attribute. |
String |
getLink()
Deprecated. Gets the link attribute. |
String |
getMessageKey()
Deprecated. Gets the key attribute. |
String[] |
getParams()
Deprecated. Gets the params attribute. |
void |
setErrorKey(String errorKey)
Deprecated. Sets the errorKey attribute value. |
void |
setLink(String link)
Deprecated. Sets the link attribute value. |
void |
setMessageKey(String messageKey)
Deprecated. Sets the key attribute value. |
void |
setParams(String[] params)
Deprecated. 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 |