Class Ridership

  • All Implemented Interfaces:
    Serializable, org.onebusaway.csv_entities.HasExtensions

    public final class Ridership
    extends IdentityBean<Integer>
    ridership.txt from https://github.com/ODOT-PTS/GTFS-ride/blob/master/spec/en/reference.md#board_alighttxt
    See Also:
    Serialized Form
    • Constructor Detail

      • Ridership

        public Ridership()
    • Method Detail

      • getAgencyId

        public String getAgencyId()
      • setAgencyId

        public void setAgencyId​(String id)
      • getRouteId

        public String getRouteId()
      • setRouteId

        public void setRouteId​(String routeId)
      • getTripId

        public String getTripId()
      • setTripId

        public void setTripId​(String tripId)
      • getStopId

        public String getStopId()
      • setStopId

        public void setStopId​(String stopId)
      • getTotalBoardings

        public int getTotalBoardings()
      • setTotalBoardings

        public void setTotalBoardings​(int totalBoardings)
      • clearTotalBoardings

        public void clearTotalBoardings()
      • getTotalAlightings

        public int getTotalAlightings()
      • setTotalAlightings

        public void setTotalAlightings​(int totalAlightings)
      • clearTotalAlightings

        public void clearTotalAlightings()
      • setStartDate

        public void setStartDate​(ServiceDate startDate)
      • setEndDate

        public void setEndDate​(ServiceDate endDate)
      • getAverageLoad

        public double getAverageLoad()
      • setAverageLoad

        public void setAverageLoad​(double averageLoad)
      • getStopSequence

        public int getStopSequence()
      • setStopSequence

        public void setStopSequence​(int stopSequence)