org.onebusaway.transit_data.model
Class StopsBean

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

public class StopsBean
extends ApplicationBean

See Also:
Serialized Form

Constructor Summary
StopsBean()
           
 
Method Summary
 List<StopBean> getStops()
           
 boolean isLimitExceeded()
           
 void setLimitExceeded(boolean limitExceeded)
           
 void setStops(List<StopBean> stops)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopsBean

public StopsBean()
Method Detail

getStops

public List<StopBean> getStops()

setStops

public void setStops(List<StopBean> stops)

isLimitExceeded

public boolean isLimitExceeded()

setLimitExceeded

public void setLimitExceeded(boolean limitExceeded)


Copyright © 2012 OneBusAway. All Rights Reserved.