org.mythtv.services.api.v027.status.beans
Class JobQueue

java.lang.Object
  extended by org.mythtv.services.api.v027.status.beans.JobQueue

public class JobQueue
extends java.lang.Object


Constructor Summary
JobQueue()
           
 
Method Summary
 int getCount()
           
 java.util.List<Job> getJobs()
           
 void setCount(int count)
           
 void setJobs(java.util.List<Job> jobs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobQueue

public JobQueue()
Method Detail

getCount

public int getCount()
Returns:
the count

setCount

public void setCount(int count)
Parameters:
count - the count to set

getJobs

public java.util.List<Job> getJobs()
Returns:
the jobs

setJobs

public void setJobs(java.util.List<Job> jobs)
Parameters:
jobs - the jobs to set