org.onebusaway.transit_data.model.blocks
Class BlockTripBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.blocks.BlockTripBean
All Implemented Interfaces:
Serializable

public final class BlockTripBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BlockTripBean()
           
 
Method Summary
 int getAccumulatedSlackTime()
           
 List<BlockStopTimeBean> getBlockStopTimes()
           
 double getDistanceAlongBlock()
           
 TripBean getTrip()
           
 void setAccumulatedSlackTime(int accumulatedSlackTime)
           
 void setBlockStopTimes(List<BlockStopTimeBean> blockStopTimes)
           
 void setDistanceAlongBlock(double distanceAlongBlock)
           
 void setTrip(TripBean trip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockTripBean

public BlockTripBean()
Method Detail

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.