org.mythtv.services.api.content
Class LiveStreamInfos

java.lang.Object
  extended by org.mythtv.services.api.content.LiveStreamInfos

public class LiveStreamInfos
extends Object

Author:
Daniel Frey

Constructor Summary
LiveStreamInfos()
           
 
Method Summary
 List<LiveStreamInfo> getLiveStreamInfos()
           
 void setLiveStreamInfos(List<LiveStreamInfo> liveStreamInfos)
           
 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 List<LiveStreamInfo> getLiveStreamInfos()
Returns:
the liveStreamInfos

setLiveStreamInfos

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.