org.mythtv.services.api.v027.beans
Class ProgramGuide
java.lang.Object
org.mythtv.services.api.v027.beans.ProgramGuide
public class ProgramGuide
- extends java.lang.Object
Auto-generated file, do not modify manually !!!!
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgramGuide
public ProgramGuide()
getStartTime
public org.joda.time.DateTime getStartTime()
- Returns:
- the startTime
setStartTime
public void setStartTime(org.joda.time.DateTime startTime)
- Parameters:
startTime - the startTime to set
getEndTime
public org.joda.time.DateTime getEndTime()
- Returns:
- the endTime
setEndTime
public void setEndTime(org.joda.time.DateTime endTime)
- Parameters:
endTime - the endTime to set
getStartChanId
public java.lang.Integer getStartChanId()
- Returns:
- the startChanId
setStartChanId
public void setStartChanId(java.lang.Integer startChanId)
- Parameters:
startChanId - the startChanId to set
getEndChanId
public java.lang.Integer getEndChanId()
- Returns:
- the endChanId
setEndChanId
public void setEndChanId(java.lang.Integer endChanId)
- Parameters:
endChanId - the endChanId to set
getNumOfChannels
public java.lang.Integer getNumOfChannels()
- Returns:
- the numOfChannels
setNumOfChannels
public void setNumOfChannels(java.lang.Integer numOfChannels)
- Parameters:
numOfChannels - the numOfChannels to set
isDetails
public java.lang.Boolean isDetails()
- Returns:
- the details
setDetails
public void setDetails(java.lang.Boolean details)
- Parameters:
details - the details 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
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
getChannels
public ChannelInfo[] getChannels()
- Returns:
- the channels
setChannels
public void setChannels(ChannelInfo[] channels)
- Parameters:
channels - the channels to set