org.onebusaway.transit_data.model
Class StopScheduleBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.ApplicationBean
      extended by org.onebusaway.transit_data.model.StopScheduleBean
All Implemented Interfaces:
Serializable

public class StopScheduleBean
extends ApplicationBean

See Also:
Serialized Form

Constructor Summary
StopScheduleBean()
           
 
Method Summary
 StopCalendarDaysBean getCalendarDays()
           
 Date getDate()
           
 List<StopRouteScheduleBean> getRoutes()
           
 StopBean getStop()
           
 void setCalendarDays(StopCalendarDaysBean calendarDays)
           
 void setDate(Date date)
           
 void setRoutes(List<StopRouteScheduleBean> routes)
           
 void setStop(StopBean stop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopScheduleBean

public StopScheduleBean()
Method Detail

getDate

public Date getDate()

setDate

public void setDate(Date date)

getStop

public StopBean getStop()

setStop

public void setStop(StopBean stop)

getRoutes

public List<StopRouteScheduleBean> getRoutes()

setRoutes

public void setRoutes(List<StopRouteScheduleBean> routes)

getCalendarDays

public StopCalendarDaysBean getCalendarDays()

setCalendarDays

public void setCalendarDays(StopCalendarDaysBean calendarDays)


Copyright © 2012 OneBusAway. All Rights Reserved.