org.onebusaway.transit_data.model.realtime
Class CurrentVehicleEstimateBean

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

public class CurrentVehicleEstimateBean
extends Object
implements Serializable, Comparable<CurrentVehicleEstimateBean>

See Also:
Serialized Form

Constructor Summary
CurrentVehicleEstimateBean()
           
 
Method Summary
 int compareTo(CurrentVehicleEstimateBean o)
           
 String getDebug()
           
 double getProbability()
           
 TripStatusBean getTripStatus()
           
 void setDebug(String debug)
           
 void setProbability(double probability)
           
 void setTripStatus(TripStatusBean tripStatus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentVehicleEstimateBean

public CurrentVehicleEstimateBean()
Method Detail

getProbability

public double getProbability()

setProbability

public void setProbability(double probability)

getTripStatus

public TripStatusBean getTripStatus()

setTripStatus

public void setTripStatus(TripStatusBean tripStatus)

getDebug

public String getDebug()

setDebug

public void setDebug(String debug)

compareTo

public int compareTo(CurrentVehicleEstimateBean o)
Specified by:
compareTo in interface Comparable<CurrentVehicleEstimateBean>


Copyright © 2012 OneBusAway. All Rights Reserved.