Class TeamModelSearchFilter

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

public class TeamModelSearchFilter extends DynO
Business object representing the input for the TeamModelSearchEvent.
Since:
17.0
See Also:
  • Constructor Details

    • TeamModelSearchFilter

      public TeamModelSearchFilter()
  • Method Details

    • getTeamModel

      public Long getTeamModel()
      Returns the team model id that was set as filter.
      Returns:
      the teamModel
    • setTeamModel

      public void setTeamModel(Long teamModel)
      Sets the team model id as filter.
      Parameters:
      teamModel - the teamModel
    • getActiveTeam

      public Boolean getActiveTeam()
      Returns the active team status.
      Returns:
      the active team status
    • setActiveTeam

      public void setActiveTeam(Boolean activeTeam)
      Sets the active team status.
      Parameters:
      activeTeam - the active team status to set