org.onebusaway.phone.actions.search
Class NavigationBean

java.lang.Object
  extended by org.onebusaway.phone.actions.search.NavigationBean
All Implemented Interfaces:
Serializable

public final class NavigationBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NavigationBean()
           
NavigationBean(NavigationBean bean)
           
 
Method Summary
 int getCurrentIndex()
           
 List<NameBean> getNames()
           
 RouteBean getRoute()
           
 StopSelectionBean getSelection()
           
 List<Integer> getSelectionIndices()
           
 StopsForRouteBean getStopsForRoute()
           
 void setCurrentIndex(int currentIndex)
           
 void setNames(List<NameBean> names)
           
 void setRoute(RouteBean route)
           
 void setSelection(StopSelectionBean selection)
           
 void setSelectionIndices(List<Integer> selectionIndices)
           
 void setStopsForRoute(StopsForRouteBean stopsForRoute)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationBean

public NavigationBean()

NavigationBean

public NavigationBean(NavigationBean bean)
Method Detail

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.