Class SystemFieldWriteDetails
- java.lang.Object
-
- com.lexmark.saperion.exceptions.ErrorDetailsType
-
- com.lexmark.saperion.exceptions.runtime.SystemFieldWriteDetails
-
- All Implemented Interfaces:
java.io.Serializable
public class SystemFieldWriteDetails extends com.lexmark.saperion.exceptions.ErrorDetailsType
These are the details forSystemFieldWriteException
.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE
-
Constructor Summary
Constructors Constructor Description SystemFieldWriteDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lexmark.saperion.archive.ArchiveReferenceType
getArchive()
java.util.List<java.lang.String>
getSystemFieldNames()
java.lang.String
getType()
void
setArchive(com.lexmark.saperion.archive.ArchiveReferenceType archive)
void
setSystemFieldNames(java.util.List<java.lang.String> systemFieldNames)
java.lang.String
toString()
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getArchive
public com.lexmark.saperion.archive.ArchiveReferenceType getArchive()
-
setArchive
public void setArchive(com.lexmark.saperion.archive.ArchiveReferenceType archive)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classcom.lexmark.saperion.exceptions.ErrorDetailsType
-
getSystemFieldNames
public java.util.List<java.lang.String> getSystemFieldNames()
-
setSystemFieldNames
public void setSystemFieldNames(java.util.List<java.lang.String> systemFieldNames)
-
getType
public java.lang.String getType()
- Specified by:
getType
in classcom.lexmark.saperion.exceptions.ErrorDetailsType
-
-