Class ReportProblemWithTripAction

  • 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 ReportProblemWithTripAction
    extends ApiActionSupport
    See Also:
    Serialized Form
    • Constructor Detail

      • ReportProblemWithTripAction

        public ReportProblemWithTripAction()
    • Method Detail

      • setId

        public void setId​(String tripId)
      • setTripId

        public void setTripId​(String tripId)
      • getId

        public String getId()
      • setServiceDate

        public void setServiceDate​(long serviceDate)
      • setVehicleId

        public void setVehicleId​(String vehicleId)
      • setStopId

        public void setStopId​(String stopId)
      • setCode

        public void setCode​(String code)
      • setUserComment

        public void setUserComment​(String comment)
      • setUserOnVehicle

        public void setUserOnVehicle​(boolean onVehicle)
      • setUserVehicleNumber

        public void setUserVehicleNumber​(String vehicleNumber)
      • setUserLat

        public void setUserLat​(double lat)
      • setUserLon

        public void setUserLon​(double lon)
      • setUserLocationAccuracy

        public void setUserLocationAccuracy​(double userLocationAccuracy)
      • setTime

        public void setTime​(Date time)