org.mythtv.services.api.channel
Class VideoSourceList

java.lang.Object
  extended by org.mythtv.services.api.channel.VideoSourceList

public class VideoSourceList
extends Object

Author:
Daniel Frey

Constructor Summary
VideoSourceList()
           
 
Method Summary
 VideoSources getVideoSources()
           
 void setVideoSources(VideoSources videoSources)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VideoSourceList

public VideoSourceList()
Method Detail

getVideoSources

public VideoSources getVideoSources()
Returns:
the videoSources

setVideoSources

public void setVideoSources(VideoSources videoSources)
Parameters:
videoSources - the videoSources to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.