org.kuali.rice.kew.actiontaken
Class ActionTakenValue

java.lang.Object
  extended by org.kuali.rice.kew.actiontaken.ActionTakenValue
All Implemented Interfaces:
Serializable, WorkflowPersistable

@Sequence(name="KREW_ACTN_TKN_S",
          property="actionTakenId")
public class ActionTakenValue
extends Object
implements WorkflowPersistable

Model object mapped to ojb for representing actions taken on documents by users.

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

Constructor Summary
ActionTakenValue()
           
 
Method Summary
 void beforeInsert()
           
 Object copy(boolean preserveKeys)
           
 Timestamp getActionDate()
           
 String getActionDateString()
           
 Collection<ActionRequestValue> getActionRequests()
           
 String getActionTaken()
           
 Long getActionTakenId()
           
 String getActionTakenLabel()
           
 String getAnnotation()
           
 Boolean getCurrentIndicator()
           
 String getDelegatorDisplayName()
           
 org.kuali.rice.kim.bo.Group getDelegatorGroup()
           
 String getDelegatorGroupId()
           
 org.kuali.rice.kim.bo.entity.KimPrincipal getDelegatorPrincipal()
           
 String getDelegatorPrincipalId()
           
 Integer getDocVersion()
           
 Integer getLockVerNbr()
           
 org.kuali.rice.kim.bo.entity.KimPrincipal getPrincipal()
           
 String getPrincipalDisplayName()
           
 String getPrincipalId()
           
 Collection getRootActionRequests()
           
 DocumentRouteHeaderValue getRouteHeader()
           
 Long getRouteHeaderId()
           
 boolean isApproval()
           
 boolean isCompletion()
           
 boolean isForDelegator()
           
 void setActionDate(Timestamp actionDate)
           
 void setActionDateString(String actionDateString)
           
 void setActionRequests(Collection<ActionRequestValue> actionRequests)
           
 void setActionTaken(String actionTaken)
           
 void setActionTakenId(Long actionTakenId)
           
 void setAnnotation(String annotation)
           
 void setCurrentIndicator(Boolean currentIndicator)
           
 void setDelegator(Recipient recipient)
           
 void setDelegatorGroupId(String delegatorGroupId)
           
 void setDelegatorPrincipalId(String delegatorPrincipalId)
           
 void setDocVersion(Integer docVersion)
           
 void setLockVerNbr(Integer lockVerNbr)
           
 void setPrincipalId(String principalId)
           
 void setRouteHeader(DocumentRouteHeaderValue routeHeader)
           
 void setRouteHeaderId(Long routeHeaderId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionTakenValue

public ActionTakenValue()
Method Detail

getPrincipal

public org.kuali.rice.kim.bo.entity.KimPrincipal getPrincipal()

beforeInsert

public void beforeInsert()

getPrincipalDisplayName

public String getPrincipalDisplayName()

getDelegatorPrincipal

public org.kuali.rice.kim.bo.entity.KimPrincipal getDelegatorPrincipal()

getDelegatorGroup

public org.kuali.rice.kim.bo.Group getDelegatorGroup()

setDelegator

public void setDelegator(Recipient recipient)

isForDelegator

public boolean isForDelegator()

getDelegatorDisplayName

public String getDelegatorDisplayName()

getActionTakenLabel

public String getActionTakenLabel()

getActionRequests

public Collection<ActionRequestValue> getActionRequests()

setActionRequests

public void setActionRequests(Collection<ActionRequestValue> actionRequests)

getRouteHeader

public DocumentRouteHeaderValue getRouteHeader()

setRouteHeader

public void setRouteHeader(DocumentRouteHeaderValue routeHeader)

getActionDate

public Timestamp getActionDate()

setActionDate

public void setActionDate(Timestamp actionDate)

getActionTaken

public String getActionTaken()

setActionTaken

public void setActionTaken(String actionTaken)

getActionTakenId

public Long getActionTakenId()

setActionTakenId

public void setActionTakenId(Long actionTakenId)

getAnnotation

public String getAnnotation()

setAnnotation

public void setAnnotation(String annotation)

getDelegatorPrincipalId

public String getDelegatorPrincipalId()

setDelegatorPrincipalId

public void setDelegatorPrincipalId(String delegatorPrincipalId)

getDelegatorGroupId

public String getDelegatorGroupId()

setDelegatorGroupId

public void setDelegatorGroupId(String delegatorGroupId)

getDocVersion

public Integer getDocVersion()

setDocVersion

public void setDocVersion(Integer docVersion)

getLockVerNbr

public Integer getLockVerNbr()

setLockVerNbr

public void setLockVerNbr(Integer lockVerNbr)

getRouteHeaderId

public Long getRouteHeaderId()

setRouteHeaderId

public void setRouteHeaderId(Long routeHeaderId)

getPrincipalId

public String getPrincipalId()

setPrincipalId

public void setPrincipalId(String principalId)

getCurrentIndicator

public Boolean getCurrentIndicator()

setCurrentIndicator

public void setCurrentIndicator(Boolean currentIndicator)

getRootActionRequests

public Collection getRootActionRequests()

copy

public Object copy(boolean preserveKeys)
Specified by:
copy in interface WorkflowPersistable

getActionDateString

public String getActionDateString()

setActionDateString

public void setActionDateString(String actionDateString)

isApproval

public boolean isApproval()

isCompletion

public boolean isCompletion()


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