Class RouteAtStop
- java.lang.Object
-
- org.onebusaway.enterprise.webapp.actions.api.model.RouteAtStop
-
public class RouteAtStop extends Object
Route available at a stop, the stop being the top-level result.- Author:
- jmaki
-
-
Constructor Summary
Constructors Constructor Description RouteAtStop(RouteBean route, List<RouteDirection> directions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getColor()
String
getDescription()
List<RouteDirection>
getDirections()
String
getId()
String
getLongName()
String
getShortName()
-
-
-
Constructor Detail
-
RouteAtStop
public RouteAtStop(RouteBean route, List<RouteDirection> directions)
-
-