Class ExternalTeamTimeSlot

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.booking.bl.configuration.timeslot.ExternalTeamTimeSlot
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class ExternalTeamTimeSlot extends DynO
Object used to represent a time slot that is related to a specific team.
Since:
15.0
See Also:
GCApi:
bo
  • Constructor Details

    • ExternalTeamTimeSlot

      public ExternalTeamTimeSlot()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getDate

      public Date getDate()
    • setDate

      public void setDate(Date date)
    • getMaxAppointments

      public Long getMaxAppointments()
    • setMaxAppointments

      public void setMaxAppointments(Long maxAppointments)
    • getTeamId

      public Long getTeamId()
    • setTeamId

      public void setTeamId(Long teamId)
    • getStartTime

      public Date getStartTime()
    • setStartTime

      public void setStartTime(Date startTime)
    • getEndTime

      public Date getEndTime()
    • setEndTime

      public void setEndTime(Date endTime)