public class AuditError extends Object
Constructor and Description |
---|
AuditError(String errorKey,
String messageKey,
String link) |
AuditError(String errorKey,
String messageKey,
String link,
String[] params) |
Modifier and Type | Method and Description |
---|---|
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.
|
public AuditError(String errorKey, String messageKey, String link)
public AuditError(String errorKey, String messageKey, String link, String[] params)
public String getErrorKey()
public void setErrorKey(String errorKey)
errorKey
- The errorKey to set.public void setLink(String link)
link
- The link to set.public String getMessageKey()
public void setMessageKey(String messageKey)
key
- The key to set.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.