magoffin.matt.ma2.web.service
Class JobInfoController.Command

java.lang.Object
  extended by magoffin.matt.ma2.web.service.JobInfoController.Command
Enclosing class:
JobInfoController

public static class JobInfoController.Command
extends java.lang.Object

Command for requesting information about a job.


Constructor Summary
JobInfoController.Command()
           
 
Method Summary
 long getTicket()
           
 void setTicket(long ticket)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobInfoController.Command

public JobInfoController.Command()
Method Detail

getTicket

public long getTicket()
Returns:
Returns the ticket.

setTicket

public void setTicket(long ticket)
Parameters:
ticket - The ticket to set.