org.onebusaway.transit_data_federation.services.beans
Interface TripBeanService

All Known Implementing Classes:
TripBeanServiceImpl

public interface TripBeanService

Service methods to lookup a TripBean representation of a Trip object.

Author:
bdferris
See Also:
TripBean, Trip

Method Summary
 TripBean getTripForId(org.onebusaway.gtfs.model.AgencyAndId tripId)
           
 

Method Detail

getTripForId

TripBean getTripForId(org.onebusaway.gtfs.model.AgencyAndId tripId)
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.