org.mythtv.services.api.v026.beans
Class Lineup
java.lang.Object
org.mythtv.services.api.v026.beans.Lineup
public class Lineup
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Lineup
public Lineup()
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
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object