Interface ActionTakenContract

All Superinterfaces:
Identifiable
All Known Implementing Classes:
ActionTaken, ActionTaken.Builder

public interface ActionTakenContract extends Identifiable
  • Method Details

    • getId

      String getId()
      Specified by:
      getId in interface Identifiable
    • getDocumentId

      String getDocumentId()
    • getPrincipalId

      String getPrincipalId()
    • getDelegatorPrincipalId

      String getDelegatorPrincipalId()
    • getDelegatorGroupId

      String getDelegatorGroupId()
    • getActionTaken

      ActionType getActionTaken()
    • getActionDate

      org.joda.time.DateTime getActionDate()
    • getAnnotation

      String getAnnotation()
    • isCurrent

      boolean isCurrent()