Package org.onebusaway.gtfs.model
Class LocationGroup
- All Implemented Interfaces:
Serializable,HasExtensions,StopLocation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLocation(StopLocation stop) getId()getName()voidsetId(AgencyAndId id) voidsetLocations(Collection<StopLocation> stop) voidMethods inherited from class org.onebusaway.gtfs.model.IdentityBean
equals, getExtension, hashCode, putExtension
-
Constructor Details
-
LocationGroup
public LocationGroup()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceStopLocation- Specified by:
getIdin classIdentityBean<AgencyAndId>
-
setId
- Specified by:
setIdin interfaceStopLocation- Specified by:
setIdin classIdentityBean<AgencyAndId>
-
getName
- Specified by:
getNamein interfaceStopLocation
-
setName
- Specified by:
setNamein interfaceStopLocation
-
addLocation
-
setLocations
-
getLocations
-