org.mythtv.services.api.channel
Class VideoMultiplex

java.lang.Object
  extended by org.mythtv.services.api.channel.VideoMultiplex

public class VideoMultiplex
extends Object

Author:
Daniel Frey

Constructor Summary
VideoMultiplex()
           
 
Method Summary
 String getBandwidth()
           
 String getConstellation()
           
 String getDefaultAuthority()
           
 String getFec()
           
 int getFrequency()
           
 String getGuardInterval()
           
 String getHierarchy()
           
 String getHpCodeRate()
           
 String getInversion()
           
 String getLpCodeRate()
           
 String getModulation()
           
 String getModulationSystem()
           
 int getMultiplexId()
           
 int getNetworkId()
           
 String getPolarity()
           
 String getRollOff()
           
 int getServiceVersion()
           
 String getSiStandard()
           
 int getSourceId()
           
 int getSymbolRate()
           
 String getTransmissionMode()
           
 int getTransportId()
           
 org.joda.time.DateTime getUpdateTimestamp()
           
 boolean isVisible()
           
 void setBandwidth(String bandwidth)
           
 void setConstellation(String constellation)
           
 void setDefaultAuthority(String defaultAuthority)
           
 void setFec(String fec)
           
 void setFrequency(int frequency)
           
 void setGuardInterval(String guardInterval)
           
 void setHierarchy(String hierarchy)
           
 void setHpCodeRate(String hpCodeRate)
           
 void setInversion(String inversion)
           
 void setLpCodeRate(String lpCodeRate)
           
 void setModulation(String modulation)
           
 void setModulationSystem(String modulationSystem)
           
 void setMultiplexId(int multiplexId)
           
 void setNetworkId(int networkId)
           
 void setPolarity(String polarity)
           
 void setRollOff(String rollOff)
           
 void setServiceVersion(int serviceVersion)
           
 void setSiStandard(String siStandard)
           
 void setSourceId(int sourceId)
           
 void setSymbolRate(int symbolRate)
           
 void setTransmissionMode(String transmissionMode)
           
 void setTransportId(int transportId)
           
 void setUpdateTimestamp(org.joda.time.DateTime updateTimestamp)
           
 void setVisible(boolean visible)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VideoMultiplex

public VideoMultiplex()
Method Detail

getMultiplexId

public int getMultiplexId()
Returns:
the multiplexId

setMultiplexId

public void setMultiplexId(int multiplexId)
Parameters:
multiplexId - the multiplexId to set

getSourceId

public int getSourceId()
Returns:
the sourceId

setSourceId

public void setSourceId(int sourceId)
Parameters:
sourceId - the sourceId to set

getTransportId

public int getTransportId()
Returns:
the transportId

setTransportId

public void setTransportId(int transportId)
Parameters:
transportId - the transportId to set

getNetworkId

public int getNetworkId()
Returns:
the networkId

setNetworkId

public void setNetworkId(int networkId)
Parameters:
networkId - the networkId to set

getFrequency

public int getFrequency()
Returns:
the frequency

setFrequency

public void setFrequency(int frequency)
Parameters:
frequency - the frequency to set

getInversion

public String getInversion()
Returns:
the inversion

setInversion

public void setInversion(String inversion)
Parameters:
inversion - the inversion to set

getSymbolRate

public int getSymbolRate()
Returns:
the symbolRate

setSymbolRate

public void setSymbolRate(int symbolRate)
Parameters:
symbolRate - the symbolRate to set

getFec

public String getFec()
Returns:
the fec

setFec

public void setFec(String fec)
Parameters:
fec - the fec to set

getPolarity

public String getPolarity()
Returns:
the polarity

setPolarity

public void setPolarity(String polarity)
Parameters:
polarity - the polarity to set

getModulation

public String getModulation()
Returns:
the modulation

setModulation

public void setModulation(String modulation)
Parameters:
modulation - the modulation to set

getBandwidth

public String getBandwidth()
Returns:
the bandwidth

setBandwidth

public void setBandwidth(String bandwidth)
Parameters:
bandwidth - the bandwidth to set

getLpCodeRate

public String getLpCodeRate()
Returns:
the lpCodeRate

setLpCodeRate

public void setLpCodeRate(String lpCodeRate)
Parameters:
lpCodeRate - the lpCodeRate to set

getHpCodeRate

public String getHpCodeRate()
Returns:
the hpCodeRate

setHpCodeRate

public void setHpCodeRate(String hpCodeRate)
Parameters:
hpCodeRate - the hpCodeRate to set

getTransmissionMode

public String getTransmissionMode()
Returns:
the transmissionMode

setTransmissionMode

public void setTransmissionMode(String transmissionMode)
Parameters:
transmissionMode - the transmissionMode to set

getGuardInterval

public String getGuardInterval()
Returns:
the guardInterval

setGuardInterval

public void setGuardInterval(String guardInterval)
Parameters:
guardInterval - the guardInterval to set

isVisible

public boolean isVisible()
Returns:
the visible

setVisible

public void setVisible(boolean visible)
Parameters:
visible - the visible to set

getConstellation

public String getConstellation()
Returns:
the constellation

setConstellation

public void setConstellation(String constellation)
Parameters:
constellation - the constellation to set

getHierarchy

public String getHierarchy()
Returns:
the hierarchy

setHierarchy

public void setHierarchy(String hierarchy)
Parameters:
hierarchy - the hierarchy to set

getModulationSystem

public String getModulationSystem()
Returns:
the modulationSystem

setModulationSystem

public void setModulationSystem(String modulationSystem)
Parameters:
modulationSystem - the modulationSystem to set

getRollOff

public String getRollOff()
Returns:
the rollOff

setRollOff

public void setRollOff(String rollOff)
Parameters:
rollOff - the rollOff to set

getSiStandard

public String getSiStandard()
Returns:
the siStandard

setSiStandard

public void setSiStandard(String siStandard)
Parameters:
siStandard - the siStandard to set

getServiceVersion

public int getServiceVersion()
Returns:
the serviceVersion

setServiceVersion

public void setServiceVersion(int serviceVersion)
Parameters:
serviceVersion - the serviceVersion to set

getUpdateTimestamp

public org.joda.time.DateTime getUpdateTimestamp()
Returns:
the updateTimestamp

setUpdateTimestamp

public void setUpdateTimestamp(org.joda.time.DateTime updateTimestamp)
Parameters:
updateTimestamp - the updateTimestamp to set

getDefaultAuthority

public String getDefaultAuthority()
Returns:
the defaultAuthority

setDefaultAuthority

public void setDefaultAuthority(String defaultAuthority)
Parameters:
defaultAuthority - the defaultAuthority to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.