public class Lineup extends Object
| Constructor and Description |
|---|
Lineup() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public String getLineupId()
public void setLineupId(String lineupId)
lineupId - the lineupId to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - the displayName to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getPostal()
public void setPostal(String postal)
postal - the postal to setpublic String getDevice()
public void setDevice(String device)
device - the device to setCopyright © 2012. All Rights Reserved.