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

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

public class VideoLookups
extends java.lang.Object


Constructor Summary
VideoLookups()
           
 
Method Summary
 org.joda.time.DateTime getAsOf()
           
 int getCount()
           
 java.lang.String getProtocolVersion()
           
 java.lang.String getVersion()
           
 java.util.List<VideoLookup> getVideoLookups()
           
 void setAsOf(org.joda.time.DateTime asOf)
           
 void setCount(int count)
           
 void setProtocolVersion(java.lang.String protocolVersion)
           
 void setVersion(java.lang.String version)
           
 void setVideoLookups(java.util.List<VideoLookup> videoLookups)
           
 java.lang.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 java.lang.String getVersion()
Returns:
the version

setVersion

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

getProtocolVersion

public java.lang.String getProtocolVersion()
Returns:
the protocolVersion

setProtocolVersion

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

getVideoLookups

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

setVideoLookups

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

toString

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