public class ChannelInfo extends Object implements Serializable, Comparable<ChannelInfo>
| Constructor and Description |
|---|
ChannelInfo() |
public String getChannelId()
public void setChannelId(String channelId)
channelId - the channelId to setpublic String getChannelNumber()
public void setChannelNumber(String channelNumber)
channelNumber - the channelNumber to setpublic String getCallSign()
public void setCallSign(String callSign)
callSign - the callSign to setpublic String getIconUrl()
public void setIconUrl(String iconUrl)
iconUrl - the iconUrl to setpublic String getChannelName()
public void setChannelName(String channelName)
channelName - the channelName to setpublic int getMultiplexId()
public void setMultiplexId(int multiplexId)
multiplexId - the multiplexId to setpublic int getTransportId()
public void setTransportId(int transportId)
transportId - the transportId to setpublic int getServiceId()
public void setServiceId(int serviceId)
serviceId - the serviceId to setpublic int getNetworkId()
public void setNetworkId(int networkId)
networkId - the networkId to setpublic int getAtscMajorChannel()
public void setAtscMajorChannel(int atscMajorChannel)
atscMajorChannel - the atscMajorChannel to setpublic int getAtscMinorChannel()
public void setAtscMinorChannel(int atscMinorChannel)
atscMinorChannel - the atscMinorChannel to setpublic String getFormat()
public void setFormat(String format)
format - the format to setpublic String getModulation()
public void setModulation(String modulation)
modulation - the modulation to setpublic int getFrequency()
public void setFrequency(int frequency)
frequency - the frequency to setpublic String getFrequencyId()
public void setFrequencyId(String frequencyId)
frequencyId - the frequencyId to setpublic String getFrequenceTable()
public void setFrequenceTable(String frequenceTable)
frequenceTable - the frequenceTable to setpublic int getFineTune()
public void setFineTune(int fineTune)
fineTune - the fineTune to setpublic String getSiStandard()
public void setSiStandard(String siStandard)
siStandard - the siStandard to setpublic String getChannelFilters()
public void setChannelFilters(String channelFilters)
channelFilters - the channelFilters to setpublic int getSourceId()
public void setSourceId(int sourceId)
sourceId - the sourceId to setpublic int getInputId()
public void setInputId(int inputId)
inputId - the inputId to setpublic int getCommercialFree()
public void setCommercialFree(int commercialFree)
commercialFree - the commercialFree to setpublic boolean isUseEit()
public void setUseEit(boolean useEit)
useEit - the useEit to setpublic boolean isVisable()
public void setVisable(boolean visable)
visable - the visable to setpublic String getXmltvId()
public void setXmltvId(String xmltvId)
xmltvId - the xmltvId to setpublic String getDefaultAuth()
public void setDefaultAuth(String defaultAuth)
defaultAuth - the defaultAuth to setpublic void setPrograms(List<Program> programs)
programs - the programs to setpublic int compareTo(ChannelInfo arg)
compareTo in interface Comparable<ChannelInfo>Copyright © 2012. All Rights Reserved.