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 DategetDate()final Stringfinal Stringfinal StringgetRoot()final Datefinal DategetTime()final StringgetUid()final intfinal SaUserInfofinal voidsetUserInfo(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
-