org.kuali.rice.kew.rule
Class WorkflowAttributeValidationError
java.lang.Object
org.kuali.rice.kew.rule.WorkflowAttributeValidationError
- All Implemented Interfaces:
- Serializable
public class WorkflowAttributeValidationError
- extends Object
- implements Serializable
An error returned from the validation of a WorkflowAttribute
.
Returned by a call to WorkflowAttributeXmlValidator.validateClientRoutingData()
and SearchableAttribute#validateUserSearchInputs(Map)
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowAttributeValidationError
public WorkflowAttributeValidationError(String key,
String message)
WorkflowAttributeValidationError
public WorkflowAttributeValidationError(String key,
String message,
MessageMap messageMap)
setKey
public void setKey(String key)
- Parameters:
key
- The key to set.
getKey
public String getKey()
- Returns:
- Returns the key.
setMessage
public void setMessage(String message)
- Parameters:
message
- The message to set.
getMessage
public String getMessage()
- Returns:
- Returns the message.
getMessageMap
public MessageMap getMessageMap()
- Returns:
- the messageMap
setMessageMap
public void setMessageMap(MessageMap messageMap)
- Parameters:
messageMap
- the messageMap to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.