org.onebusaway.transit_data.model.tripplanning
Class LocationBean
java.lang.Object
org.onebusaway.transit_data.model.tripplanning.LocationBean
- All Implemented Interfaces:
- Serializable
public class LocationBean
- 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 |
LocationBean
public LocationBean()
getName
public String getName()
setName
public void setName(String name)
getLocation
public CoordinatePoint getLocation()
setLocation
public void setLocation(CoordinatePoint location)
getStopBean
public StopBean getStopBean()
setStopBean
public void setStopBean(StopBean stopBean)
Copyright © 2012 OneBusAway. All Rights Reserved.