org.mythtv.services.api.channel
Class Lineup

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

public class Lineup
extends Object

Author:
Daniel Frey

Constructor Summary
Lineup()
           
 
Method Summary
 String getDevice()
           
 String getDisplayName()
           
 String getLineupId()
           
 String getName()
           
 String getPostal()
           
 String getType()
           
 void setDevice(String device)
           
 void setDisplayName(String displayName)
           
 void setLineupId(String lineupId)
           
 void setName(String name)
           
 void setPostal(String postal)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Lineup

public Lineup()
Method Detail

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.