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

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

public class VideoLookupList
extends java.lang.Object

Auto-generated file, do not modify manually !!!!


Constructor Summary
VideoLookupList()
           
 
Method Summary
 org.joda.time.DateTime getAsOf()
           
 java.lang.Integer getCount()
           
 java.lang.String getProtoVer()
           
 java.lang.String getVersion()
           
 VideoLookup[] getVideoLookups()
           
 void setAsOf(org.joda.time.DateTime asOf)
           
 void setCount(java.lang.Integer count)
           
 void setProtoVer(java.lang.String protoVer)
           
 void setVersion(java.lang.String version)
           
 void setVideoLookups(VideoLookup[] videoLookups)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoLookupList

public VideoLookupList()
Method Detail

getCount

public java.lang.Integer getCount()
Returns:
the count

setCount

public void setCount(java.lang.Integer 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

getProtoVer

public java.lang.String getProtoVer()
Returns:
the protoVer

setProtoVer

public void setProtoVer(java.lang.String protoVer)
Parameters:
protoVer - the protoVer to set

getVideoLookups

public VideoLookup[] getVideoLookups()
Returns:
the videoLookups

setVideoLookups

public void setVideoLookups(VideoLookup[] videoLookups)
Parameters:
videoLookups - the videoLookups to set