Class AuditError

java.lang.Object
org.kuali.rice.krad.util.AuditError

public class AuditError extends Object
KRA Audit Error class.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

  • Method Details

    • getErrorKey

      public String getErrorKey()
      Gets the errorKey attribute.
      Returns:
      Returns the errorKey.
    • setErrorKey

      public void setErrorKey(String errorKey)
      Sets the errorKey attribute value.
      Parameters:
      errorKey - The errorKey to set.
    • getValidationKey

      public 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.
      Returns:
      the validation key used by ValidationMessages
    • setValidationKey

      public void setValidationKey(String validationKey)
      See Also:
    • getLink

      public String getLink()
      Gets the link attribute.
      Returns:
      Returns the link.
    • setLink

      public void setLink(String link)
      Sets the link attribute value.
      Parameters:
      link - The link to set.
    • getMessageKey

      public String getMessageKey()
      Gets the key attribute.
      Returns:
      Returns the key.
    • setMessageKey

      public void setMessageKey(String messageKey)
      Sets the key attribute value.
      Parameters:
      key - The key to set.
    • getParams

      public String[] getParams()
      Gets the params attribute.
      Returns:
      Returns the params.
    • setParams

      public void setParams(String[] params)
      Sets the params attribute value.
      Parameters:
      params - The params to set.