org.onebusaway.webapp.gwt.tripplanner_library.model
Class TripPlanModel

java.lang.Object
  extended by org.onebusaway.webapp.gwt.common.model.AbstractModel<TripPlanModel>
      extended by org.onebusaway.webapp.gwt.tripplanner_library.model.TripPlanModel
All Implemented Interfaces:
ModelEventSink<TripPlanModel>, ModelEventSource<TripPlanModel>, ModelEventSourceAndSink<TripPlanModel>

public class TripPlanModel
extends AbstractModel<TripPlanModel>


Constructor Summary
TripPlanModel()
           
 
Method Summary
 int getSelectedIndex()
           
 List<ItineraryBean> getTrips()
           
 void setSelectedIndex(int selectedIndex)
           
 void setTripPlans(ItinerariesBean trips)
           
 
Methods inherited from class org.onebusaway.webapp.gwt.common.model.AbstractModel
addModelListener, fireModelChange, removeModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripPlanModel

public TripPlanModel()
Method Detail

setTripPlans

public void setTripPlans(ItinerariesBean trips)

getTrips

public List<ItineraryBean> getTrips()

getSelectedIndex

public int getSelectedIndex()

setSelectedIndex

public void setSelectedIndex(int selectedIndex)


Copyright © 2012 OneBusAway. All Rights Reserved.