Class BookingActionInput
java.lang.Object
overit.geocallapp.wfm.core.bl.booking.action.event.BookingActionInput
Object used as an input bean for the
BookingActionNotificationEvent.- Since:
- 9.1
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the booking action type.Returns the map which contains the appointment data.voidsetActionType(Long actionType) Sets the action type.voidsetAppointment(Map<String, Object> appointment) Sets the map which contains the appointment data.
-
Constructor Details
-
BookingActionInput
public BookingActionInput()
-
-
Method Details
-
getActionType
Returns the booking action type.- Returns:
- the booking action type
-
setActionType
Sets the action type.- Parameters:
actionType- the action type
-
getAppointment
Returns the map which contains the appointment data.- Returns:
- the appointment data
-
setAppointment
Sets the map which contains the appointment data.- Parameters:
appointment- the appointment data
-