public interface BusRoute
Modifier and Type | Method and Description |
---|---|
void |
addStop(BusStop stop) |
String |
getColor() |
long |
getId() |
String |
getName() |
BusRoutePath |
getPath() |
List<? extends BusStop> |
getStops() |
void |
setColor(String color) |
void |
setId(long id) |
void |
setName(String name) |
void |
setPath(BusRoutePath path) |
void |
setStops(List<? extends BusStop> stops) |
long getId()
void setId(long id)
id
- the id to setBusRoutePath getPath()
void setPath(BusRoutePath path)
path
- the path to setCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.