Class Ridership

All Implemented Interfaces:
Serializable, 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:
  • Constructor Details

    • Ridership

      public Ridership()
  • Method Details

    • getId

      public Integer getId()
      Specified by:
      getId in class IdentityBean<Integer>
    • setId

      public void setId(Integer id)
      Specified by:
      setId in class IdentityBean<Integer>
    • 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()
    • getStartDate

      public ServiceDate getStartDate()
    • setStartDate

      public void setStartDate(ServiceDate startDate)
    • getEndDate

      public ServiceDate getEndDate()
    • 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)
    • toString

      public String toString()
      Overrides:
      toString in class Object