Interface SaRevision

All Superinterfaces:
Serializable
All Known Implementing Classes:
SaRevisionImpl

public interface SaRevision extends Serializable
Interface for storing and transferring document revision data.
  • Method Details

    • getRevisionUid

      String getRevisionUid()
      Reads the revision ID.
      Returns:
      the revisionUid
    • getRevisionUser

      String getRevisionUser()
      Reads the revision user.
      Returns:
      the revisionUser
    • getRevisionComment

      String getRevisionComment()
      Reads the revision comment.
      Returns:
      the versionComment
    • getRevisionNumber

      String getRevisionNumber()
      Reads the revision number.
      Returns:
      the versionNumber
    • getRevisionDate

      Date getRevisionDate()
      Reads the revision date.
      Returns:
      the revisionDate