|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mythtv.services.api.v026.beans.JobQueue
public class JobQueue
| 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 |
|---|
public JobQueue()
| Method Detail |
|---|
public int getCount()
public void setCount(int count)
count - the count to setpublic java.util.List<Job> getJobs()
public void setJobs(java.util.List<Job> jobs)
jobs - the jobs to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||