Class ObjectLockedDetails
java.lang.Object
com.lexmark.saperion.exceptions.ErrorDetailsType
com.lexmark.saperion.exceptions.runtime.ObjectLockedDetails
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DocumentLockedDetails
,LookupEntryLockedDetails
public abstract class ObjectLockedDetails
extends com.lexmark.saperion.exceptions.ErrorDetailsType
These are the details of
ObjectLockedException
.- Author:
- jschwarz
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.lexmark.saperion.administration.UserListItemType
abstract com.lexmark.saperion.ReferenceType
void
setLockedSince
(Date lockedSince) void
setLockUser
(com.lexmark.saperion.administration.UserListItemType lockUser) Methods inherited from class com.lexmark.saperion.exceptions.ErrorDetailsType
getType, setType, toString
-
Constructor Details
-
ObjectLockedDetails
public ObjectLockedDetails()
-
-
Method Details
-
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
-
setLockedSince
-