org.onebusaway.webapp.gwt.tripplanner_library.model
Class TripPlanModel
java.lang.Object
org.onebusaway.webapp.gwt.common.model.AbstractModel<TripPlanModel>
org.onebusaway.webapp.gwt.tripplanner_library.model.TripPlanModel
- All Implemented Interfaces:
- ModelEventSink<TripPlanModel>, ModelEventSource<TripPlanModel>, ModelEventSourceAndSink<TripPlanModel>
public class TripPlanModel
- extends AbstractModel<TripPlanModel>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TripPlanModel
public TripPlanModel()
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.