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