org.mythtv.services.api.video
Class VideoLookupList

java.lang.Object
  extended by org.mythtv.services.api.video.VideoLookupList

public class VideoLookupList
extends Object

Author:
Daniel Frey

Constructor Summary
VideoLookupList()
           
 
Method Summary
 VideoLookups getVideoLookups()
           
 void setVideoLookups(VideoLookups videoLookups)
           
 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 String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.