org.onebusaway.transit_data.model
Class StopGroupingBean
java.lang.Object
org.onebusaway.transit_data.model.StopGroupingBean
- All Implemented Interfaces:
- Serializable
public class StopGroupingBean
- 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 |
StopGroupingBean
public StopGroupingBean()
getType
public String getType()
setType
public void setType(String type)
isOrdered
public boolean isOrdered()
setOrdered
public void setOrdered(boolean ordered)
getStopGroups
public List<StopGroupBean> getStopGroups()
setStopGroups
public void setStopGroups(List<StopGroupBean> groups)
Copyright © 2012 OneBusAway. All Rights Reserved.