|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 Identifiable
getId
in interface ActionTakenContract
public String getDocumentId()
getDocumentId
in interface ActionTakenContract
public String getPrincipalId()
getPrincipalId
in interface ActionTakenContract
public String getDelegatorPrincipalId()
getDelegatorPrincipalId
in interface ActionTakenContract
public String getDelegatorGroupId()
getDelegatorGroupId
in interface ActionTakenContract
public ActionType getActionTaken()
getActionTaken
in interface ActionTakenContract
public org.joda.time.DateTime getActionDate()
getActionDate
in interface ActionTakenContract
public String getAnnotation()
getAnnotation
in interface ActionTakenContract
public boolean isCurrent()
isCurrent
in interface ActionTakenContract
public int hashCode()
ModelObjectComplete
ModelObjectComplete.hashCode()
contract.
hashCode
in interface ModelObjectComplete
hashCode
in class Object
public boolean equals(Object object)
ModelObjectComplete
ModelObjectComplete.equals(Object)
contract.
equals
in interface ModelObjectComplete
equals
in class Object
object
- to object to compare for equality
public String toString()
ModelObjectBasic
toString
in interface ModelObjectBasic
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |