Package com.saperion.rmi
Class SaCheckoutInfo
java.lang.Object
com.saperion.rmi.SaCheckoutInfo
- All Implemented Interfaces:
- Serializable
Represents the checkout information about a document.
- Author:
- rbo
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal DategetDate()final Stringfinal Stringfinal StringgetRoot()final Datefinal DategetTime()final StringgetUid()final intfinal SaUserInfofinal voidsetUserInfo(SaUserInfo info) Sets the user info object.
- 
Constructor Details- 
SaCheckoutInfoConstructor.- Parameters:
- values- Values
 
 
- 
- 
Method Details- 
getUid- Returns:
- the user XUID
 
- 
getUserIdpublic final int getUserId()- Returns:
- the suer XUSERID
 
- 
getFileName- Returns:
- the fileName of the checkout document
 
- 
getDate- Returns:
- the date of the checkout
 
- 
getTime- Returns:
- the time of the checkout
 
- 
getSysTimeStamp- Returns:
- the sysTimeStamp
 
- 
getRoot- Returns:
- the root
 
- 
getMachine- Returns:
- the machine
 
- 
getUserInfo- Returns:
- User info object of the person who has checkout the document
 
- 
setUserInfoSets the user info object.- Parameters:
- info- User info
 
 
-