org.mythtv.services.api.channel
Class VideoSource
java.lang.Object
org.mythtv.services.api.channel.VideoSource
public class VideoSource
- extends Object
- Author:
- Daniel Frey
VideoSource
public VideoSource()
getId
public int getId()
- Returns:
- the id
setId
public void setId(int id)
- Parameters:
id - the id to set
getSourceName
public String getSourceName()
- Returns:
- the sourceName
setSourceName
public void setSourceName(String sourceName)
- Parameters:
sourceName - the sourceName to set
getGrabber
public String getGrabber()
- Returns:
- the grabber
setGrabber
public void setGrabber(String grabber)
- Parameters:
grabber - the grabber to set
getUserId
public String getUserId()
- Returns:
- the userId
setUserId
public void setUserId(String userId)
- Parameters:
userId - the userId to set
getFrequencyTable
public String getFrequencyTable()
- Returns:
- the frequencyTable
setFrequencyTable
public void setFrequencyTable(String frequencyTable)
- Parameters:
frequencyTable - the frequencyTable to set
getLineupId
public String getLineupId()
- Returns:
- the lineupId
setLineupId
public void setLineupId(String lineupId)
- Parameters:
lineupId - the lineupId to set
getPassword
public String getPassword()
- Returns:
- the password
setPassword
public void setPassword(String password)
- Parameters:
password - the password to set
isUseEIT
public boolean isUseEIT()
- Returns:
- the useEIT
setUseEIT
public void setUseEIT(boolean useEIT)
- Parameters:
useEIT - the useEIT to set
getConfigPath
public String getConfigPath()
- Returns:
- the configPath
setConfigPath
public void setConfigPath(String configPath)
- Parameters:
configPath - the configPath to set
getNitId
public int getNitId()
- Returns:
- the nitId
setNitId
public void setNitId(int nitId)
- Parameters:
nitId - the nitId to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.