Package com.saperion.rmi
Class SaRevisionImpl
java.lang.Object
com.saperion.rmi.SaRevisionImpl
- All Implemented Interfaces:
SaRevision,Serializable
Class for storing and transferring document revision data.
- Author:
- mak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaRevisionImpl(String uid, String user, String comment, int number, Date date) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionReads the revision comment.Reads the revision date.Reads the revision number.Reads the revision ID.Reads the revision user.
-
Constructor Details
-
SaRevisionImpl
Default constructor.- Parameters:
uid- Document UID (HDOC) of this document revisionuser- Name of user who created the revisioncomment- Version comment entered by usernumber- Version number entered by userdate- the version creation date
-
-
Method Details
-
getRevisionUid
Reads the revision ID.- Specified by:
getRevisionUidin interfaceSaRevision- Returns:
- the revisionUid
- See Also:
-
getRevisionUser
Reads the revision user.- Specified by:
getRevisionUserin interfaceSaRevision- Returns:
- the revisionUser
- See Also:
-
getRevisionComment
Reads the revision comment.- Specified by:
getRevisionCommentin interfaceSaRevision- Returns:
- the versionComment
- See Also:
-
getRevisionNumber
Reads the revision number.- Specified by:
getRevisionNumberin interfaceSaRevision- Returns:
- the versionNumber
- See Also:
-
getRevisionDate
Reads the revision date.- Specified by:
getRevisionDatein interfaceSaRevision- Returns:
- the revisionDate
- See Also:
-