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

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

public class VideoLookupList
extends java.lang.Object


Constructor Summary
VideoLookupList()
           
 
Method Summary
 VideoLookups getVideoLookups()
           
 void setVideoLookups(VideoLookups videoLookups)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VideoLookupList

public VideoLookupList()
Method Detail

getVideoLookups

public VideoLookups getVideoLookups()
Returns:
the videoLookups

setVideoLookups

public void setVideoLookups(VideoLookups videoLookups)
Parameters:
videoLookups - the videoLookups to set

toString

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