public final class ActionItem extends AbstractDataTransferObject implements ActionItemContract
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionItem.Builder
A builder which can be used to construct
ActionItem instances. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
All "Complete" model object's should adhere to the
ModelObjectComplete.equals(Object) contract. |
Integer |
getActionItemIndex()
Deprecated.
|
String |
getActionRequestCd() |
String |
getActionRequestId() |
String |
getActionToTake()
Deprecated.
|
String |
getDateAssignedString()
Deprecated.
|
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() |
int |
hashCode()
All "Complete" model object's should adhere to the
ModelObjectComplete.hashCode() contract. |
afterUnmarshal, beforeUnmarshal, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCodeExcludeFields, toStringpublic String getId()
getId in interface ActionItemContractpublic org.joda.time.DateTime getDateTimeAssigned()
getDateTimeAssigned in interface ActionItemContractpublic String getActionRequestCd()
getActionRequestCd in interface ActionItemContractpublic String getActionRequestId()
getActionRequestId in interface ActionItemContractpublic String getDocumentId()
getDocumentId in interface ActionItemContractpublic String getDocTitle()
getDocTitle in interface ActionItemContractpublic String getDocLabel()
getDocLabel in interface ActionItemContractpublic String getDocHandlerURL()
getDocHandlerURL in interface ActionItemContractpublic String getDocName()
getDocName in interface ActionItemContractpublic String getResponsibilityId()
getResponsibilityId in interface ActionItemContractpublic String getRoleName()
getRoleName in interface ActionItemContract@Deprecated public String getDateAssignedString()
ActionItemContractgetDateAssignedString in interface ActionItemContract@Deprecated public String getActionToTake()
ActionItemContractgetActionToTake in interface ActionItemContract@Deprecated public Integer getActionItemIndex()
ActionItemContractgetActionItemIndex in interface ActionItemContractpublic DelegationType getDelegationType()
getDelegationType in interface ActionItemContractpublic String getGroupId()
getGroupId in interface ActionItemContractpublic String getPrincipalId()
getPrincipalId in interface ActionItemContractpublic String getDelegatorGroupId()
getDelegatorGroupId in interface ActionItemContractpublic String getDelegatorPrincipalId()
getDelegatorPrincipalId in interface ActionItemContractpublic boolean equals(Object obj)
ModelObjectCompleteModelObjectComplete.equals(Object) contract.equals in interface ModelObjectCompleteequals in class AbstractDataTransferObjectobj - to object to compare for equalitypublic int hashCode()
ModelObjectCompleteModelObjectComplete.hashCode() contract.hashCode in interface ModelObjectCompletehashCode in class AbstractDataTransferObjectCopyright © 2005–2016 The Kuali Foundation. All rights reserved.