org.kuali.rice.kew.actionitem
Class ActionItem
java.lang.Object
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
ActionItem
public ActionItem()
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.