org.onebusaway.transit_data.model
Class ArrivalAndDepartureForStopQueryBean
java.lang.Object
org.onebusaway.transit_data.model.ArrivalAndDepartureForStopQueryBean
- All Implemented Interfaces:
- Serializable
public final class ArrivalAndDepartureForStopQueryBean
- 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 |
ArrivalAndDepartureForStopQueryBean
public ArrivalAndDepartureForStopQueryBean()
getTripId
public String getTripId()
setTripId
public void setTripId(String tripId)
getServiceDate
public long getServiceDate()
setServiceDate
public void setServiceDate(long serviceDate)
getVehicleId
public String getVehicleId()
setVehicleId
public void setVehicleId(String vehicleId)
getStopId
public String getStopId()
setStopId
public void setStopId(String stopId)
getStopSequence
public int getStopSequence()
setStopSequence
public void setStopSequence(int stopSequence)
getTime
public long getTime()
setTime
public void setTime(long time)
Copyright © 2012 OneBusAway. All Rights Reserved.