org.mythtv.services.api.video
Class VideoLookups

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

public class VideoLookups
extends Object

Author:
Daniel Frey

Constructor Summary
VideoLookups()
           
 
Method Summary
 org.joda.time.DateTime getAsOf()
           
 int getCount()
           
 String getProtocolVersion()
           
 String getVersion()
           
 List<VideoLookup> getVideoLookups()
           
 void setAsOf(org.joda.time.DateTime asOf)
           
 void setCount(int count)
           
 void setProtocolVersion(String protocolVersion)
           
 void setVersion(String version)
           
 void setVideoLookups(List<VideoLookup> videoLookups)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VideoLookups

public VideoLookups()
Method Detail

getCount

public int getCount()
Returns:
the count

setCount

public void setCount(int count)
Parameters:
count - the count to set

getAsOf

public org.joda.time.DateTime getAsOf()
Returns:
the asOf

setAsOf

public void setAsOf(org.joda.time.DateTime asOf)
Parameters:
asOf - the asOf to set

getVersion

public String getVersion()
Returns:
the version

setVersion

public void setVersion(String version)
Parameters:
version - the version to set

getProtocolVersion

public String getProtocolVersion()
Returns:
the protocolVersion

setProtocolVersion

public void setProtocolVersion(String protocolVersion)
Parameters:
protocolVersion - the protocolVersion to set

getVideoLookups

public List<VideoLookup> getVideoLookups()
Returns:
the videoLookups

setVideoLookups

public void setVideoLookups(List<VideoLookup> videoLookups)
Parameters:
videoLookups - the videoLookups to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.