org.kuali.rice.kew.actiontaken
Class ActionTakenValue

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

@Entity
public class ActionTakenValue
extends Object
implements Serializable

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()
           
 Timestamp getActionDate()
           
 String getActionDateString()
           
 Collection<ActionRequestValue> getActionRequests()
           
 String getActionTaken()
           
 String getActionTakenId()
           
 String getActionTakenLabel()
           
 String getAnnotation()
           
 Boolean getCurrentIndicator()
           
 String getDelegatorDisplayName()
           
 Group getDelegatorGroup()
           
 String getDelegatorGroupId()
           
 Principal getDelegatorPrincipal()
           
 String getDelegatorPrincipalId()
           
 String getDelegatorRoleId()
           
 String getDocumentId()
           
 Integer getDocVersion()
           
 Integer getLockVerNbr()
           
 Principal getPrincipal()
           
 String getPrincipalDisplayName()
           
 String getPrincipalId()
           
 Collection getRootActionRequests()
           
 boolean isApproval()
           
 boolean isCompletion()
           
 boolean isForDelegator()
           
 boolean isSuperUserAction()
           
 void setActionDate(Timestamp actionDate)
           
 void setActionDateString(String actionDateString)
           
 void setActionRequests(Collection<ActionRequestValue> actionRequests)
           
 void setActionTaken(String actionTaken)
           
 void setActionTakenId(String actionTakenId)
           
 void setAnnotation(String annotation)
           
 void setCurrentIndicator(Boolean currentIndicator)
           
 void setDelegator(Recipient recipient)
           
 void setDelegatorGroupId(String delegatorGroupId)
           
 void setDelegatorPrincipalId(String delegatorPrincipalId)
           
 void setDocumentId(String documentId)
           
 void setDocVersion(Integer docVersion)
           
 void setLockVerNbr(Integer lockVerNbr)
           
 void setPrincipalId(String principalId)
           
static ActionTaken to(ActionTakenValue actionTakenBo)
           
 
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 Principal getPrincipal()

beforeInsert

public void beforeInsert()

getPrincipalDisplayName

public String getPrincipalDisplayName()

getDelegatorPrincipal

public Principal getDelegatorPrincipal()

getDelegatorGroup

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

getActionDate

public Timestamp getActionDate()

setActionDate

public void setActionDate(Timestamp actionDate)

getActionTaken

public String getActionTaken()

setActionTaken

public void setActionTaken(String actionTaken)

getActionTakenId

public String getActionTakenId()

setActionTakenId

public void setActionTakenId(String 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)

getDelegatorRoleId

public String getDelegatorRoleId()

getDocVersion

public Integer getDocVersion()

setDocVersion

public void setDocVersion(Integer docVersion)

getLockVerNbr

public Integer getLockVerNbr()

setLockVerNbr

public void setLockVerNbr(Integer lockVerNbr)

getDocumentId

public String getDocumentId()

setDocumentId

public void setDocumentId(String documentId)

getPrincipalId

public String getPrincipalId()

setPrincipalId

public void setPrincipalId(String principalId)

getCurrentIndicator

public Boolean getCurrentIndicator()

setCurrentIndicator

public void setCurrentIndicator(Boolean currentIndicator)

getRootActionRequests

public Collection getRootActionRequests()

getActionDateString

public String getActionDateString()

setActionDateString

public void setActionDateString(String actionDateString)

isApproval

public boolean isApproval()

isCompletion

public boolean isCompletion()

to

public static ActionTaken to(ActionTakenValue actionTakenBo)

isSuperUserAction

public boolean isSuperUserAction()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.