public final class ActionTaken extends AbstractDataTransferObject implements ActionTakenContract
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionTaken.Builder
A builder which can be used to construct
ActionTaken instances. |
| Modifier and Type | Method and Description |
|---|---|
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() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
IdentifiablegetId 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 ActionTakenContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.