org.onebusaway.api.model.transit
Class StopScheduleV2Bean

java.lang.Object
  extended by org.onebusaway.api.model.transit.StopScheduleV2Bean
All Implemented Interfaces:
Serializable

public class StopScheduleV2Bean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StopScheduleV2Bean()
           
 
Method Summary
 long getDate()
           
 String getStopId()
           
 List<StopRouteScheduleV2Bean> getStopRouteSchedules()
           
 void setDate(long date)
           
 void setStopId(String stopId)
           
 void setStopRouteSchedules(List<StopRouteScheduleV2Bean> stopRouteSchedules)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopScheduleV2Bean

public StopScheduleV2Bean()
Method Detail

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.