Class RouteStop

All Implemented Interfaces:
Serializable, HasExtensions

public final class RouteStop extends IdentityBean<Integer>
experimental support for canonical/idealized route stops such as a strip map's representation of service
See Also:
  • Constructor Details

    • RouteStop

      public RouteStop()
  • Method Details

    • getRouteId

      public String getRouteId()
    • setRouteId

      public void setRouteId(String routeId)
    • getStopId

      public String getStopId()
    • setStopId

      public void setStopId(String stopId)
    • getStopSequence

      public int getStopSequence()
    • setStopSequence

      public void setStopSequence(int stopSequence)
    • getDirectionId

      public String getDirectionId()
    • setDirectionId

      public void setDirectionId(String directionId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getId

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

      public void setId(Integer id)
      Specified by:
      setId in class IdentityBean<Integer>