org.onebusaway.presentation.model
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarkWithStopsBean
public BookmarkWithStopsBean()
getId
public int getId()
setId
public void setId(int id)
getName
public String getName()
setName
public void setName(String name)
getStops
public List<StopBean> getStops()
setStops
public void setStops(List<StopBean> stops)
getRoutes
public List<RouteBean> getRoutes()
setRoutes
public void setRoutes(List<RouteBean> routes)
Copyright © 2012 OneBusAway. All Rights Reserved.