org.onebusaway.api.model.transit.tripplanning
Class LocationV2Bean

java.lang.Object
  extended by org.onebusaway.api.model.transit.tripplanning.LocationV2Bean
All Implemented Interfaces:
Serializable

public class LocationV2Bean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LocationV2Bean()
           
 
Method Summary
 CoordinatePoint getLocation()
           
 String getName()
           
 String getStopId()
           
 void setLocation(CoordinatePoint location)
           
 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

LocationV2Bean

public LocationV2Bean()
Method Detail

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.