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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.lexmark.saperion.document.DocumentReferenceTypegetType()voidsetReference(com.lexmark.saperion.document.DocumentReferenceType reference) toString()Methods inherited from class com.lexmark.saperion.exceptions.runtime.ObjectLockedDetailsgetLockedSince, getLockUser, setLockedSince, setLockUserMethods inherited from class com.lexmark.saperion.exceptions.ErrorDetailsTypesetType
- 
Field Details- 
TYPE- See Also:
 
 
- 
- 
Constructor Details- 
DocumentLockedDetailspublic DocumentLockedDetails()
 
- 
- 
Method Details- 
getReferencepublic com.lexmark.saperion.document.DocumentReferenceType getReference()- Specified by:
- getReferencein class- ObjectLockedDetails
 
- 
setReferencepublic void setReference(com.lexmark.saperion.document.DocumentReferenceType reference) 
- 
getType- Specified by:
- getTypein class- com.lexmark.saperion.exceptions.ErrorDetailsType
 
- 
toString- Overrides:
- toStringin class- com.lexmark.saperion.exceptions.ErrorDetailsType
 
 
-