@Entity public class PrintJobResultImpl extends java.lang.Object implements PrintJobResult
| Constructor and Description |
|---|
PrintJobResultImpl()
Default Constructor.
|
PrintJobResultImpl(java.net.URI reportURI,
java.lang.String fileName,
java.lang.String fileExtension,
java.lang.String mimeType,
java.lang.String referenceId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFileExtension()
Get the file extension.
|
java.lang.String |
getFileName()
Get the file name.
|
java.lang.String |
getMimeType()
Get the report mime type.
|
java.net.URI |
getReportURI()
Get the report URI.
|
java.lang.String |
getReportURIString()
Get the report URI as String.
|
public PrintJobResultImpl()
public PrintJobResultImpl(java.net.URI reportURI,
java.lang.String fileName,
java.lang.String fileExtension,
java.lang.String mimeType,
java.lang.String referenceId)
reportURI - the report URIfileName - the file namefileExtension - the file extensionmimeType - the mime typereferenceId - the reference IDpublic java.net.URI getReportURI()
PrintJobResultgetReportURI in interface PrintJobResultpublic java.lang.String getReportURIString()
PrintJobResultgetReportURIString in interface PrintJobResultpublic java.lang.String getMimeType()
PrintJobResultgetMimeType in interface PrintJobResultpublic java.lang.String getFileExtension()
PrintJobResultgetFileExtension in interface PrintJobResultpublic java.lang.String getFileName()
PrintJobResultgetFileName in interface PrintJobResult