org.onebusaway.transit_data_federation.impl.beans
Class TripBeanServiceImpl

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.beans.TripBeanServiceImpl
All Implemented Interfaces:
TripBeanService

@Component
public class TripBeanServiceImpl
extends Object
implements TripBeanService


Constructor Summary
TripBeanServiceImpl()
           
 
Method Summary
 TripBean getTripForId(org.onebusaway.gtfs.model.AgencyAndId tripId)
           
 void setNarrativeService(NarrativeService narrativeService)
           
 void setRouteBeanService(RouteBeanService routeBeanService)
           
 void setTransitGraphDao(TransitGraphDao graph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripBeanServiceImpl

public TripBeanServiceImpl()
Method Detail

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.