Class BOTeamModel

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.model.BOTeamModel
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOTeamModel extends DynO
This class represents a BOTeamModel object that extends the DynO class.
Since:
17.0
See Also:
  • Constructor Details

    • BOTeamModel

      public BOTeamModel()
  • Method Details

    • getWorkingTeam

      public Long getWorkingTeam()
      Retrieves the working team ID.
      Returns:
      The working team ID.
    • setWorkingTeam

      public void setWorkingTeam(Long workingTeam)
      Sets the working team ID.
      Parameters:
      workingTeam - The working team ID to be set.
    • getSchedulingModelId

      public Long getSchedulingModelId()
      Retrieves the scheduling model ID.
      Returns:
      The scheduling model ID.
    • setSchedulingModelId

      public void setSchedulingModelId(Long schedulingModelId)
      Sets the scheduling model ID.
      Parameters:
      schedulingModelId - The scheduling model ID to be set.