org.onebusaway.realtime.api
Class TimepointPredictionRecord

java.lang.Object
  extended by org.onebusaway.realtime.api.TimepointPredictionRecord
All Implemented Interfaces:
Serializable

public class TimepointPredictionRecord
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TimepointPredictionRecord()
           
TimepointPredictionRecord(TimepointPredictionRecord r)
           
 
Method Summary
 org.onebusaway.gtfs.model.AgencyAndId getTimepointId()
           
 long getTimepointPredictedTime()
           
 long getTimepointScheduledTime()
           
 void setTimepointId(org.onebusaway.gtfs.model.AgencyAndId timepointId)
           
 void setTimepointPredictedTime(long timepointPredictedTime)
           
 void setTimepointScheduledTime(long timepointScheduledTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimepointPredictionRecord

public TimepointPredictionRecord()

TimepointPredictionRecord

public TimepointPredictionRecord(TimepointPredictionRecord r)
Method Detail

getTimepointId

public org.onebusaway.gtfs.model.AgencyAndId getTimepointId()

setTimepointId

public void setTimepointId(org.onebusaway.gtfs.model.AgencyAndId timepointId)

getTimepointScheduledTime

public long getTimepointScheduledTime()

setTimepointScheduledTime

public void setTimepointScheduledTime(long timepointScheduledTime)

getTimepointPredictedTime

public long getTimepointPredictedTime()

setTimepointPredictedTime

public void setTimepointPredictedTime(long timepointPredictedTime)


Copyright © 2012 OneBusAway. All Rights Reserved.