Class TeamLocationSearchFilter

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

public class TeamLocationSearchFilter extends DynO
Business Object representing a search filter to search for team location.
Since:
18.0
See Also:
GCApi:
bo
  • Constructor Details

    • TeamLocationSearchFilter

      public TeamLocationSearchFilter()
  • Method Details

    • getId

      public Collection<Long> getId()
      Returns the IDs of the team location that were set as filters.
      Returns:
      id the IDs of the team location what were set as filters
    • setId

      public void setId(Collection<Long> id)
      Sets the IDs of the team location to be used as a filter.
      Parameters:
      id - the IDs of the team location to be used as a filter
    • getDescription

      public String getDescription()
      Returns the descriptions of the team location that were set as filters.
      Returns:
      description the descriptions of the team location that were set as filters
    • setDescription

      public void setDescription(String description)
      Sets the descriptions of the team location to be used as a filter.
      Parameters:
      description - the descriptions of the team location to be used as a filter
    • getCode

      public Collection<String> getCode()
      Returns the codes of the team location that were set as filters.
      Returns:
      id the codes of the team location what were set as filters
    • setCode

      public void setCode(Collection<String> code)
      Sets the codes of the team location to be used as a filter.
      Parameters:
      code - the codes of the team location to be used as a filter