org.onebusaway.users.client.model
Class RouteFilterBean
java.lang.Object
org.onebusaway.users.client.model.RouteFilterBean
- All Implemented Interfaces:
- Serializable
public final class RouteFilterBean
- extends Object
- implements Serializable
A route filter, as filtered by a set of route ids. If the set of ids is empty, we
consider all routes to be enabled. if the set of ids is not empty, then we
consider only routes with ids contained in the filter set to be enabled.
- Author:
- bdferris
- See Also:
RouteFilter
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouteFilterBean
public RouteFilterBean()
RouteFilterBean
public RouteFilterBean(Set<String> routeIds)
getRouteIds
public Set<String> getRouteIds()
setRouteIds
public void setRouteIds(Set<String> routeIds)
Copyright © 2012 OneBusAway. All Rights Reserved.