org.onebusaway.transit_data.model.realtime
Class CurrentVehicleEstimateQueryBean.Record
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrentVehicleEstimateQueryBean.Record
public CurrentVehicleEstimateQueryBean.Record()
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.