org.kuali.rice.kew.api.action
Class ActionTaken

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by 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

Nested Class Summary
static class ActionTaken.Builder
          A builder which can be used to construct ActionTaken instances.
 
Method Summary
 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()
           
 boolean isCurrent()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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-2013 The Kuali Foundation. All Rights Reserved.