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

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

public class LiveStreamInfos
extends java.lang.Object


Constructor Summary
LiveStreamInfos()
           
 
Method Summary
 java.util.List<LiveStreamInfo> getLiveStreamInfos()
           
 void setLiveStreamInfos(java.util.List<LiveStreamInfo> liveStreamInfos)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LiveStreamInfos

public LiveStreamInfos()
Method Detail

getLiveStreamInfos

public java.util.List<LiveStreamInfo> getLiveStreamInfos()
Returns:
the liveStreamInfos

setLiveStreamInfos

public void setLiveStreamInfos(java.util.List<LiveStreamInfo> liveStreamInfos)
Parameters:
liveStreamInfos - the liveStreamInfos to set

toString

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