org.onebusaway.webapp.gwt.mobile_application.model
Class Bookmark

java.lang.Object
  extended by org.onebusaway.webapp.gwt.mobile_application.model.Bookmark
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class Bookmark
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable


Constructor Summary
Bookmark()
           
 
Method Summary
 int getId()
           
 String getName()
           
 String getStopId()
           
 void setId(int id)
           
 void setName(String name)
           
 void setStopId(String stopId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bookmark

public Bookmark()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getName

public String getName()

setName

public void setName(String name)

getStopId

public String getStopId()

setStopId

public void setStopId(String stopId)


Copyright © 2012 OneBusAway. All Rights Reserved.