org.onebusaway.presentation.model
Class StopSelectionBean
java.lang.Object
org.onebusaway.presentation.model.StopSelectionBean
- All Implemented Interfaces:
- Serializable
public class StopSelectionBean
- 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 |
StopSelectionBean
public StopSelectionBean()
getSelected
public List<NameBean> getSelected()
- The set of names in the
StopSelectionTreeBean
that have been
selected thus far to get us to this point
addSelected
public void addSelected(NameBean name)
getNames
public Set<NameBean> getNames()
- The set of name branches at our current position in the
StopSelectionTreeBean
hasStop
public boolean hasStop(NameBean name)
getStop
public StopBean getStop(NameBean name)
addName
public void addName(NameBean name)
addNameWithStop
public void addNameWithStop(NameBean name,
StopBean stop)
hasStop
public boolean hasStop()
getStop
public StopBean getStop()
setStop
public void setStop(StopBean stop)
addStop
public void addStop(StopBean stop)
getStops
public List<StopBean> getStops()
- The set of stops at our current position in the
StopSelectionTreeBean
- Returns:
Copyright © 2012 OneBusAway. All Rights Reserved.