org.onebusaway.transit_data_federation.services.blocks
Class BlockConfigurationReference

java.lang.Object
  extended by org.onebusaway.transit_data_federation.services.blocks.BlockConfigurationReference
All Implemented Interfaces:
Serializable

public class BlockConfigurationReference
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BlockConfigurationReference(org.onebusaway.gtfs.model.AgencyAndId blockId, int configurationIndex)
           
 
Method Summary
 boolean equals(Object obj)
           
 org.onebusaway.gtfs.model.AgencyAndId getBlockId()
           
 int getConfigurationIndex()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlockConfigurationReference

public BlockConfigurationReference(org.onebusaway.gtfs.model.AgencyAndId blockId,
                                   int configurationIndex)
Method Detail

getBlockId

public org.onebusaway.gtfs.model.AgencyAndId getBlockId()

getConfigurationIndex

public int getConfigurationIndex()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 OneBusAway. All Rights Reserved.