@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)
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)
reportURI - the report URIfileName - the file namefileExtension - the file extensionmimeType - the mime typepublic final java.net.URI getReportURI()
PrintJobResultgetReportURI in interface PrintJobResultpublic final java.lang.String getReportURIString()
PrintJobResultgetReportURIString in interface PrintJobResultpublic final java.lang.String getMimeType()
PrintJobResultgetMimeType in interface PrintJobResultpublic final java.lang.String getFileExtension()
PrintJobResultgetFileExtension in interface PrintJobResultpublic final java.lang.String getFileName()
PrintJobResultgetFileName in interface PrintJobResult