org.onebusaway.realtime.api
Class TimepointPredictionRecord
java.lang.Object
org.onebusaway.realtime.api.TimepointPredictionRecord
- All Implemented Interfaces:
- Serializable
public class TimepointPredictionRecord
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimepointPredictionRecord
public TimepointPredictionRecord()
TimepointPredictionRecord
public TimepointPredictionRecord(TimepointPredictionRecord r)
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.