| java.lang.Object org.kuali.module.kra.util.AuditError
AuditError | public class AuditError (Code) | | KRA Audit Error class.
|
getErrorKey | public String getErrorKey()(Code) | | Gets the errorKey attribute.
Returns the errorKey. |
getLink | public String getLink()(Code) | | Gets the link attribute.
Returns the link. |
getMessageKey | public String getMessageKey()(Code) | | Gets the key attribute.
Returns the key. |
getParams | public String[] getParams()(Code) | | Gets the params attribute.
Returns the params. |
setErrorKey | public void setErrorKey(String errorKey)(Code) | | Sets the errorKey attribute value.
Parameters: errorKey - The errorKey to set. |
setLink | public void setLink(String link)(Code) | | Sets the link attribute value.
Parameters: link - The link to set. |
setMessageKey | public void setMessageKey(String messageKey)(Code) | | Sets the key attribute value.
Parameters: key - The key to set. |
setParams | public void setParams(String[] params)(Code) | | Sets the params attribute value.
Parameters: params - The params to set. |
|
|