org.mythtv.services.api.v027.beans
Class Lineup

java.lang.Object
  extended by org.mythtv.services.api.v027.beans.Lineup

public class Lineup
extends java.lang.Object

Auto-generated file, do not modify manually !!!!


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

Constructor Detail

Lineup

public Lineup()
Method Detail

getLineupId

public java.lang.String getLineupId()
Returns:
the lineupId

setLineupId

public void setLineupId(java.lang.String lineupId)
Parameters:
lineupId - the lineupId to set

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set

getDisplayName

public java.lang.String getDisplayName()
Returns:
the displayName

setDisplayName

public void setDisplayName(java.lang.String displayName)
Parameters:
displayName - the displayName to set

getType

public java.lang.String getType()
Returns:
the type

setType

public void setType(java.lang.String type)
Parameters:
type - the type to set

getPostal

public java.lang.String getPostal()
Returns:
the postal

setPostal

public void setPostal(java.lang.String postal)
Parameters:
postal - the postal to set

getDevice

public java.lang.String getDevice()
Returns:
the device

setDevice

public void setDevice(java.lang.String device)
Parameters:
device - the device to set