org.kuali.rice.kew.dto
Class ActionTakenEventDTO

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

public class ActionTakenEventDTO
extends DocumentEventDTO

A document event representing an ActionTaken.

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

Field Summary
private  ActionTakenDTO actionTaken
           
private static long serialVersionUID
           
 
Fields inherited from class org.kuali.rice.kew.dto.DocumentEventDTO
ACTION_TAKEN, AFTER_PROCESS, BEFORE_PROCESS, DELETE_CHANGE, LOCK_DOCUMENTS, ROUTE_LEVEL_CHANGE, ROUTE_STATUS_CHANGE
 
Constructor Summary
ActionTakenEventDTO()
           
 
Method Summary
 ActionTakenDTO getActionTaken()
           
 void setActionTaken(ActionTakenDTO actionTaken)
           
 
Methods inherited from class org.kuali.rice.kew.dto.DocumentEventDTO
getAppDocId, getDocumentEventCode, getRouteHeaderId, setAppDocId, setDocumentEventCode, setRouteHeaderId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

actionTaken

private ActionTakenDTO actionTaken
Constructor Detail

ActionTakenEventDTO

public ActionTakenEventDTO()
Method Detail

getActionTaken

public ActionTakenDTO getActionTaken()

setActionTaken

public void setActionTaken(ActionTakenDTO actionTaken)


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