org.kuali.rice.kns.util
Class AuditError

java.lang.Object
  extended by org.kuali.rice.kns.util.AuditError

public class AuditError
extends Object

KRA Audit Error class.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
AuditError(String errorKey, String messageKey, String link)
           
AuditError(String errorKey, String messageKey, String link, String[] params)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditError

public AuditError(String errorKey,
                  String messageKey,
                  String link)

AuditError

public AuditError(String errorKey,
                  String messageKey,
                  String link,
                  String[] params)
Method Detail

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.

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.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.