org.onebusaway.transit_data_federation.impl.transit_graph
Class AgencyEntryImpl
java.lang.Object
org.onebusaway.transit_data_federation.impl.transit_graph.AgencyEntryImpl
- All Implemented Interfaces:
- Serializable, AgencyEntry
public class AgencyEntryImpl
- extends Object
- implements AgencyEntry, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgencyEntryImpl
public AgencyEntryImpl()
setId
public void setId(String id)
setStops
public void setStops(List<StopEntry> stops)
setRouteCollections
public void setRouteCollections(List<RouteCollectionEntry> routeCollections)
getId
public String getId()
AgencyEntry
Interface
- Specified by:
getId
in interface AgencyEntry
getStops
public List<StopEntry> getStops()
- Specified by:
getStops
in interface AgencyEntry
getRouteCollections
public List<RouteCollectionEntry> getRouteCollections()
- Specified by:
getRouteCollections
in interface AgencyEntry
Copyright © 2012 OneBusAway. All Rights Reserved.