org.onebusaway.transit_data.model.schedule
Class StopTimeBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.schedule.StopTimeBean
All Implemented Interfaces:
Serializable

public class StopTimeBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StopTimeBean()
           
 
Method Summary
 int getArrivalTime()
           
 int getDepartureTime()
           
 int getDropOffType()
           
 int getPickupType()
           
 StopBean getStop()
           
 void setArrivalTime(int arrivalTime)
           
 void setDepartureTime(int departureTime)
           
 void setDropOffType(int dropOffType)
           
 void setPickupType(int pickupType)
           
 void setStop(StopBean stop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopTimeBean

public StopTimeBean()
Method Detail

getStop

public StopBean getStop()

setStop

public void setStop(StopBean stop)

getArrivalTime

public int getArrivalTime()

setArrivalTime

public void setArrivalTime(int arrivalTime)

getDepartureTime

public int getDepartureTime()

setDepartureTime

public void setDepartureTime(int departureTime)

getPickupType

public int getPickupType()

setPickupType

public void setPickupType(int pickupType)

getDropOffType

public int getDropOffType()

setDropOffType

public void setDropOffType(int dropOffType)


Copyright © 2012 OneBusAway. All Rights Reserved.