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 SummaryConstructors Constructor Description SaCheckoutInfo(java.util.Map<java.lang.String,java.lang.Object> values)Constructor.
 - 
Method SummaryAll 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- 
getUidpublic final java.lang.String getUid() - Returns:
- the user XUID
 
 - 
getUserIdpublic final int getUserId() - Returns:
- the suer XUSERID
 
 - 
getFileNamepublic final java.lang.String getFileName() - Returns:
- the fileName of the checkout document
 
 - 
getDatepublic final java.sql.Date getDate() - Returns:
- the date of the checkout
 
 - 
getTimepublic final java.sql.Date getTime() - Returns:
- the time of the checkout
 
 - 
getSysTimeStamppublic final java.sql.Date getSysTimeStamp() - Returns:
- the sysTimeStamp
 
 - 
getRootpublic final java.lang.String getRoot() - Returns:
- the root
 
 - 
getMachinepublic final java.lang.String getMachine() - Returns:
- the machine
 
 - 
getUserInfopublic final SaUserInfo getUserInfo() - Returns:
- User info object of the person who has checkout the document
 
 - 
setUserInfopublic final void setUserInfo(SaUserInfo info) Sets the user info object.- Parameters:
- info- User info
 
 
- 
 
-