java.lang.Object
overit.geocallapp.wfm.booking.bl.integration.timeslot.event.SlotsLoadInput

public class SlotsLoadInput extends Object
Object used as an input bean for the SlotsLoadEvent.
Since:
15.0
GCApi:
bo
  • Constructor Details

    • SlotsLoadInput

      public SlotsLoadInput()
  • Method Details

    • getWorkOrderType

      public Long getWorkOrderType()
      Returns the work order type id.
      Returns:
      the work order type id
      See Also:
    • setWorkOrderType

      public void setWorkOrderType(Long workOrderType)
      Sets the work order type id.
      Parameters:
      workOrderType - the work order type id
      See Also:
    • getxCoord

      public Double getxCoord()
      Returns the x coord.
      Returns:
      the x coord
    • setxCoord

      public void setxCoord(Double xCoord)
      Sets the x coord.
      Parameters:
      xCoord - the x coord
    • getyCoord

      public Double getyCoord()
      Returns the y coord.
      Returns:
      the y coord
    • setyCoord

      public void setyCoord(Double yCoord)
      Sets the y coord.
      Parameters:
      yCoord - the y coord
    • getAppointmentStartDate

      public Date getAppointmentStartDate()
      Returns the appointment start date.
      Returns:
      the appointment start date
    • setAppointmentStartDate

      public void setAppointmentStartDate(Date appointmentStartDate)
      Sets the appointment start date.
      Parameters:
      appointmentStartDate - the appointment start date
    • getAppointmentEndDate

      public Date getAppointmentEndDate()
      Returns the appointment end date.
      Returns:
      the appointment end date
    • setAppointmentEndDate

      public void setAppointmentEndDate(Date appointmentEndDate)
      Sets the appointment end date.
      Parameters:
      appointmentEndDate - the appointment end date