org.kuali.rice.kew.dto
Class ActionTakenDTO
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionTakenDTO
public ActionTakenDTO()
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.