Class ConcurrentWriteDetails
- java.lang.Object
- 
- com.lexmark.saperion.exceptions.ErrorDetailsType
- 
- com.lexmark.saperion.exceptions.runtime.ConcurrentWriteDetails
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ConcurrentWriteDetails extends com.lexmark.saperion.exceptions.ErrorDetailsTypeThese are the details of aConcurrentWriteException.- Author:
- jschwarz
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringTYPE
 - 
Constructor SummaryConstructors Constructor Description ConcurrentWriteDetails()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lexmark.saperion.ReferenceTypegetLatest()java.lang.StringgetType()com.lexmark.saperion.ReferenceTypegetWriteAttempt()voidsetLatest(com.lexmark.saperion.ReferenceType latest)voidsetWriteAttempt(com.lexmark.saperion.ReferenceType writeAttempt)java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
TYPEpublic static final java.lang.String TYPE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getLatestpublic com.lexmark.saperion.ReferenceType getLatest() 
 - 
setLatestpublic void setLatest(com.lexmark.saperion.ReferenceType latest) 
 - 
getWriteAttemptpublic com.lexmark.saperion.ReferenceType getWriteAttempt() 
 - 
setWriteAttemptpublic void setWriteAttempt(com.lexmark.saperion.ReferenceType writeAttempt) 
 - 
getTypepublic java.lang.String getType() - Specified by:
- getTypein class- com.lexmark.saperion.exceptions.ErrorDetailsType
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- com.lexmark.saperion.exceptions.ErrorDetailsType
 
 
- 
 
-