org.onebusaway.api.model.transit.tripplanning
Class LocationV2Bean
java.lang.Object
org.onebusaway.api.model.transit.tripplanning.LocationV2Bean
- All Implemented Interfaces:
- Serializable
public class LocationV2Bean
- 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 |
LocationV2Bean
public LocationV2Bean()
getName
public String getName()
setName
public void setName(String name)
getLocation
public CoordinatePoint getLocation()
setLocation
public void setLocation(CoordinatePoint location)
getStopId
public String getStopId()
setStopId
public void setStopId(String stopId)
Copyright © 2012 OneBusAway. All Rights Reserved.