org.onebusaway.transit_data.model.realtime
Class VehicleLocationRecordBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.realtime.VehicleLocationRecordBean
All Implemented Interfaces:
Serializable

public class VehicleLocationRecordBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
VehicleLocationRecordBean()
           
 
Method Summary
 String getBlockId()
           
 CoordinatePoint getCurrentLocation()
           
 double getCurrentOrientation()
           
 double getDistanceAlongBlock()
           
 String getPhase()
           
 double getScheduleDeviation()
           
 long getServiceDate()
           
 String getStatus()
           
 long getTimeOfLocationUpdate()
           
 long getTimeOfRecord()
           
 String getTripId()
           
 String getVehicleId()
           
 boolean isCurrentOrientationSet()
           
 boolean isDistanceAlongBlockSet()
           
 boolean isScheduleDeviationSet()
           
 void setBlockId(String blockId)
           
 void setCurrentLocation(CoordinatePoint currentLocation)
           
 void setCurrentOrientation(double currentOrientation)
           
 void setDistanceAlongBlock(double distanceAlongBlock)
           
 void setPhase(String phase)
           
 void setScheduleDeviation(double scheduleDeviation)
           
 void setServiceDate(long serviceDate)
           
 void setStatus(String status)
           
 void setTimeOfLocationUpdate(long timeOfLocationUpdate)
           
 void setTimeOfRecord(long timeOfRecord)
           
 void setTripId(String tripId)
           
 void setVehicleId(String vehicleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleLocationRecordBean

public VehicleLocationRecordBean()
Method Detail

getServiceDate

public long getServiceDate()

setServiceDate

public void setServiceDate(long serviceDate)

getBlockId

public String getBlockId()

setBlockId

public void setBlockId(String blockId)

getTripId

public String getTripId()

setTripId

public void setTripId(String tripId)

getVehicleId

public String getVehicleId()

setVehicleId

public void setVehicleId(String vehicleId)

getTimeOfRecord

public long getTimeOfRecord()

setTimeOfRecord

public void setTimeOfRecord(long timeOfRecord)

getTimeOfLocationUpdate

public long getTimeOfLocationUpdate()

setTimeOfLocationUpdate

public void setTimeOfLocationUpdate(long timeOfLocationUpdate)

isScheduleDeviationSet

public boolean isScheduleDeviationSet()

getScheduleDeviation

public double getScheduleDeviation()

setScheduleDeviation

public void setScheduleDeviation(double scheduleDeviation)

isDistanceAlongBlockSet

public boolean isDistanceAlongBlockSet()

getDistanceAlongBlock

public double getDistanceAlongBlock()

setDistanceAlongBlock

public void setDistanceAlongBlock(double distanceAlongBlock)

getCurrentLocation

public CoordinatePoint getCurrentLocation()

setCurrentLocation

public void setCurrentLocation(CoordinatePoint currentLocation)

isCurrentOrientationSet

public boolean isCurrentOrientationSet()

getCurrentOrientation

public double getCurrentOrientation()

setCurrentOrientation

public void setCurrentOrientation(double currentOrientation)

getPhase

public String getPhase()

setPhase

public void setPhase(String phase)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)


Copyright © 2012 OneBusAway. All Rights Reserved.