org.simoes.lpd.util
Class QueuedPrintJob

java.lang.Object
  extended byorg.simoes.lpd.util.QueuedPrintJob

public class QueuedPrintJob
extends java.lang.Object

A copy of a printJob plus the jobId used by the PrintQueue to store the opriginal copy of this PrintJob.

Author:
Chris Simoes

Constructor Summary
QueuedPrintJob(long id, PrintJob printJob)
          Constructor for the QueuedPrintJob.
 
Method Summary
 long getJobId()
           
 PrintJob getPrintJob()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueuedPrintJob

public QueuedPrintJob(long id,
                      PrintJob printJob)
Constructor for the QueuedPrintJob.

Parameters:
id - the PrintQueue id of the PrintJob
printJob - a copy of the original PrintJob stored in the PrintQueue
Method Detail

getJobId

public long getJobId()

getPrintJob

public PrintJob getPrintJob()