org.onebusaway.transit_data.model
Class StopSequenceBlocksBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.ApplicationBean
      extended by org.onebusaway.transit_data.model.StopSequenceBlocksBean
All Implemented Interfaces:
Serializable

public class StopSequenceBlocksBean
extends ApplicationBean

See Also:
Serialized Form

Constructor Summary
StopSequenceBlocksBean()
           
 
Method Summary
 void addBlock(StopSequenceBlockBean block)
           
 List<StopSequenceBlockBean> getBlocks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopSequenceBlocksBean

public StopSequenceBlocksBean()
Method Detail

getBlocks

public List<StopSequenceBlockBean> getBlocks()

addBlock

public void addBlock(StopSequenceBlockBean block)


Copyright © 2012 OneBusAway. All Rights Reserved.