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, toString
public String getId()
getId
in interface ActionItemContract
public org.joda.time.DateTime getDateTimeAssigned()
getDateTimeAssigned
in interface ActionItemContract
public String getActionRequestCd()
getActionRequestCd
in interface ActionItemContract
public String getActionRequestId()
getActionRequestId
in interface ActionItemContract
public String getDocumentId()
getDocumentId
in interface ActionItemContract
public String getDocTitle()
getDocTitle
in interface ActionItemContract
public String getDocLabel()
getDocLabel
in interface ActionItemContract
public String getDocHandlerURL()
getDocHandlerURL
in interface ActionItemContract
public String getDocName()
getDocName
in interface ActionItemContract
public String getResponsibilityId()
getResponsibilityId
in interface ActionItemContract
public String getRoleName()
getRoleName
in interface ActionItemContract
@Deprecated public String getDateAssignedString()
ActionItemContract
getDateAssignedString
in interface ActionItemContract
@Deprecated public String getActionToTake()
ActionItemContract
getActionToTake
in interface ActionItemContract
@Deprecated public Integer getActionItemIndex()
ActionItemContract
getActionItemIndex
in interface ActionItemContract
public DelegationType getDelegationType()
getDelegationType
in interface ActionItemContract
public String getGroupId()
getGroupId
in interface ActionItemContract
public String getPrincipalId()
getPrincipalId
in interface ActionItemContract
public String getDelegatorGroupId()
getDelegatorGroupId
in interface ActionItemContract
public String getDelegatorPrincipalId()
getDelegatorPrincipalId
in interface ActionItemContract
public boolean equals(Object obj)
ModelObjectComplete
ModelObjectComplete.equals(Object)
contract.equals
in interface ModelObjectComplete
equals
in class AbstractDataTransferObject
obj
- to object to compare for equalitypublic int hashCode()
ModelObjectComplete
ModelObjectComplete.hashCode()
contract.hashCode
in interface ModelObjectComplete
hashCode
in class AbstractDataTransferObject
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.