Class HibernateAccountingEntry


  • @Entity
    public class HibernateAccountingEntry
    extends java.lang.Object
    Entity for the print_accountings table.
    • Constructor Detail

      • HibernateAccountingEntry

        public HibernateAccountingEntry()
        Default constructor (used only by Hibernate).
      • HibernateAccountingEntry

        public HibernateAccountingEntry​(PrintJobEntry entry,
                                        PrintJobStatus.Status status,
                                        Configuration configuration)
        Constructor that initialize the fields that depends on the job description.
        Parameters:
        entry - The job description
        status - The status
        configuration - The configuration
    • Method Detail

      • getReferenceId

        public java.lang.String getReferenceId()
      • getAppId

        public java.lang.String getAppId()
      • getReferer

        public java.lang.String getReferer()
      • getProcessingTimeMS

        public java.lang.Long getProcessingTimeMS()
      • setProcessingTimeMS

        public void setProcessingTimeMS​(java.lang.Long processingTimeMS)
      • getTotalTimeMS

        public long getTotalTimeMS()
      • getCompletionTime

        public java.util.Date getCompletionTime()
      • getOutputFormat

        public java.lang.String getOutputFormat()
      • getLayout

        public java.lang.String getLayout()
      • getFileSize

        public java.lang.Long getFileSize()
      • setFileSize

        public void setFileSize​(java.lang.Long fileSize)
      • getStats

        public com.fasterxml.jackson.databind.node.ObjectNode getStats()
      • getMapExport

        public boolean getMapExport()