org.onebusaway.users.model.properties
Class Bookmark
java.lang.Object
org.onebusaway.users.model.properties.Bookmark
- All Implemented Interfaces:
- Serializable
public final class Bookmark
- 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 |
Bookmark
public Bookmark(int id,
String name,
List<String> stopIds,
RouteFilter routeFilter)
getId
public int getId()
getName
public String getName()
getStopIds
public List<String> getStopIds()
getRouteFilter
public RouteFilter getRouteFilter()
Copyright © 2012 OneBusAway. All Rights Reserved.