org.mythtv.services.api.v026.beans
Class ProgramGuideWrapper

java.lang.Object
  extended by org.mythtv.services.api.v026.beans.ProgramGuideWrapper

public class ProgramGuideWrapper
extends java.lang.Object


Constructor Summary
ProgramGuideWrapper()
           
 
Method Summary
 ProgramGuide getProgramGuide()
           
 void setProgramGuide(ProgramGuide programGuide)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProgramGuideWrapper

public ProgramGuideWrapper()
Method Detail

getProgramGuide

public ProgramGuide getProgramGuide()
Returns:
the programGuide

setProgramGuide

public void setProgramGuide(ProgramGuide programGuide)
Parameters:
programGuide - the programGuide to set

toString

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