org.onebusaway.transit_data.model.blocks
Class ScheduledBlockLocationBean

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

public class ScheduledBlockLocationBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ScheduledBlockLocationBean()
           
 
Method Summary
 BlockTripBean getActiveTrip()
           
 double getDistanceAlongBlock()
           
 CoordinatePoint getLocation()
           
 int getScheduledTime()
           
 int getStopTimeIndex()
           
 boolean isInService()
           
 void setActiveTrip(BlockTripBean activeTrip)
           
 void setDistanceAlongBlock(double distanceAlongBlock)
           
 void setInService(boolean inService)
           
 void setLocation(CoordinatePoint location)
           
 void setScheduledTime(int scheduledTime)
           
 void setStopTimeIndex(int stopTimeIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduledBlockLocationBean

public ScheduledBlockLocationBean()
Method Detail

getActiveTrip

public BlockTripBean getActiveTrip()

setActiveTrip

public void setActiveTrip(BlockTripBean activeTrip)

getScheduledTime

public int getScheduledTime()

setScheduledTime

public void setScheduledTime(int scheduledTime)

getLocation

public CoordinatePoint getLocation()

setLocation

public void setLocation(CoordinatePoint location)

getDistanceAlongBlock

public double getDistanceAlongBlock()

setDistanceAlongBlock

public void setDistanceAlongBlock(double distanceAlongBlock)

isInService

public boolean isInService()

setInService

public void setInService(boolean inService)

getStopTimeIndex

public int getStopTimeIndex()

setStopTimeIndex

public void setStopTimeIndex(int stopTimeIndex)


Copyright © 2012 OneBusAway. All Rights Reserved.