Package com.saperion.intf
Interface SaRevision
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SaRevisionImpl
Interface for storing and transferring document revision data.
-
Method Summary
Modifier and TypeMethodDescriptionReads the revision comment.Reads the revision date.Reads the revision number.Reads the revision ID.Reads the revision user.
-
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
-