org.onebusaway.presentation.model
Class BookmarkWithStopsBean

java.lang.Object
  extended by org.onebusaway.presentation.model.BookmarkWithStopsBean
All Implemented Interfaces:
Serializable

public final class BookmarkWithStopsBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BookmarkWithStopsBean()
           
 
Method Summary
 int getId()
           
 String getName()
           
 List<RouteBean> getRoutes()
           
 List<StopBean> getStops()
           
 void setId(int id)
           
 void setName(String name)
           
 void setRoutes(List<RouteBean> routes)
           
 void setStops(List<StopBean> stops)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarkWithStopsBean

public BookmarkWithStopsBean()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getName

public String getName()

setName

public void setName(String name)

getStops

public List<StopBean> getStops()

setStops

public void setStops(List<StopBean> stops)

getRoutes

public List<RouteBean> getRoutes()

setRoutes

public void setRoutes(List<RouteBean> routes)


Copyright © 2012 OneBusAway. All Rights Reserved.