org.mythtv.services.api.channel
Class Lineup
java.lang.Object
org.mythtv.services.api.channel.Lineup
public class Lineup
- extends Object
- Author:
- Daniel Frey
Lineup
public Lineup()
getLineupId
public String getLineupId()
- Returns:
- the lineupId
setLineupId
public void setLineupId(String lineupId)
- Parameters:
lineupId - the lineupId to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getDisplayName
public String getDisplayName()
- Returns:
- the displayName
setDisplayName
public void setDisplayName(String displayName)
- Parameters:
displayName - the displayName to set
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type - the type to set
getPostal
public String getPostal()
- Returns:
- the postal
setPostal
public void setPostal(String postal)
- Parameters:
postal - the postal to set
getDevice
public String getDevice()
- Returns:
- the device
setDevice
public void setDevice(String device)
- Parameters:
device - the device to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.