org.onebusaway.transit_data.model
Class StopGroupingBean

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

public class StopGroupingBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StopGroupingBean()
           
 
Method Summary
 List<StopGroupBean> getStopGroups()
           
 String getType()
           
 boolean isOrdered()
           
 void setOrdered(boolean ordered)
           
 void setStopGroups(List<StopGroupBean> groups)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopGroupingBean

public StopGroupingBean()
Method Detail

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.