org.onebusaway.transit_data_federation.impl.transit_graph
Class RouteEntryImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouteEntryImpl
public RouteEntryImpl()
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.