org.onebusaway.transit_data_federation.impl.transit_graph
Class RouteEntryImpl

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.transit_graph.RouteEntryImpl
All Implemented Interfaces:
Serializable, RouteEntry

public class RouteEntryImpl
extends Object
implements RouteEntry, Serializable

See Also:
Serialized Form

Constructor Summary
RouteEntryImpl()
           
 
Method Summary
 org.onebusaway.gtfs.model.AgencyAndId getId()
          RouteCollectionEntry Interface
 RouteCollectionEntry getParent()
           
 List<TripEntry> getTrips()
           
 void setId(org.onebusaway.gtfs.model.AgencyAndId id)
           
 void setParent(RouteCollectionEntry parent)
           
 void setTrips(List<TripEntry> trips)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteEntryImpl

public RouteEntryImpl()
Method Detail

setId

public void setId(org.onebusaway.gtfs.model.AgencyAndId id)

setParent

public void setParent(RouteCollectionEntry parent)

setTrips

public void setTrips(List<TripEntry> trips)

getId

public org.onebusaway.gtfs.model.AgencyAndId getId()
RouteCollectionEntry Interface

Specified by:
getId in interface RouteEntry

getParent

public RouteCollectionEntry getParent()
Specified by:
getParent in interface RouteEntry

getTrips

public List<TripEntry> getTrips()
Specified by:
getTrips in interface RouteEntry


Copyright © 2012 OneBusAway. All Rights Reserved.