org.kuali.rice.kew.api.action
Class ActionItem

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kew.api.action.ActionItem
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, ActionItemContract

public final class ActionItem
extends AbstractDataTransferObject
implements ActionItemContract

See Also:
Serialized Form

Nested Class Summary
static class ActionItem.Builder
          A builder which can be used to construct ActionItem instances.
 
Method Summary
 Integer getActionItemIndex()
           
 String getActionRequestCd()
           
 String getActionRequestId()
           
 String getActionToTake()
           
 String getDateAssignedString()
           
 org.joda.time.DateTime getDateTimeAssigned()
           
 DelegationType getDelegationType()
           
 String getDelegatorGroupId()
           
 String getDelegatorPrincipalId()
           
 String getDocHandlerURL()
           
 String getDocLabel()
           
 String getDocName()
           
 String getDocTitle()
           
 String getDocumentId()
           
 String getGroupId()
           
 String getId()
           
 String getPrincipalId()
           
 String getResponsibilityId()
           
 String getRoleName()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public String getId()
Specified by:
getId in interface ActionItemContract

getDateTimeAssigned

public org.joda.time.DateTime getDateTimeAssigned()
Specified by:
getDateTimeAssigned in interface ActionItemContract

getActionRequestCd

public String getActionRequestCd()
Specified by:
getActionRequestCd in interface ActionItemContract

getActionRequestId

public String getActionRequestId()
Specified by:
getActionRequestId in interface ActionItemContract

getDocumentId

public String getDocumentId()
Specified by:
getDocumentId in interface ActionItemContract

getDocTitle

public String getDocTitle()
Specified by:
getDocTitle in interface ActionItemContract

getDocLabel

public String getDocLabel()
Specified by:
getDocLabel in interface ActionItemContract

getDocHandlerURL

public String getDocHandlerURL()
Specified by:
getDocHandlerURL in interface ActionItemContract

getDocName

public String getDocName()
Specified by:
getDocName in interface ActionItemContract

getResponsibilityId

public String getResponsibilityId()
Specified by:
getResponsibilityId in interface ActionItemContract

getRoleName

public String getRoleName()
Specified by:
getRoleName in interface ActionItemContract

getDateAssignedString

public String getDateAssignedString()
Specified by:
getDateAssignedString in interface ActionItemContract

getActionToTake

public String getActionToTake()
Specified by:
getActionToTake in interface ActionItemContract

getDelegationType

public DelegationType getDelegationType()
Specified by:
getDelegationType in interface ActionItemContract

getActionItemIndex

public Integer getActionItemIndex()
Specified by:
getActionItemIndex in interface ActionItemContract

getGroupId

public String getGroupId()
Specified by:
getGroupId in interface ActionItemContract

getPrincipalId

public String getPrincipalId()
Specified by:
getPrincipalId in interface ActionItemContract

getDelegatorGroupId

public String getDelegatorGroupId()
Specified by:
getDelegatorGroupId in interface ActionItemContract

getDelegatorPrincipalId

public String getDelegatorPrincipalId()
Specified by:
getDelegatorPrincipalId in interface ActionItemContract


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