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 |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
actionTakenId
private Long actionTakenId
routeHeaderId
private Long routeHeaderId
docVersion
private Integer docVersion
principalId
private String principalId
delegatorPrincpalId
private String delegatorPrincpalId
delegatorGroupId
private String delegatorGroupId
actionTaken
private String actionTaken
actionDate
private Calendar actionDate
annotation
private String annotation
actionRequests
private ActionRequestDTO[] actionRequests
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()
getRouteHeaderId
public Long getRouteHeaderId()
setRouteHeaderId
public void setRouteHeaderId(Long routeHeaderId)
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.