org.onebusaway.transit_data_federation.impl.transit_graph
Class RouteCollectionEntryImpl

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

public class RouteCollectionEntryImpl
extends Object
implements RouteCollectionEntry, Serializable

See Also:
Serialized Form

Constructor Summary
RouteCollectionEntryImpl()
           
 
Method Summary
 List<RouteEntry> getChildren()
           
 org.onebusaway.gtfs.model.AgencyAndId getId()
          RouteCollectionEntry Interface
 void setChildren(List<RouteEntry> children)
           
 void setId(org.onebusaway.gtfs.model.AgencyAndId id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteCollectionEntryImpl

public RouteCollectionEntryImpl()
Method Detail

setId

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

setChildren

public void setChildren(List<RouteEntry> children)

getId

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

Specified by:
getId in interface RouteCollectionEntry

getChildren

public List<RouteEntry> getChildren()
Specified by:
getChildren in interface RouteCollectionEntry


Copyright © 2012 OneBusAway. All Rights Reserved.