Class SaCheckoutInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class SaCheckoutInfo
    extends java.lang.Object
    implements java.io.Serializable
    Represents the checkout information about a document.
    Author:
    rbo
    See Also:
    Serialized Form
    • Constructor Detail

      • SaCheckoutInfo

        public SaCheckoutInfo​(java.util.Map<java.lang.String,​java.lang.Object> values)
        Constructor.
        Parameters:
        values - Values
    • 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