org.onebusaway.transit_data.model.realtime
Class CurrentVehicleEstimateQueryBean

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

public final class CurrentVehicleEstimateQueryBean
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class CurrentVehicleEstimateQueryBean.Record
           
 
Constructor Summary
CurrentVehicleEstimateQueryBean()
           
 
Method Summary
 String getBlockId()
           
 double getMinProbability()
           
 CoordinatePoint getMostRecentLocation()
           
 List<CurrentVehicleEstimateQueryBean.Record> getRecords()
           
 long getServiceDate()
           
 long getTime()
           
 String getVehicleId()
           
 void setBlockId(String blockId)
           
 void setMinProbability(double minProbability)
           
 void setMostRecentLocation(CoordinatePoint mostRecentLocation)
           
 void setRecords(List<CurrentVehicleEstimateQueryBean.Record> records)
           
 void setServiceDate(long serviceDate)
           
 void setTime(long time)
           
 void setVehicleId(String vehicleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentVehicleEstimateQueryBean

public CurrentVehicleEstimateQueryBean()
Method Detail

getTime

public long getTime()

setTime

public void setTime(long time)

getMostRecentLocation

public CoordinatePoint getMostRecentLocation()

setMostRecentLocation

public void setMostRecentLocation(CoordinatePoint mostRecentLocation)

getRecords

public List<CurrentVehicleEstimateQueryBean.Record> getRecords()

setRecords

public void setRecords(List<CurrentVehicleEstimateQueryBean.Record> records)

getBlockId

public String getBlockId()

setBlockId

public void setBlockId(String blockId)

getServiceDate

public long getServiceDate()

setServiceDate

public void setServiceDate(long serviceDate)

getVehicleId

public String getVehicleId()

setVehicleId

public void setVehicleId(String vehicleId)

getMinProbability

public double getMinProbability()

setMinProbability

public void setMinProbability(double minProbability)


Copyright © 2012 OneBusAway. All Rights Reserved.