Interface DocumentStatusTransitionContract

All Known Implementing Classes:
DocumentStatusTransition, DocumentStatusTransition.Builder

public interface DocumentStatusTransitionContract
  • Method Summary

    Modifier and Type
    Method
    Description
    The id parent document of the DocumentStatusTransition.
    The unique id of the DocumentStatusTransition.
    The new status value of the DocumentStatusTransition.
    The previous status value of the DocumentStatusTransition.
    org.joda.time.DateTime
    The date of the DocumentStatusTransition.
  • Method Details

    • getId

      String getId()
      The unique id of the DocumentStatusTransition.
      Returns:
      id
    • getDocumentId

      String getDocumentId()
      The id parent document of the DocumentStatusTransition.
      Returns:
      documentId
    • getOldStatus

      String getOldStatus()
      The previous status value of the DocumentStatusTransition.
      Returns:
      oldStatus
    • getNewStatus

      String getNewStatus()
      The new status value of the DocumentStatusTransition.
      Returns:
      newStatus
    • getStatusTransitionDate

      org.joda.time.DateTime getStatusTransitionDate()
      The date of the DocumentStatusTransition.
      Returns:
      statusTransitionDate