Package org.onebusaway.gtfs.model
Class Location
- java.lang.Object
-
- org.onebusaway.gtfs.model.IdentityBean<AgencyAndId>
-
- org.onebusaway.gtfs.model.Location
-
- All Implemented Interfaces:
Serializable,org.onebusaway.csv_entities.HasExtensions,StopLocation
public class Location extends IdentityBean<AgencyAndId> implements StopLocation
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Location()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()org.geojson.GeoJsonObjectgetGeometry()AgencyAndIdgetId()StringgetName()StringgetUrl()StringgetZoneId()voidsetDescription(String description)voidsetGeometry(org.geojson.GeoJsonObject geometry)voidsetId(AgencyAndId id)voidsetName(String name)voidsetUrl(String url)voidsetZoneId(String zoneId)-
Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
-
-
-
Method Detail
-
getId
public AgencyAndId getId()
- Specified by:
getIdin interfaceStopLocation- Specified by:
getIdin classIdentityBean<AgencyAndId>
-
setId
public void setId(AgencyAndId id)
- Specified by:
setIdin interfaceStopLocation- Specified by:
setIdin classIdentityBean<AgencyAndId>
-
getName
public String getName()
- Specified by:
getNamein interfaceStopLocation
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceStopLocation
-
getGeometry
public org.geojson.GeoJsonObject getGeometry()
-
setGeometry
public void setGeometry(org.geojson.GeoJsonObject geometry)
-
getZoneId
public String getZoneId()
-
setZoneId
public void setZoneId(String zoneId)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-