org.onebusaway.presentation.model
Class StopSelectionTreeBean
java.lang.Object
org.onebusaway.presentation.model.StopSelectionTreeBean
- All Implemented Interfaces:
- Serializable
public class StopSelectionTreeBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
StopSelectionTreeBean
public StopSelectionTreeBean()
setStop
public void setStop(StopBean stop)
getNames
public Set<NameBean> getNames()
hasStop
public boolean hasStop()
getStop
public StopBean getStop()
getSubTree
public StopSelectionTreeBean getSubTree(NameBean name)
moveSubTreeToBack
public void moveSubTreeToBack(NameBean name)
getAllStops
public List<StopBean> getAllStops()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 OneBusAway. All Rights Reserved.