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 Bus
public void setRouteId(long routeId)
setRouteId
in interface Bus
routeId
- the routeId to setpublic String getRouteName()
getRouteName
in interface Bus
public void setRouteName(String routeName)
setRouteName
in interface Bus
routeName
- the routeName to setpublic String getLatitude()
getLatitude
in interface Bus
public void setLatitude(String latitude)
setLatitude
in interface Bus
latitude
- the latitude to setpublic String getLongitude()
getLongitude
in interface Bus
public void setLongitude(String longitude)
setLongitude
in interface Bus
longitude
- the longitude to setpublic String getHeading()
getHeading
in interface Bus
public void setHeading(String heading)
setHeading
in interface Bus
heading
- the heading to setCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.