org.onebusaway.phone.actions.search
Class NavigationBean
java.lang.Object
org.onebusaway.phone.actions.search.NavigationBean
- All Implemented Interfaces:
- Serializable
public final class NavigationBean
- 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 |
NavigationBean
public NavigationBean()
NavigationBean
public NavigationBean(NavigationBean bean)
setRoute
public void setRoute(RouteBean route)
getRoute
public RouteBean getRoute()
setStopsForRoute
public void setStopsForRoute(StopsForRouteBean stopsForRoute)
getStopsForRoute
public StopsForRouteBean getStopsForRoute()
setSelectionIndices
public void setSelectionIndices(List<Integer> selectionIndices)
getSelectionIndices
public List<Integer> getSelectionIndices()
getCurrentIndex
public int getCurrentIndex()
setCurrentIndex
public void setCurrentIndex(int currentIndex)
setSelection
public void setSelection(StopSelectionBean selection)
getSelection
public StopSelectionBean getSelection()
getNames
public List<NameBean> getNames()
setNames
public void setNames(List<NameBean> names)
Copyright © 2012 OneBusAway. All Rights Reserved.