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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Date
getDate()
final String
final String
final String
getRoot()
final Date
final Date
getTime()
final String
getUid()
final int
final SaUserInfo
final void
setUserInfo
(SaUserInfo info) Sets the user info object.
-
Constructor Details
-
SaCheckoutInfo
Constructor.- Parameters:
values
- Values
-
-
Method Details
-
getUid
- Returns:
- the user XUID
-
getUserId
public 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
-
setUserInfo
Sets the user info object.- Parameters:
info
- User info
-