Class ArrivalAndDepartureForStopAction

  • All Implemented Interfaces:
    com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.ModelDriven<ResponseBean>, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

    public class ArrivalAndDepartureForStopAction
    extends ApiActionSupport
    See Also:
    Serialized Form
    • Constructor Detail

      • ArrivalAndDepartureForStopAction

        public ArrivalAndDepartureForStopAction()
    • Method Detail

      • setId

        public void setId​(String id)
      • getId

        public String getId()
      • setTripId

        public void setTripId​(String tripId)
      • getTripId

        public String getTripId()
      • setServiceDate

        public void setServiceDate​(Date date)
      • getServiceDate

        public Date getServiceDate()
      • setVehicleId

        public void setVehicleId​(String vehicleId)
      • getVehicleId

        public String getVehicleId()
      • setStopSequence

        public void setStopSequence​(int stopSequence)
      • getStopSequence

        public int getStopSequence()
      • setTime

        public void setTime​(Date time)