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.
|
String |
getValidationKey()
The key used to match in the ValidationMessages component, should either be id, property path,
or a key to match for that component; if NOT set, this will return errorKey.
|
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.
|
void |
setValidationKey(String validationKey) |
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 String getValidationKey()
public void setValidationKey(String validationKey)
getValidationKey()
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–2014 The Kuali Foundation. All rights reserved.