Class PrintJobStatusExtImpl

java.lang.Object
org.mapfish.print.servlet.job.impl.PrintJobStatusImpl
org.mapfish.print.servlet.job.impl.hibernate.PrintJobStatusExtImpl
All Implemented Interfaces:
PrintJobStatus

@Entity public class PrintJobStatusExtImpl extends PrintJobStatusImpl
Extension of PrintJob Status that holds last check time.
  • Constructor Details

    • PrintJobStatusExtImpl

      public PrintJobStatusExtImpl()
      Constructor.
    • PrintJobStatusExtImpl

      public PrintJobStatusExtImpl(PrintJobEntry entry, long requestCount)
      Constructor.
      Parameters:
      entry - the print job entry.
      requestCount - the request count
  • Method Details

    • getLastCheckTime

      public Long getLastCheckTime()
    • setLastCheckTime

      public void setLastCheckTime(long lastCheckTime)