@Entity public class PrintJobResultExtImpl extends PrintJobResultImpl
| Constructor and Description |
|---|
PrintJobResultExtImpl()
Default Constructor.
|
PrintJobResultExtImpl(java.net.URI reportURI,
java.lang.String fileName,
java.lang.String fileExtension,
java.lang.String mimeType,
byte[] data,
java.lang.String referenceId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
void |
setData(byte[] data) |
getFileExtension, getFileName, getMimeType, getReportURI, getReportURIStringpublic PrintJobResultExtImpl()
public PrintJobResultExtImpl(java.net.URI reportURI,
java.lang.String fileName,
java.lang.String fileExtension,
java.lang.String mimeType,
byte[] data,
java.lang.String referenceId)
reportURI - the report URIfileName - the file namefileExtension - the file extensionmimeType - the mime typedata - the datareferenceId - the reference ID