Class BookmarkWithStopsBean
- java.lang.Object
-
- org.onebusaway.presentation.model.BookmarkWithStopsBean
-
- All Implemented Interfaces:
Serializable
public final class BookmarkWithStopsBean extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BookmarkWithStopsBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()StringgetName()List<RouteBean>getRoutes()List<StopBean>getStops()voidsetId(int id)voidsetName(String name)voidsetRoutes(List<RouteBean> routes)voidsetStops(List<StopBean> stops)
-