Class SlotsLoadInput
java.lang.Object
overit.geocallapp.wfm.booking.bl.integration.timeslot.event.SlotsLoadInput
Object used as an input bean for the
SlotsLoadEvent. - Since:
- 15.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the appointment end date.Returns the appointment start date.Returns the work order type id.Returns the x coord.Returns the y coord.voidsetAppointmentEndDate(Date appointmentEndDate) Sets the appointment end date.voidsetAppointmentStartDate(Date appointmentStartDate) Sets the appointment start date.voidsetWorkOrderType(Long workOrderType) Sets the work order type id.voidSets the x coord.voidSets the y coord.
-
Constructor Details
-
SlotsLoadInput
public SlotsLoadInput()
-
-
Method Details
-
getWorkOrderType
Returns the work order type id.- Returns:
- the work order type id
- See Also:
-
setWorkOrderType
Sets the work order type id.- Parameters:
workOrderType- the work order type id- See Also:
-
getxCoord
Returns the x coord.- Returns:
- the x coord
-
setxCoord
Sets the x coord.- Parameters:
xCoord- the x coord
-
getyCoord
Returns the y coord.- Returns:
- the y coord
-
setyCoord
Sets the y coord.- Parameters:
yCoord- the y coord
-
getAppointmentStartDate
Returns the appointment start date.- Returns:
- the appointment start date
-
setAppointmentStartDate
Sets the appointment start date.- Parameters:
appointmentStartDate- the appointment start date
-
getAppointmentEndDate
Returns the appointment end date.- Returns:
- the appointment end date
-
setAppointmentEndDate
Sets the appointment end date.- Parameters:
appointmentEndDate- the appointment end date
-