org.onebusaway.transit_data_federation.model
Class StopSequenceCollectionKey

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

Constructor Summary
StopSequenceCollectionKey()
           
StopSequenceCollectionKey(org.onebusaway.gtfs.model.Route route, String id)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
           
 org.onebusaway.gtfs.model.Route getRoute()
           
 int hashCode()
           
 void setId(String id)
           
 void setRoute(org.onebusaway.gtfs.model.Route route)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StopSequenceCollectionKey

public StopSequenceCollectionKey()

StopSequenceCollectionKey

public StopSequenceCollectionKey(org.onebusaway.gtfs.model.Route route,
                                 String id)
Method Detail

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.