org.onebusaway.transit_data.model.oba
Class IdLocationKey

java.lang.Object
  extended by org.onebusaway.transit_data.model.oba.IdLocationKey

public class IdLocationKey
extends Object


Constructor Summary
IdLocationKey()
           
IdLocationKey(String id, double lat, double lon)
           
 
Method Summary
 String getId()
           
 double getLat()
           
 double getLon()
           
 void setId(String id)
           
 void setLat(double lat)
           
 void setLon(double lon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdLocationKey

public IdLocationKey()

IdLocationKey

public IdLocationKey(String id,
                     double lat,
                     double lon)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getLat

public double getLat()

setLat

public void setLat(double lat)

getLon

public double getLon()

setLon

public void setLon(double lon)


Copyright © 2012 OneBusAway. All Rights Reserved.