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

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

public class ChannelInfoList
extends java.lang.Object

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


Constructor Summary
ChannelInfoList()
           
 
Method Summary
 org.joda.time.DateTime getAsOf()
           
 ChannelInfo[] getChannelInfos()
           
 java.lang.Integer getCount()
           
 java.lang.Integer getCurrentPage()
           
 java.lang.String getProtoVer()
           
 java.lang.Integer getStartIndex()
           
 java.lang.Integer getTotalAvailable()
           
 java.lang.Integer getTotalPages()
           
 java.lang.String getVersion()
           
 void setAsOf(org.joda.time.DateTime asOf)
           
 void setChannelInfos(ChannelInfo[] channelInfos)
           
 void setCount(java.lang.Integer count)
           
 void setCurrentPage(java.lang.Integer currentPage)
           
 void setProtoVer(java.lang.String protoVer)
           
 void setStartIndex(java.lang.Integer startIndex)
           
 void setTotalAvailable(java.lang.Integer totalAvailable)
           
 void setTotalPages(java.lang.Integer totalPages)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelInfoList

public ChannelInfoList()
Method Detail

getStartIndex

public java.lang.Integer getStartIndex()
Returns:
the startIndex

setStartIndex

public void setStartIndex(java.lang.Integer startIndex)
Parameters:
startIndex - the startIndex to set

getCount

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

setCount

public void setCount(java.lang.Integer count)
Parameters:
count - the count to set

getCurrentPage

public java.lang.Integer getCurrentPage()
Returns:
the currentPage

setCurrentPage

public void setCurrentPage(java.lang.Integer currentPage)
Parameters:
currentPage - the currentPage to set

getTotalPages

public java.lang.Integer getTotalPages()
Returns:
the totalPages

setTotalPages

public void setTotalPages(java.lang.Integer totalPages)
Parameters:
totalPages - the totalPages to set

getTotalAvailable

public java.lang.Integer getTotalAvailable()
Returns:
the totalAvailable

setTotalAvailable

public void setTotalAvailable(java.lang.Integer totalAvailable)
Parameters:
totalAvailable - the totalAvailable 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

getChannelInfos

public ChannelInfo[] getChannelInfos()
Returns:
the channelInfos

setChannelInfos

public void setChannelInfos(ChannelInfo[] channelInfos)
Parameters:
channelInfos - the channelInfos to set