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

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

public class LiveStreamInfoWrapper
extends java.lang.Object


Constructor Summary
LiveStreamInfoWrapper()
           
 
Method Summary
 LiveStreamInfo getLiveStreamInfo()
           
 void setLiveStreamInfo(LiveStreamInfo liveStreamInfo)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LiveStreamInfoWrapper

public LiveStreamInfoWrapper()
Method Detail

getLiveStreamInfo

public LiveStreamInfo getLiveStreamInfo()
Returns:
the liveStreamInfo

setLiveStreamInfo

public void setLiveStreamInfo(LiveStreamInfo liveStreamInfo)
Parameters:
liveStreamInfo - the liveStreamInfo to set

toString

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