Class PrintJobResultImpl

    • Constructor Summary

      Constructors 
      Constructor 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrintJobResultImpl

        public PrintJobResultImpl()
        Default Constructor.
      • PrintJobResultImpl

        public PrintJobResultImpl​(java.net.URI reportURI,
                                  java.lang.String fileName,
                                  java.lang.String fileExtension,
                                  java.lang.String mimeType,
                                  java.lang.String referenceId)
        Constructor.
        Parameters:
        reportURI - the report URI
        fileName - the file name
        fileExtension - the file extension
        mimeType - the mime type
        referenceId - the reference ID