Package org.onebusaway.gtfs.model
Class LocationGroupElement
- java.lang.Object
-
- org.onebusaway.gtfs.model.IdentityBean<Integer>
-
- org.onebusaway.gtfs.model.LocationGroupElement
-
- All Implemented Interfaces:
Serializable,org.onebusaway.csv_entities.HasExtensions
public class LocationGroupElement extends IdentityBean<Integer>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocationGroupElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()AgencyAndIdgetLocationGroupId()StringgetName()StopLocationgetStop()voidsetId(Integer id)voidsetLocationGroupId(AgencyAndId locationGroupId)voidsetName(String name)voidsetStop(StopLocation stop)-
Methods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
-
-
-
Method Detail
-
getId
public Integer getId()
- Specified by:
getIdin classIdentityBean<Integer>
-
setId
public void setId(Integer id)
- Specified by:
setIdin classIdentityBean<Integer>
-
getLocationGroupId
public AgencyAndId getLocationGroupId()
-
setLocationGroupId
public void setLocationGroupId(AgencyAndId locationGroupId)
-
getStop
public StopLocation getStop()
-
setStop
public void setStop(StopLocation stop)
-
getName
public String getName()
-
setName
public void setName(String name)
-
-