org.kuali.rice.kew.dto
Class WorkflowAttributeValidationErrorDTO
java.lang.Object
org.kuali.rice.kew.dto.WorkflowAttributeValidationErrorDTO
public class WorkflowAttributeValidationErrorDTO
- extends Object
Transport object representing attribute errors that need to be sent over web services.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowAttributeValidationErrorDTO
public WorkflowAttributeValidationErrorDTO()
WorkflowAttributeValidationErrorDTO
public WorkflowAttributeValidationErrorDTO(String key,
String message)
getKey
public String getKey()
setKey
public void setKey(String key)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.