org.onebusaway.transit_data_federation.impl.realtime.history
Class BlockLocationArchiveRecord

java.lang.Object
  extended by org.onebusaway.transit_data_federation.impl.realtime.history.BlockLocationArchiveRecord

public class BlockLocationArchiveRecord
extends Object


Constructor Summary
BlockLocationArchiveRecord()
           
 
Method Summary
 org.onebusaway.gtfs.model.AgencyAndId getBlockId()
           
 Double getDistanceAlongBlock()
           
 Double getDistanceAlongTrip()
           
 String getId()
           
 Double getLocationLat()
           
 Double getLocationLon()
           
 Double getOrientation()
           
 EVehiclePhase getPhase()
           
 Double getScheduleDeviation()
           
 long getServiceDate()
           
 String getStatus()
           
 long getTime()
           
 org.onebusaway.gtfs.model.AgencyAndId getTimepointId()
           
 long getTimepointPredictedTime()
           
 long getTimepointScheduledTime()
           
 org.onebusaway.gtfs.model.AgencyAndId getTripId()
           
 org.onebusaway.gtfs.model.AgencyAndId getVehicleId()
           
 void setBlockId(org.onebusaway.gtfs.model.AgencyAndId blockId)
           
 void setDistanceAlongBlock(Double distanceAlongBlock)
           
 void setDistanceAlongTrip(Double distanceAlongTrip)
           
 void setId(String id)
           
 void setLocationLat(Double locationLat)
           
 void setLocationLon(Double locationLon)
           
 void setOrientation(Double orientation)
           
 void setPhase(EVehiclePhase phase)
           
 void setScheduleDeviation(Double scheduleDeviation)
           
 void setServiceDate(long serviceDate)
           
 void setStatus(String status)
           
 void setTime(long time)
           
 void setTimepointId(org.onebusaway.gtfs.model.AgencyAndId timepointId)
           
 void setTimepointPredictedTime(long timepointPredictedTime)
           
 void setTimepointScheduledTime(long timepointScheduledTime)
           
 void setTripId(org.onebusaway.gtfs.model.AgencyAndId tripId)
           
 void setVehicleId(org.onebusaway.gtfs.model.AgencyAndId vehicleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockLocationArchiveRecord

public BlockLocationArchiveRecord()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getBlockId

public org.onebusaway.gtfs.model.AgencyAndId getBlockId()

setBlockId

public void setBlockId(org.onebusaway.gtfs.model.AgencyAndId blockId)

getTripId

public org.onebusaway.gtfs.model.AgencyAndId getTripId()

setTripId

public void setTripId(org.onebusaway.gtfs.model.AgencyAndId tripId)

getServiceDate

public long getServiceDate()

setServiceDate

public void setServiceDate(long serviceDate)

getTime

public long getTime()

setTime

public void setTime(long time)

getScheduleDeviation

public Double getScheduleDeviation()

setScheduleDeviation

public void setScheduleDeviation(Double scheduleDeviation)

getDistanceAlongBlock

public Double getDistanceAlongBlock()

setDistanceAlongBlock

public void setDistanceAlongBlock(Double distanceAlongBlock)

getDistanceAlongTrip

public Double getDistanceAlongTrip()

setDistanceAlongTrip

public void setDistanceAlongTrip(Double distanceAlongTrip)

getLocationLat

public Double getLocationLat()

setLocationLat

public void setLocationLat(Double locationLat)

getLocationLon

public Double getLocationLon()

setLocationLon

public void setLocationLon(Double locationLon)

getOrientation

public Double getOrientation()

setOrientation

public void setOrientation(Double orientation)

getTimepointId

public org.onebusaway.gtfs.model.AgencyAndId getTimepointId()

setTimepointId

public void setTimepointId(org.onebusaway.gtfs.model.AgencyAndId timepointId)

getTimepointScheduledTime

public long getTimepointScheduledTime()

setTimepointScheduledTime

public void setTimepointScheduledTime(long timepointScheduledTime)

getTimepointPredictedTime

public long getTimepointPredictedTime()

setTimepointPredictedTime

public void setTimepointPredictedTime(long timepointPredictedTime)

getPhase

public EVehiclePhase getPhase()

setPhase

public void setPhase(EVehiclePhase phase)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getVehicleId

public org.onebusaway.gtfs.model.AgencyAndId getVehicleId()

setVehicleId

public void setVehicleId(org.onebusaway.gtfs.model.AgencyAndId vehicleId)


Copyright © 2012 OneBusAway. All Rights Reserved.