org.kuali.rice.kew.actionitem
Class ActionItem

java.lang.Object
  extended by org.kuali.rice.kew.actionitem.ActionItem
All Implemented Interfaces:
Serializable, RowStyleable
Direct Known Subclasses:
ActionItemActionListExtension

@Entity
public class ActionItem
extends Object
implements RowStyleable, Serializable

This is the model for action items. These are displayed as the action list as well. Mapped to ActionItemService. NOTE: This object contains denormalized fields that have been copied from related ActionRequestValue and DocumentRouteHeaderValue objects for performance reasons. These should be preserved and their related objects should not be added to the OJB mapping as we do not want them loaded for each ActionItem object.

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

Constructor Summary
ActionItem()
           
 
Method Summary
 void beforeInsert()
           
 Long getActionItemId()
           
 Integer getActionItemIndex()
           
 String getActionRequestCd()
           
 Long getActionRequestId()
           
 String getActionRequestLabel()
           
 String getActionToTake()
           
 Map getCustomActions()
           
 Timestamp getDateAssigned()
           
 String getDateAssignedString()
           
 String getDelegationType()
           
 String getDelegatorGroupId()
           
 Person getDelegatorPerson()
           
 String getDelegatorWorkflowId()
           
 String getDocHandlerURL()
           
 String getDocLabel()
           
 String getDocName()
           
 String getDocTitle()
           
 String getDocumentId()
           
 Group getGroup()
           
 String getGroupId()
           
 Timestamp getLastApprovedDate()
           
 Integer getLockVerNbr()
           
 Person getPerson()
           
 KimPrincipal getPrincipal()
           
 String getPrincipalId()
           
 String getRecipientTypeCode()
           
 String getRequestLabel()
           
 Long getResponsibilityId()
           
 String getRoleName()
           
 String getRowStyleClass()
           
 boolean isWorkgroupItem()
           
 void setActionItemId(Long actionItemId)
           
 void setActionItemIndex(Integer actionItemIndex)
           
 void setActionRequestCd(String actionRequestCd)
           
 void setActionRequestId(Long actionRequestId)
           
 void setActionToTake(String actionToTake)
           
 void setCustomActions(Map customActions)
           
 void setDateAssigned(Timestamp dateAssigned)
           
 void setDateAssignedString(String dateAssignedString)
           
 void setDelegationType(String delegationType)
           
 void setDelegatorGroupId(String delegatorGroupId)
           
 void setDelegatorWorkflowId(String delegatorWorkflowId)
           
 void setDocHandlerURL(String docHandlerURL)
           
 void setDocLabel(String docLabel)
           
 void setDocName(String docName)
           
 void setDocTitle(String docTitle)
           
 void setDocumentId(String documentId)
           
 void setGroupId(String groupId)
           
 void setLastApprovedDate(Timestamp lastApprovedDate)
           
 void setLockVerNbr(Integer lockVerNbr)
           
 void setPrincipalId(String principalId)
           
 void setRequestLabel(String requestLabel)
           
 void setResponsibilityId(Long responsibilityId)
           
 void setRoleName(String roleName)
           
 void setRowStyleClass(String rowStyleClass)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionItem

public ActionItem()
Method Detail

beforeInsert

public void beforeInsert()

getActionItemId

public Long getActionItemId()

getPrincipalId

public String getPrincipalId()

getDateAssigned

public Timestamp getDateAssigned()

getActionRequestCd

public String getActionRequestCd()

getActionRequestId

public Long getActionRequestId()

getDocumentId

public String getDocumentId()

getGroupId

public String getGroupId()

getDocTitle

public String getDocTitle()

getDocLabel

public String getDocLabel()

getDocHandlerURL

public String getDocHandlerURL()

getLockVerNbr

public Integer getLockVerNbr()

getDocName

public String getDocName()

getResponsibilityId

public Long getResponsibilityId()

getRoleName

public String getRoleName()

getDelegatorWorkflowId

public String getDelegatorWorkflowId()

getDelegatorGroupId

public String getDelegatorGroupId()

getDelegationType

public String getDelegationType()

getRequestLabel

public String getRequestLabel()

getLastApprovedDate

public Timestamp getLastApprovedDate()

getActionItemIndex

public Integer getActionItemIndex()

getCustomActions

public Map getCustomActions()

getDateAssignedString

public String getDateAssignedString()

getActionToTake

public String getActionToTake()

getRowStyleClass

public String getRowStyleClass()
Specified by:
getRowStyleClass in interface RowStyleable

getGroup

public Group getGroup()

getPerson

public Person getPerson()

getDelegatorPerson

public Person getDelegatorPerson()

getRecipientTypeCode

public String getRecipientTypeCode()

getActionRequestLabel

public String getActionRequestLabel()

isWorkgroupItem

public boolean isWorkgroupItem()

getPrincipal

public KimPrincipal getPrincipal()

setRowStyleClass

public void setRowStyleClass(String rowStyleClass)
Specified by:
setRowStyleClass in interface RowStyleable

setResponsibilityId

public void setResponsibilityId(Long responsibilityId)

setDocName

public void setDocName(String docName)

setActionRequestCd

public void setActionRequestCd(String actionRequestCd)

setDateAssigned

public void setDateAssigned(Timestamp dateAssigned)

setPrincipalId

public void setPrincipalId(String principalId)

setLockVerNbr

public void setLockVerNbr(Integer lockVerNbr)

setDocumentId

public void setDocumentId(String documentId)

setActionItemId

public void setActionItemId(Long actionItemId)

setActionRequestId

public void setActionRequestId(Long actionRequestId)

setDocHandlerURL

public void setDocHandlerURL(String docHandlerURL)

setGroupId

public void setGroupId(String groupId)

setDocLabel

public void setDocLabel(String docLabel)

setDocTitle

public void setDocTitle(String docTitle)

setRoleName

public void setRoleName(String roleName)

setDelegatorWorkflowId

public void setDelegatorWorkflowId(String delegatorWorkflowId)

setDelegatorGroupId

public void setDelegatorGroupId(String delegatorGroupId)

setDateAssignedString

public void setDateAssignedString(String dateAssignedString)

setActionToTake

public void setActionToTake(String actionToTake)

setActionItemIndex

public void setActionItemIndex(Integer actionItemIndex)

setCustomActions

public void setCustomActions(Map customActions)

setDelegationType

public void setDelegationType(String delegationType)

setLastApprovedDate

public void setLastApprovedDate(Timestamp lastApprovedDate)

setRequestLabel

public void setRequestLabel(String requestLabel)

toString

public String toString()
Overrides:
toString in class Object


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