org.onebusaway.users.model.properties
Class Bookmark

java.lang.Object
  extended by org.onebusaway.users.model.properties.Bookmark
All Implemented Interfaces:
Serializable

public final class Bookmark
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Bookmark(int id, String name, List<String> stopIds, RouteFilter routeFilter)
           
 
Method Summary
 int getId()
           
 String getName()
           
 RouteFilter getRouteFilter()
           
 List<String> getStopIds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bookmark

public Bookmark(int id,
                String name,
                List<String> stopIds,
                RouteFilter routeFilter)
Method Detail

getId

public int getId()

getName

public String getName()

getStopIds

public List<String> getStopIds()

getRouteFilter

public RouteFilter getRouteFilter()


Copyright © 2012 OneBusAway. All Rights Reserved.