org.onebusaway.transit_data.model.blocks
Class BlockTripBean
java.lang.Object
org.onebusaway.transit_data.model.blocks.BlockTripBean
- All Implemented Interfaces:
- Serializable
public final class BlockTripBean
- 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 |
BlockTripBean
public BlockTripBean()
getTrip
public TripBean getTrip()
setTrip
public void setTrip(TripBean trip)
getBlockStopTimes
public List<BlockStopTimeBean> getBlockStopTimes()
setBlockStopTimes
public void setBlockStopTimes(List<BlockStopTimeBean> blockStopTimes)
getAccumulatedSlackTime
public int getAccumulatedSlackTime()
setAccumulatedSlackTime
public void setAccumulatedSlackTime(int accumulatedSlackTime)
getDistanceAlongBlock
public double getDistanceAlongBlock()
setDistanceAlongBlock
public void setDistanceAlongBlock(double distanceAlongBlock)
Copyright © 2012 OneBusAway. All Rights Reserved.