org.onebusaway.transit_data.model.oba
Class TimedStopBean
java.lang.Object
org.onebusaway.transit_data.model.oba.TimedStopBean
- All Implemented Interfaces:
- Serializable
public class TimedStopBean
- 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 |
TimedStopBean
public TimedStopBean()
TimedStopBean
public TimedStopBean(int index,
StopBean stop,
int time)
getIndex
public int getIndex()
getStop
public StopBean getStop()
setStop
public void setStop(StopBean stop)
getTime
public Integer getTime()
setTime
public void setTime(Integer time)
Copyright © 2012 OneBusAway. All Rights Reserved.