org.onebusaway.transit_data_federation.impl.beans
Class TripBeanServiceImpl
java.lang.Object
org.onebusaway.transit_data_federation.impl.beans.TripBeanServiceImpl
- All Implemented Interfaces:
- TripBeanService
@Component
public class TripBeanServiceImpl
- extends Object
- implements TripBeanService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TripBeanServiceImpl
public TripBeanServiceImpl()
setTransitGraphDao
public void setTransitGraphDao(TransitGraphDao graph)
setNarrativeService
public void setNarrativeService(NarrativeService narrativeService)
setRouteBeanService
public void setRouteBeanService(RouteBeanService routeBeanService)
getTripForId
public TripBean getTripForId(org.onebusaway.gtfs.model.AgencyAndId tripId)
- Specified by:
getTripForId
in interface TripBeanService
- Parameters:
tripId
- see Trip.getId()
- Returns:
- retrieve a bean representation of the specified trip, or null if
not found
Copyright © 2012 OneBusAway. All Rights Reserved.