org.onebusaway.transit_data.model
Class AgencyWithCoverageBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.AgencyWithCoverageBean
All Implemented Interfaces:
Serializable

public class AgencyWithCoverageBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AgencyWithCoverageBean()
           
 
Method Summary
 AgencyBean getAgency()
           
 double getLat()
           
 double getLatSpan()
           
 double getLon()
           
 double getLonSpan()
           
 void setAgency(AgencyBean agency)
           
 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

AgencyWithCoverageBean

public AgencyWithCoverageBean()
Method Detail

getAgency

public AgencyBean getAgency()

setAgency

public void setAgency(AgencyBean agency)

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.