|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.kew.api.action.ActionItem
public final class ActionItem
Nested Class Summary | |
---|---|
static class |
ActionItem.Builder
A builder which can be used to construct ActionItem instances. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
---|
afterUnmarshal, beforeUnmarshal, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCodeExcludeFields, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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 equality
public int hashCode()
ModelObjectComplete
ModelObjectComplete.hashCode()
contract.
hashCode
in interface ModelObjectComplete
hashCode
in class AbstractDataTransferObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |