Class ObjectLockedDetails

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getLockedSince()  
      com.lexmark.saperion.administration.UserListItemType getLockUser()  
      abstract com.lexmark.saperion.ReferenceType getReference()  
      void setLockedSince​(java.util.Date lockedSince)  
      void setLockUser​(com.lexmark.saperion.administration.UserListItemType lockUser)  
      • Methods inherited from class com.lexmark.saperion.exceptions.ErrorDetailsType

        getType, setType, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ObjectLockedDetails

        public ObjectLockedDetails()
    • Method Detail

      • getReference

        public abstract com.lexmark.saperion.ReferenceType getReference()
      • getLockUser

        public com.lexmark.saperion.administration.UserListItemType getLockUser()
      • setLockUser

        public void setLockUser​(com.lexmark.saperion.administration.UserListItemType lockUser)
      • getLockedSince

        public java.util.Date getLockedSince()
      • setLockedSince

        public void setLockedSince​(java.util.Date lockedSince)