org.onebusaway.api.model.transit.tripplanning
Class VertexV2Bean
java.lang.Object
org.onebusaway.api.model.transit.tripplanning.VertexV2Bean
- All Implemented Interfaces:
- Serializable
public class VertexV2Bean
- 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 |
VertexV2Bean
public VertexV2Bean()
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.