org.kuali.rice.kew.dto
Class WorkflowAttributeValidationErrorDTO

java.lang.Object
  extended by org.kuali.rice.kew.dto.WorkflowAttributeValidationErrorDTO

public class WorkflowAttributeValidationErrorDTO
extends Object

Transport object representing attribute errors that need to be sent over web services.


Constructor Summary
WorkflowAttributeValidationErrorDTO()
           
WorkflowAttributeValidationErrorDTO(String key, String message)
           
 
Method Summary
 String getKey()
           
 String getMessage()
           
 void setKey(String key)
           
 void setMessage(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowAttributeValidationErrorDTO

public WorkflowAttributeValidationErrorDTO()

WorkflowAttributeValidationErrorDTO

public WorkflowAttributeValidationErrorDTO(String key,
                                           String message)
Method Detail

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.