Class AgendaFurtherDateOutput

java.lang.Object
overit.geocallapp.wfm.core.bl.agenda.event.AgendaBaseOutput
overit.geocallapp.wfm.core.bl.agenda.furtherdate.event.AgendaFurtherDateOutput

public class AgendaFurtherDateOutput extends AgendaBaseOutput
Object representing a Further Date response.
Since:
17.0
  • Constructor Details

    • AgendaFurtherDateOutput

      public AgendaFurtherDateOutput()
  • Method Details

    • getWoCode

      public String getWoCode()
    • setWoCode

      public void setWoCode(String woCode)
    • getAppointmentId

      public Long getAppointmentId()
    • setAppointmentId

      public void setAppointmentId(Long appointmentId)
    • getSlotsList

      public List<AgendaDateSlotOutput> getSlotsList()
    • setSlotsList

      public void setSlotsList(List<AgendaDateSlotOutput> slotsList)