|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kew.api.action.ActionTaken
public final class ActionTaken
| Nested Class Summary | |
|---|---|
static class |
ActionTaken.Builder
A builder which can be used to construct ActionTaken instances. |
(package private) static class |
ActionTaken.Constants
Defines some internal constants used on this class. |
(package private) static class |
ActionTaken.Elements
A private class which exposes constants which define the XML element names to use when this object is marshalled to XML. |
| Field Summary | |
|---|---|
private Collection<Element> |
_futureElements
|
private org.joda.time.DateTime |
actionDate
|
private String |
actionTakenCode
|
private String |
annotation
|
private boolean |
current
|
private String |
delegatorGroupId
|
private String |
delegatorPrincipalId
|
private String |
documentId
|
private String |
id
|
private String |
principalId
|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
private |
ActionTaken()
Private constructor used only by JAXB. |
private |
ActionTaken(ActionTaken.Builder builder)
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
All "Complete" model object's should adhere to the ModelObjectComplete.equals(Object) contract. |
org.joda.time.DateTime |
getActionDate()
|
ActionType |
getActionTaken()
|
String |
getAnnotation()
|
String |
getDelegatorGroupId()
|
String |
getDelegatorPrincipalId()
|
String |
getDocumentId()
|
String |
getId()
The unique identifier for an object. |
String |
getPrincipalId()
|
int |
hashCode()
All "Complete" model object's should adhere to the ModelObjectComplete.hashCode() contract. |
boolean |
isCurrent()
|
String |
toString()
This will return a proper string representation of the Model Object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private final String id
private final String documentId
private final String principalId
private final String delegatorPrincipalId
private final String delegatorGroupId
private final String actionTakenCode
private final org.joda.time.DateTime actionDate
private final String annotation
private final boolean current
private final Collection<Element> _futureElements
| Constructor Detail |
|---|
private ActionTaken()
private ActionTaken(ActionTaken.Builder builder)
| Method Detail |
|---|
public String getId()
Identifiable
getId in interface IdentifiablegetId in interface ActionTakenContractpublic String getDocumentId()
getDocumentId in interface ActionTakenContractpublic String getPrincipalId()
getPrincipalId in interface ActionTakenContractpublic String getDelegatorPrincipalId()
getDelegatorPrincipalId in interface ActionTakenContractpublic String getDelegatorGroupId()
getDelegatorGroupId in interface ActionTakenContractpublic ActionType getActionTaken()
getActionTaken in interface ActionTakenContractpublic org.joda.time.DateTime getActionDate()
getActionDate in interface ActionTakenContractpublic String getAnnotation()
getAnnotation in interface ActionTakenContractpublic boolean isCurrent()
isCurrent in interface ActionTakenContractpublic int hashCode()
ModelObjectCompleteModelObjectComplete.hashCode() contract.
hashCode in interface ModelObjectCompletehashCode in class Objectpublic boolean equals(Object object)
ModelObjectCompleteModelObjectComplete.equals(Object) contract.
equals in interface ModelObjectCompleteequals in class Objectobject - to object to compare for equality
public String toString()
ModelObjectBasic
toString in interface ModelObjectBasictoString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||