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:
java.io.Serializable
public class DocumentLockedDetails extends ObjectLockedDetails
These are the details of aObjectLockedException
concerning documents.- Author:
- cmerkel
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE
-
Constructor Summary
Constructors Constructor Description DocumentLockedDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lexmark.saperion.document.DocumentReferenceType
getReference()
java.lang.String
getType()
void
setReference(com.lexmark.saperion.document.DocumentReferenceType reference)
java.lang.String
toString()
-
Methods inherited from class com.lexmark.saperion.exceptions.runtime.ObjectLockedDetails
getLockedSince, getLockUser, setLockedSince, setLockUser
-
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getReference
public com.lexmark.saperion.document.DocumentReferenceType getReference()
- Specified by:
getReference
in classObjectLockedDetails
-
setReference
public void setReference(com.lexmark.saperion.document.DocumentReferenceType reference)
-
getType
public java.lang.String getType()
- Specified by:
getType
in classcom.lexmark.saperion.exceptions.ErrorDetailsType
-
toString
public java.lang.String toString()
- Overrides:
toString
in classcom.lexmark.saperion.exceptions.ErrorDetailsType
-
-