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:
getRevisionUid
in interfaceSaRevision
- Returns:
- the revisionUid
- See Also:
-
getRevisionUser
Reads the revision user.- Specified by:
getRevisionUser
in interfaceSaRevision
- Returns:
- the revisionUser
- See Also:
-
getRevisionComment
Reads the revision comment.- Specified by:
getRevisionComment
in interfaceSaRevision
- Returns:
- the versionComment
- See Also:
-
getRevisionNumber
Reads the revision number.- Specified by:
getRevisionNumber
in interfaceSaRevision
- Returns:
- the versionNumber
- See Also:
-
getRevisionDate
Reads the revision date.- Specified by:
getRevisionDate
in interfaceSaRevision
- Returns:
- the revisionDate
- See Also:
-