public class Bus extends Object implements Serializable
Constructor and Description |
---|
Bus() |
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 Bus()
public long getId()
public void setId(long id)
id
- the id to setpublic long getRouteId()
public void setRouteId(long routeId)
routeId
- the routeId to setpublic String getRouteName()
public void setRouteName(String routeName)
routeName
- the routeName to setpublic String getLatitude()
public void setLatitude(String latitude)
latitude
- the latitude to setpublic String getLongitude()
public void setLongitude(String longitude)
longitude
- the longitude to setpublic String getHeading()
public void setHeading(String heading)
heading
- the heading to setCopyright © 2011–2014 The Kuali Foundation. All rights reserved.