org.onebusaway.transit_data.model.realtime
Class CurrentVehicleEstimateQueryBean.Record

java.lang.Object
  extended by org.onebusaway.transit_data.model.realtime.CurrentVehicleEstimateQueryBean.Record
All Implemented Interfaces:
Serializable, Comparable<CurrentVehicleEstimateQueryBean.Record>
Enclosing class:
CurrentVehicleEstimateQueryBean

public static class CurrentVehicleEstimateQueryBean.Record
extends Object
implements Comparable<CurrentVehicleEstimateQueryBean.Record>, Serializable

See Also:
Serialized Form

Constructor Summary
CurrentVehicleEstimateQueryBean.Record()
           
 
Method Summary
 int compareTo(CurrentVehicleEstimateQueryBean.Record o)
           
 double getAccuracy()
           
 CoordinatePoint getLocation()
           
 long getTimestamp()
           
 void setAccuracy(double accuracy)
           
 void setLocation(CoordinatePoint location)
           
 void setTimestamp(long timestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentVehicleEstimateQueryBean.Record

public CurrentVehicleEstimateQueryBean.Record()
Method Detail

getTimestamp

public long getTimestamp()

setTimestamp

public void setTimestamp(long timestamp)

getLocation

public CoordinatePoint getLocation()

setLocation

public void setLocation(CoordinatePoint location)

getAccuracy

public double getAccuracy()

setAccuracy

public void setAccuracy(double accuracy)

compareTo

public int compareTo(CurrentVehicleEstimateQueryBean.Record o)
Specified by:
compareTo in interface Comparable<CurrentVehicleEstimateQueryBean.Record>


Copyright © 2012 OneBusAway. All Rights Reserved.