org.onebusaway.transit_data_federation.impl.beans
Class TripStopTimesBeanServiceImpl

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.beans.TripStopTimesBeanServiceImpl
All Implemented Interfaces:
TripStopTimesBeanService

@Component
public class TripStopTimesBeanServiceImpl
extends Object
implements TripStopTimesBeanService


Constructor Summary
TripStopTimesBeanServiceImpl()
           
 
Method Summary
 TripStopTimesBean getStopTimesForBlockTrip(BlockTripInstance blockTripInstance)
           
 void setAgencyService(AgencyService agencyService)
           
 void setStopBeanService(StopBeanService stopBeanService)
           
 void setTripBeanService(TripBeanService tripBeanService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripStopTimesBeanServiceImpl

public TripStopTimesBeanServiceImpl()
Method Detail

setAgencyService

public void setAgencyService(AgencyService agencyService)

setTripBeanService

public void setTripBeanService(TripBeanService tripBeanService)

setStopBeanService

public void setStopBeanService(StopBeanService stopBeanService)

getStopTimesForBlockTrip

public TripStopTimesBean getStopTimesForBlockTrip(BlockTripInstance blockTripInstance)
Specified by:
getStopTimesForBlockTrip in interface TripStopTimesBeanService


Copyright © 2012 OneBusAway. All Rights Reserved.