org.onebusaway.transit_data.model.blocks
Class BlockStopTimeBean
java.lang.Object
org.onebusaway.transit_data.model.blocks.BlockStopTimeBean
- All Implemented Interfaces:
- Serializable
public class BlockStopTimeBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockStopTimeBean
public BlockStopTimeBean()
getBlockSequence
public int getBlockSequence()
setBlockSequence
public void setBlockSequence(int blockSequence)
getDistanceAlongBlock
public double getDistanceAlongBlock()
setDistanceAlongBlock
public void setDistanceAlongBlock(double distanceAlongBlock)
getAccumulatedSlackTime
public double getAccumulatedSlackTime()
setAccumulatedSlackTime
public void setAccumulatedSlackTime(double accumulatedSlackTime)
getStopTime
public StopTimeBean getStopTime()
setStopTime
public void setStopTime(StopTimeBean stopTime)
Copyright © 2012 OneBusAway. All Rights Reserved.