org.mythtv.services.api.guide
Class ProgramGuide
java.lang.Object
org.mythtv.services.api.guide.ProgramGuide
- All Implemented Interfaces:
- Serializable
public class ProgramGuide
- extends Object
- implements Serializable
- Author:
- Daniel Frey
- See Also:
- Serialized Form
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
getStartChannelId
public int getStartChannelId()
- Returns:
- the startChannelId
setStartChannelId
public void setStartChannelId(int startChannelId)
- Parameters:
startChannelId - the startChannelId to set
getEndChannelId
public int getEndChannelId()
- Returns:
- the endChannelId
setEndChannelId
public void setEndChannelId(int endChannelId)
- Parameters:
endChannelId - the endChannelId to set
getNumberOfChannels
public int getNumberOfChannels()
- Returns:
- the numberOfChannels
setNumberOfChannels
public void setNumberOfChannels(int numberOfChannels)
- Parameters:
numberOfChannels - the numberOfChannels to set
isDetails
public boolean isDetails()
- Returns:
- the details
setDetails
public void setDetails(boolean details)
- Parameters:
details - the details to set
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
getChannels
public List<ChannelInfo> getChannels()
- Returns:
- the channels
setChannels
public void setChannels(List<ChannelInfo> channels)
- Parameters:
channels - the channels to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.