org.mythtv.services.api.v025.status.beans
Class ChannelInfo
java.lang.Object
org.mythtv.services.api.v025.status.beans.ChannelInfo
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ChannelInfo>
public class ChannelInfo
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Comparable<ChannelInfo>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ChannelInfo
public ChannelInfo()
getChannelId
public int getChannelId()
- Returns:
- the channelId
setChannelId
public void setChannelId(int channelId)
- Parameters:
channelId - the channelId to set
getChannelNumber
public java.lang.String getChannelNumber()
- Returns:
- the channelNumber
setChannelNumber
public void setChannelNumber(java.lang.String channelNumber)
- Parameters:
channelNumber - the channelNumber to set
getCallSign
public java.lang.String getCallSign()
- Returns:
- the callSign
setCallSign
public void setCallSign(java.lang.String callSign)
- Parameters:
callSign - the callSign to set
getIconUrl
public java.lang.String getIconUrl()
- Returns:
- the iconUrl
setIconUrl
public void setIconUrl(java.lang.String iconUrl)
- Parameters:
iconUrl - the iconUrl to set
getChannelName
public java.lang.String getChannelName()
- Returns:
- the channelName
setChannelName
public void setChannelName(java.lang.String channelName)
- Parameters:
channelName - the channelName to set
getMultiplexId
public int getMultiplexId()
- Returns:
- the multiplexId
setMultiplexId
public void setMultiplexId(int multiplexId)
- Parameters:
multiplexId - the multiplexId to set
getTransportId
public int getTransportId()
- Returns:
- the transportId
setTransportId
public void setTransportId(int transportId)
- Parameters:
transportId - the transportId to set
getServiceId
public int getServiceId()
- Returns:
- the serviceId
setServiceId
public void setServiceId(int serviceId)
- Parameters:
serviceId - the serviceId to set
getNetworkId
public int getNetworkId()
- Returns:
- the networkId
setNetworkId
public void setNetworkId(int networkId)
- Parameters:
networkId - the networkId to set
getAtscMajorChannel
public int getAtscMajorChannel()
- Returns:
- the atscMajorChannel
setAtscMajorChannel
public void setAtscMajorChannel(int atscMajorChannel)
- Parameters:
atscMajorChannel - the atscMajorChannel to set
getAtscMinorChannel
public int getAtscMinorChannel()
- Returns:
- the atscMinorChannel
setAtscMinorChannel
public void setAtscMinorChannel(int atscMinorChannel)
- Parameters:
atscMinorChannel - the atscMinorChannel to set
getFormat
public java.lang.String getFormat()
- Returns:
- the format
setFormat
public void setFormat(java.lang.String format)
- Parameters:
format - the format to set
getModulation
public java.lang.String getModulation()
- Returns:
- the modulation
setModulation
public void setModulation(java.lang.String modulation)
- Parameters:
modulation - the modulation to set
getFrequency
public int getFrequency()
- Returns:
- the frequency
setFrequency
public void setFrequency(int frequency)
- Parameters:
frequency - the frequency to set
getFrequencyId
public java.lang.String getFrequencyId()
- Returns:
- the frequencyId
setFrequencyId
public void setFrequencyId(java.lang.String frequencyId)
- Parameters:
frequencyId - the frequencyId to set
getFrequenceTable
public java.lang.String getFrequenceTable()
- Returns:
- the frequenceTable
setFrequenceTable
public void setFrequenceTable(java.lang.String frequenceTable)
- Parameters:
frequenceTable - the frequenceTable to set
getFineTune
public int getFineTune()
- Returns:
- the fineTune
setFineTune
public void setFineTune(int fineTune)
- Parameters:
fineTune - the fineTune to set
getSiStandard
public java.lang.String getSiStandard()
- Returns:
- the siStandard
setSiStandard
public void setSiStandard(java.lang.String siStandard)
- Parameters:
siStandard - the siStandard to set
getChannelFilters
public java.lang.String getChannelFilters()
- Returns:
- the channelFilters
setChannelFilters
public void setChannelFilters(java.lang.String channelFilters)
- Parameters:
channelFilters - the channelFilters to set
getSourceId
public int getSourceId()
- Returns:
- the sourceId
setSourceId
public void setSourceId(int sourceId)
- Parameters:
sourceId - the sourceId to set
getInputId
public int getInputId()
- Returns:
- the inputId
setInputId
public void setInputId(int inputId)
- Parameters:
inputId - the inputId to set
getCommercialFree
public int getCommercialFree()
- Returns:
- the commercialFree
setCommercialFree
public void setCommercialFree(int commercialFree)
- Parameters:
commercialFree - the commercialFree to set
isUseEit
public boolean isUseEit()
- Returns:
- the useEit
setUseEit
public void setUseEit(boolean useEit)
- Parameters:
useEit - the useEit to set
isVisable
public boolean isVisable()
- Returns:
- the visable
setVisable
public void setVisable(boolean visable)
- Parameters:
visable - the visable to set
getXmltvId
public java.lang.String getXmltvId()
- Returns:
- the xmltvId
setXmltvId
public void setXmltvId(java.lang.String xmltvId)
- Parameters:
xmltvId - the xmltvId to set
getDefaultAuth
public java.lang.String getDefaultAuth()
- Returns:
- the defaultAuth
setDefaultAuth
public void setDefaultAuth(java.lang.String defaultAuth)
- Parameters:
defaultAuth - the defaultAuth to set
getPrograms
public java.util.List<Program> getPrograms()
- Returns:
- the programs
setPrograms
public void setPrograms(java.util.List<Program> programs)
- Parameters:
programs - the programs to set
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
compareTo
public int compareTo(ChannelInfo arg)
- Specified by:
compareTo in interface java.lang.Comparable<ChannelInfo>
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object