org.onebusaway.api.model.transit
Class StopScheduleV2Bean
java.lang.Object
org.onebusaway.api.model.transit.StopScheduleV2Bean
- All Implemented Interfaces:
- Serializable
public class StopScheduleV2Bean
- 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 |
StopScheduleV2Bean
public StopScheduleV2Bean()
getDate
public long getDate()
setDate
public void setDate(long date)
getStopId
public String getStopId()
setStopId
public void setStopId(String stopId)
getStopRouteSchedules
public List<StopRouteScheduleV2Bean> getStopRouteSchedules()
setStopRouteSchedules
public void setStopRouteSchedules(List<StopRouteScheduleV2Bean> stopRouteSchedules)
Copyright © 2012 OneBusAway. All Rights Reserved.