Class TripAction

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

    public class TripAction
    extends com.opensymphony.xwork2.ActionSupport
    See Also:
    Serialized Form
    • Constructor Detail

      • TripAction

        public TripAction()
    • Method Detail

      • getGoogleMapsClientId

        public String getGoogleMapsClientId()
      • getGoogleMapsChannelId

        public String getGoogleMapsChannelId()
      • getGoogleAdClientId

        public String getGoogleAdClientId()
      • getGoogleMapsApiKey

        public String getGoogleMapsApiKey()
      • setId

        public void setId​(String id)
      • getId

        public String getId()
      • setServiceDate

        public void setServiceDate​(Date serviceDate)
      • getServiceDate

        public Date getServiceDate()
      • setTime

        public void setTime​(Date time)
      • getTime

        public Date getTime()
      • setVehicleId

        public void setVehicleId​(String vehicleId)
      • getVehicleId

        public String getVehicleId()
      • setStopId

        public void setStopId​(String stopId)
      • getStopId

        public String getStopId()
      • setShowArrivals

        public void setShowArrivals​(boolean showArrivals)
      • isShowArrivals

        public boolean isShowArrivals()
      • setShowVehicleId

        public void setShowVehicleId​(boolean showVehicleId)
      • isShowVehicleId

        public boolean isShowVehicleId()
      • getTimeZone

        public TimeZone getTimeZone()
      • execute

        public String execute()
                       throws ServiceException
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        ServiceException