public class ProgramGuide extends Object implements Serializable
| Constructor and Description |
|---|
ProgramGuide() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getAsOf() |
List<ChannelInfo> |
getChannels() |
int |
getCount() |
int |
getEndChannelId() |
org.joda.time.DateTime |
getEndTime() |
int |
getNumberOfChannels() |
String |
getProtocolVersion() |
int |
getStartChannelId() |
org.joda.time.DateTime |
getStartTime() |
String |
getVersion() |
boolean |
isDetails() |
void |
setAsOf(org.joda.time.DateTime asOf) |
void |
setChannels(List<ChannelInfo> channels) |
void |
setCount(int count) |
void |
setDetails(boolean details) |
void |
setEndChannelId(int endChannelId) |
void |
setEndTime(org.joda.time.DateTime endTime) |
void |
setNumberOfChannels(int numberOfChannels) |
void |
setProtocolVersion(String protocolVersion) |
void |
setStartChannelId(int startChannelId) |
void |
setStartTime(org.joda.time.DateTime startTime) |
void |
setVersion(String version) |
String |
toString() |
public org.joda.time.DateTime getStartTime()
public void setStartTime(org.joda.time.DateTime startTime)
startTime - the startTime to setpublic org.joda.time.DateTime getEndTime()
public void setEndTime(org.joda.time.DateTime endTime)
endTime - the endTime to setpublic int getStartChannelId()
public void setStartChannelId(int startChannelId)
startChannelId - the startChannelId to setpublic int getEndChannelId()
public void setEndChannelId(int endChannelId)
endChannelId - the endChannelId to setpublic int getNumberOfChannels()
public void setNumberOfChannels(int numberOfChannels)
numberOfChannels - the numberOfChannels to setpublic boolean isDetails()
public void setDetails(boolean details)
details - the details to setpublic int getCount()
public void setCount(int count)
count - the count to setpublic org.joda.time.DateTime getAsOf()
public void setAsOf(org.joda.time.DateTime asOf)
asOf - the asOf to setpublic String getVersion()
public void setVersion(String version)
version - the version to setpublic String getProtocolVersion()
public void setProtocolVersion(String protocolVersion)
protocolVersion - the protocolVersion to setpublic List<ChannelInfo> getChannels()
public void setChannels(List<ChannelInfo> channels)
channels - the channels to setCopyright © 2012. All Rights Reserved.