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

Field Summary
private  Calendar actionDate
           
private  ActionRequestDTO[] actionRequests
           
private  String actionTaken
           
private  Long actionTakenId
           
private  String annotation
           
private  String delegatorGroupId
           
private  String delegatorPrincpalId
           
private  Integer docVersion
           
private  String principalId
           
private  Long routeHeaderId
           
(package private) static long serialVersionUID
           
 
Constructor Summary
ActionTakenDTO()
           
 
Method Summary
 Calendar getActionDate()
           
 ActionRequestDTO[] getActionRequests()
           
 String getActionTaken()
           
 Long getActionTakenId()
           
 String getAnnotation()
           
 String getDelegatorGroupId()
           
 String getDelegatorPrincpalId()
           
 Integer getDocVersion()
           
 String getPrincipalId()
           
 Long getRouteHeaderId()
           
 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 setDocVersion(Integer docVersion)
           
 void setPrincipalId(String principalId)
           
 void setRouteHeaderId(Long routeHeaderId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
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()

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.