Class BookingActionInput

java.lang.Object
overit.geocallapp.wfm.core.bl.booking.action.event.BookingActionInput

public class BookingActionInput extends Object
Object used as an input bean for the BookingActionNotificationEvent.
Since:
9.1
GCApi:
bo
  • Constructor Details

    • BookingActionInput

      public BookingActionInput()
  • Method Details

    • getActionType

      public Long getActionType()
      Returns the booking action type.
      Returns:
      the booking action type
    • setActionType

      public void setActionType(Long actionType)
      Sets the action type.
      Parameters:
      actionType - the action type
    • getAppointment

      public Map<String,Object> getAppointment()
      Returns the map which contains the appointment data.
      Returns:
      the appointment data
    • setAppointment

      public void setAppointment(Map<String,Object> appointment)
      Sets the map which contains the appointment data.
      Parameters:
      appointment - the appointment data