org.onebusaway.transit_data_federation.impl.transit_graph
Class AgencyEntryImpl

java.lang.Object
  extended by 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

Constructor Summary
AgencyEntryImpl()
           
 
Method Summary
 String getId()
          AgencyEntry Interface
 List<RouteCollectionEntry> getRouteCollections()
           
 List<StopEntry> getStops()
           
 void setId(String id)
           
 void setRouteCollections(List<RouteCollectionEntry> routeCollections)
           
 void setStops(List<StopEntry> stops)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgencyEntryImpl

public AgencyEntryImpl()
Method Detail

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.