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

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

public class VertexV2Bean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
VertexV2Bean()
           
 
Method Summary
 String getId()
           
 CoordinatePoint getLocation()
           
 Map<String,String> getTags()
           
 void setId(String id)
           
 void setLocation(CoordinatePoint location)
           
 void setTags(Map<String,String> tags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertexV2Bean

public VertexV2Bean()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getLocation

public CoordinatePoint getLocation()

setLocation

public void setLocation(CoordinatePoint location)

getTags

public Map<String,String> getTags()

setTags

public void setTags(Map<String,String> tags)


Copyright © 2012 OneBusAway. All Rights Reserved.