org.onebusaway.transit_data.model.oba
Class TimedStopBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.oba.TimedStopBean
All Implemented Interfaces:
Serializable

public class TimedStopBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TimedStopBean()
           
TimedStopBean(int index, StopBean stop, int time)
           
 
Method Summary
 int getIndex()
           
 StopBean getStop()
           
 Integer getTime()
           
 void setStop(StopBean stop)
           
 void setTime(Integer time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimedStopBean

public TimedStopBean()

TimedStopBean

public TimedStopBean(int index,
                     StopBean stop,
                     int time)
Method Detail

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.