public class BusImpl extends Object implements Bus, Serializable
| Constructor and Description |
|---|
BusImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor() |
String |
getHeading() |
long |
getId() |
String |
getLatitude() |
String |
getLongitude() |
String |
getName() |
long |
getRouteId() |
String |
getRouteName() |
void |
setColor(String color) |
void |
setHeading(String heading) |
void |
setId(long id) |
void |
setLatitude(String latitude) |
void |
setLongitude(String longitude) |
void |
setName(String name) |
void |
setRouteId(long routeId) |
void |
setRouteName(String routeName) |
public BusImpl()
public long getRouteId()
getRouteId in interface Buspublic void setRouteId(long routeId)
setRouteId in interface BusrouteId - the routeId to setpublic String getRouteName()
getRouteName in interface Buspublic void setRouteName(String routeName)
setRouteName in interface BusrouteName - the routeName to setpublic String getLatitude()
getLatitude in interface Buspublic void setLatitude(String latitude)
setLatitude in interface Buslatitude - the latitude to setpublic String getLongitude()
getLongitude in interface Buspublic void setLongitude(String longitude)
setLongitude in interface Buslongitude - the longitude to setpublic String getHeading()
getHeading in interface Buspublic void setHeading(String heading)
setHeading in interface Busheading - the heading to setCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.