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

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

public class VideoSourceWrapper
extends java.lang.Object


Constructor Summary
VideoSourceWrapper()
           
 
Method Summary
 VideoSource getVideoSource()
           
 void setVideoSource(VideoSource videoSource)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VideoSourceWrapper

public VideoSourceWrapper()
Method Detail

getVideoSource

public VideoSource getVideoSource()
Returns:
the videoSource

setVideoSource

public void setVideoSource(VideoSource videoSource)
Parameters:
videoSource - the videoSource to set

toString

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