public class BusRouteImpl extends Object implements Serializable, BusRoute
Constructor and Description |
---|
BusRouteImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addStop(BusStop stop) |
String |
getColor() |
long |
getId() |
String |
getName() |
BusRoutePath |
getPath() |
List<? extends BusStopImpl> |
getStops() |
void |
setColor(String color) |
void |
setId(long id) |
void |
setName(String name) |
void |
setPath(BusRoutePath path) |
void |
setStops(List<? extends BusStop> stops) |
public BusRouteImpl()
public void setId(long id)
public List<? extends BusStopImpl> getStops()
public BusRoutePath getPath()
public void setPath(BusRoutePath path)
Copyright © 2011-2014 The Kuali Foundation. All Rights Reserved.