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, toString
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
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.