org.kuali.rice.kew.api.action
Class ActionTaken
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.action.ActionTaken
- All Implemented Interfaces:
- Serializable, Identifiable, ModelObjectBasic, ModelObjectComplete, ActionTakenContract
public final class ActionTaken
- extends AbstractDataTransferObject
- implements ActionTakenContract
- See Also:
- Serialized Form
getId
public String getId()
- Description copied from interface:
Identifiable
- The unique identifier for an object. This can be null.
- Specified by:
getId
in interface Identifiable
- Specified by:
getId
in interface ActionTakenContract
- Returns:
- the id
getDocumentId
public String getDocumentId()
- Specified by:
getDocumentId
in interface ActionTakenContract
getPrincipalId
public String getPrincipalId()
- Specified by:
getPrincipalId
in interface ActionTakenContract
getDelegatorPrincipalId
public String getDelegatorPrincipalId()
- Specified by:
getDelegatorPrincipalId
in interface ActionTakenContract
getDelegatorGroupId
public String getDelegatorGroupId()
- Specified by:
getDelegatorGroupId
in interface ActionTakenContract
getActionTaken
public ActionType getActionTaken()
- Specified by:
getActionTaken
in interface ActionTakenContract
getActionDate
public org.joda.time.DateTime getActionDate()
- Specified by:
getActionDate
in interface ActionTakenContract
getAnnotation
public String getAnnotation()
- Specified by:
getAnnotation
in interface ActionTakenContract
isCurrent
public boolean isCurrent()
- Specified by:
isCurrent
in interface ActionTakenContract
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.