org.mythtv.services.api.v025.status.beans
Class Scheduled

java.lang.Object
  extended by org.mythtv.services.api.v025.status.beans.Scheduled

public class Scheduled
extends java.lang.Object


Constructor Summary
Scheduled()
           
 
Method Summary
 int getCount()
           
 java.util.List<Program> getPrograms()
           
 void setCount(int count)
           
 void setPrograms(java.util.List<Program> programs)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Scheduled

public Scheduled()
Method Detail

getCount

public int getCount()
Returns:
the count

setCount

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

getPrograms

public java.util.List<Program> getPrograms()
Returns:
the programs

setPrograms

public void setPrograms(java.util.List<Program> programs)
Parameters:
programs - the programs to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object