org.onebusaway.webapp.gwt.mobile_application.model
Class Bookmark
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bookmark
public Bookmark()
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.