Class SaCheckoutInfo

java.lang.Object
com.saperion.rmi.SaCheckoutInfo
All Implemented Interfaces:
Serializable

public class SaCheckoutInfo extends Object implements Serializable
Represents the checkout information about a document.
Author:
rbo
See Also:
  • Constructor Details

    • SaCheckoutInfo

      public SaCheckoutInfo(Map<String,Object> values)
      Constructor.
      Parameters:
      values - Values
  • Method Details

    • getUid

      public final String getUid()
      Returns:
      the user XUID
    • getUserId

      public final int getUserId()
      Returns:
      the suer XUSERID
    • getFileName

      public final String getFileName()
      Returns:
      the fileName of the checkout document
    • getDate

      public final Date getDate()
      Returns:
      the date of the checkout
    • getTime

      public final Date getTime()
      Returns:
      the time of the checkout
    • getSysTimeStamp

      public final Date getSysTimeStamp()
      Returns:
      the sysTimeStamp
    • getRoot

      public final String getRoot()
      Returns:
      the root
    • getMachine

      public final 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