Package com.saperion.rmi
Class SaCheckoutInfo
- java.lang.Object
-
- com.saperion.rmi.SaCheckoutInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class SaCheckoutInfo extends java.lang.Object implements java.io.SerializableRepresents the checkout information about a document.- Author:
- rbo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaCheckoutInfo(java.util.Map<java.lang.String,java.lang.Object> values)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.sql.DategetDate()java.lang.StringgetFileName()java.lang.StringgetMachine()java.lang.StringgetRoot()java.sql.DategetSysTimeStamp()java.sql.DategetTime()java.lang.StringgetUid()intgetUserId()SaUserInfogetUserInfo()voidsetUserInfo(SaUserInfo info)Sets the user info object.
-
-
-
Method Detail
-
getUid
public final java.lang.String getUid()
- Returns:
- the user XUID
-
getUserId
public final int getUserId()
- Returns:
- the suer XUSERID
-
getFileName
public final java.lang.String getFileName()
- Returns:
- the fileName of the checkout document
-
getDate
public final java.sql.Date getDate()
- Returns:
- the date of the checkout
-
getTime
public final java.sql.Date getTime()
- Returns:
- the time of the checkout
-
getSysTimeStamp
public final java.sql.Date getSysTimeStamp()
- Returns:
- the sysTimeStamp
-
getRoot
public final java.lang.String getRoot()
- Returns:
- the root
-
getMachine
public final java.lang.String getMachine()
- Returns:
- the machine
-
getUserInfo
public final SaUserInfo getUserInfo()
- Returns:
- User info object of the person who has checkout the document
-
setUserInfo
public final void setUserInfo(SaUserInfo info)
Sets the user info object.- Parameters:
info- User info
-
-