org.kuali.rice.kew.dto
Class ActionTakenDTO

java.lang.Object
  extended by org.kuali.rice.kew.dto.ActionTakenDTO
All Implemented Interfaces:
Serializable

public class ActionTakenDTO
extends Object
implements Serializable

A transport object representing an ActionTakenValue

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
ActionTakenDTO()
           
 
Method Summary
 Calendar getActionDate()
           
 ActionRequestDTO[] getActionRequests()
           
 String getActionTaken()
           
 Long getActionTakenId()
           
 String getAnnotation()
           
 String getDelegatorGroupId()
           
 String getDelegatorPrincpalId()
           
 String getDocumentId()
           
 Integer getDocVersion()
           
 String getPrincipalId()
           
 void setActionDate(Calendar actionDate)
           
 void setActionRequests(ActionRequestDTO[] actionRequests)
           
 void setActionTaken(String actionTaken)
           
 void setActionTakenId(Long actionTakenId)
           
 void setAnnotation(String annotation)
           
 void setDelegatorGroupId(String delegatorGroupId)
           
 void setDelegatorPrincpalId(String delegatorPrincpalId)
           
 void setDocumentId(String documentId)
           
 void setDocVersion(Integer docVersion)
           
 void setPrincipalId(String principalId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionTakenDTO

public ActionTakenDTO()
Method Detail

getActionRequests

public ActionRequestDTO[] getActionRequests()

setActionRequests

public void setActionRequests(ActionRequestDTO[] actionRequests)

getActionDate

public Calendar getActionDate()

getActionTaken

public String getActionTaken()

getActionTakenId

public Long getActionTakenId()

getAnnotation

public String getAnnotation()

getDocVersion

public Integer getDocVersion()

getDocumentId

public String getDocumentId()

setDocumentId

public void setDocumentId(String documentId)

setDocVersion

public void setDocVersion(Integer docVersion)

setAnnotation

public void setAnnotation(String annotation)

setActionTakenId

public void setActionTakenId(Long actionTakenId)

setActionTaken

public void setActionTaken(String actionTaken)

setActionDate

public void setActionDate(Calendar actionDate)

getPrincipalId

public String getPrincipalId()

setPrincipalId

public void setPrincipalId(String principalId)

getDelegatorPrincpalId

public String getDelegatorPrincpalId()

setDelegatorPrincpalId

public void setDelegatorPrincpalId(String delegatorPrincpalId)

getDelegatorGroupId

public String getDelegatorGroupId()

setDelegatorGroupId

public void setDelegatorGroupId(String delegatorGroupId)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.