org.onebusaway.api.model.transit
Class AgencyWithCoverageV2Bean

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

public class AgencyWithCoverageV2Bean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AgencyWithCoverageV2Bean()
           
 
Method Summary
 String getAgencyId()
           
 double getLat()
           
 double getLatSpan()
           
 double getLon()
           
 double getLonSpan()
           
 void setAgencyId(String agencyId)
           
 void setLat(double lat)
           
 void setLatSpan(double latSpan)
           
 void setLon(double lon)
           
 void setLonSpan(double lonSpan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgencyWithCoverageV2Bean

public AgencyWithCoverageV2Bean()
Method Detail

getAgencyId

public String getAgencyId()

setAgencyId

public void setAgencyId(String agencyId)

getLat

public double getLat()

setLat

public void setLat(double lat)

getLon

public double getLon()

setLon

public void setLon(double lon)

getLatSpan

public double getLatSpan()

setLatSpan

public void setLatSpan(double latSpan)

getLonSpan

public double getLonSpan()

setLonSpan

public void setLonSpan(double lonSpan)


Copyright © 2012 OneBusAway. All Rights Reserved.