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 SummaryConstructorsConstructorDescriptionSaRevisionImpl(String uid, String user, String comment, int number, Date date) Default constructor.
- 
Method SummaryModifier and TypeMethodDescriptionReads the revision comment.Reads the revision date.Reads the revision number.Reads the revision ID.Reads the revision user.
- 
Constructor Details- 
SaRevisionImplDefault constructor.- Parameters:
- uid- Document UID (HDOC) of this document revision
- user- Name of user who created the revision
- comment- Version comment entered by user
- number- Version number entered by user
- date- the version creation date
 
 
- 
- 
Method Details- 
getRevisionUidReads the revision ID.- Specified by:
- getRevisionUidin interface- SaRevision
- Returns:
- the revisionUid
- See Also:
 
- 
getRevisionUserReads the revision user.- Specified by:
- getRevisionUserin interface- SaRevision
- Returns:
- the revisionUser
- See Also:
 
- 
getRevisionCommentReads the revision comment.- Specified by:
- getRevisionCommentin interface- SaRevision
- Returns:
- the versionComment
- See Also:
 
- 
getRevisionNumberReads the revision number.- Specified by:
- getRevisionNumberin interface- SaRevision
- Returns:
- the versionNumber
- See Also:
 
- 
getRevisionDateReads the revision date.- Specified by:
- getRevisionDatein interface- SaRevision
- Returns:
- the revisionDate
- See Also:
 
 
-