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