Class DTOAgendaFurtherDateSlot

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.agenda.rs1.furtherdate.DTOAgendaFurtherDateSlot
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOAgendaFurtherDateSlot extends DynO
DTO for booking further date slot
Since:
17.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAgendaFurtherDateSlot

      public DTOAgendaFurtherDateSlot()
  • Method Details

    • getSlotId

      public Long getSlotId()
    • setSlotId

      public void setSlotId(Long slotId)
    • getStartSlotDateTime

      public Date getStartSlotDateTime()
    • setStartSlotDateTime

      public void setStartSlotDateTime(Date startSlotDateTime)
    • getEndSlotDateTime

      public Date getEndSlotDateTime()
    • setEndSlotDateTime

      public void setEndSlotDateTime(Date endSlotDateTime)