org.onebusaway.transit_data_federation.model
Class StopSequenceCollectionKey
java.lang.Object
org.onebusaway.transit_data_federation.model.StopSequenceCollectionKey
- All Implemented Interfaces:
- Serializable
public class StopSequenceCollectionKey
- extends Object
- implements Serializable
Uniquely identifies a StopSequenceCollection
- Author:
- bdferris
- See Also:
- Serialized Form
StopSequenceCollectionKey
public StopSequenceCollectionKey()
StopSequenceCollectionKey
public StopSequenceCollectionKey(org.onebusaway.gtfs.model.Route route,
String id)
getRoute
public org.onebusaway.gtfs.model.Route getRoute()
setRoute
public void setRoute(org.onebusaway.gtfs.model.Route route)
getId
public String getId()
setId
public void setId(String id)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 OneBusAway. All Rights Reserved.