Class DocumentLockedDetails
java.lang.Object
com.lexmark.saperion.exceptions.ErrorDetailsType
com.lexmark.saperion.exceptions.runtime.ObjectLockedDetails
com.lexmark.saperion.exceptions.runtime.DocumentLockedDetails
- All Implemented Interfaces:
Serializable
These are the details of a
ObjectLockedException
concerning documents.- Author:
- cmerkel
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.lexmark.saperion.document.DocumentReferenceType
getType()
void
setReference
(com.lexmark.saperion.document.DocumentReferenceType reference) toString()
Methods inherited from class com.lexmark.saperion.exceptions.runtime.ObjectLockedDetails
getLockedSince, getLockUser, setLockedSince, setLockUser
Methods inherited from class com.lexmark.saperion.exceptions.ErrorDetailsType
setType
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
DocumentLockedDetails
public DocumentLockedDetails()
-
-
Method Details
-
getReference
public com.lexmark.saperion.document.DocumentReferenceType getReference()- Specified by:
getReference
in classObjectLockedDetails
-
setReference
public void setReference(com.lexmark.saperion.document.DocumentReferenceType reference) -
getType
- Specified by:
getType
in classcom.lexmark.saperion.exceptions.ErrorDetailsType
-
toString
- Overrides:
toString
in classcom.lexmark.saperion.exceptions.ErrorDetailsType
-