Class SchedulingModelSearchFilter

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

public class SchedulingModelSearchFilter extends DynO
Business object representing a search filter for the scheduling mode.
Since:
17.0
See Also:
  • Constructor Details

    • SchedulingModelSearchFilter

      public SchedulingModelSearchFilter()
  • Method Details

    • getSchedulingModelId

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

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

      public String getDescription()
      Retrieves the scheduling model description.
      Returns:
      The scheduling model description.
    • setDescription

      public void setDescription(String description)
      Sets the scheduling model description.
      Parameters:
      description - The scheduling model description.
    • getOperationCenter

      public Long getOperationCenter()
      Retrieves the operation center.
      Returns:
      The operation center.
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the operation center.
      Parameters:
      operationCenter - The operation center.
    • getActive

      public Boolean getActive()
      Retrieves true if the scheduling model is active.
      Returns:
      The active flag.
    • setActive

      public void setActive(Boolean active)
      Sets true if the scheduling model is active.
      Parameters:
      active - The active flag.
    • getAutomaticValidation

      public Boolean getAutomaticValidation()
      Retrieves true if automatic validation will be expected.
      Returns:
      The automatic validation flag.
    • setAutomaticValidation

      public void setAutomaticValidation(Boolean automaticValidation)
      Sets true if the automatic validation will be expected.
      Parameters:
      automaticValidation - The automatic validation flag.
    • getType

      public Long getType()
      Retrieves the scheduling model type.
      Returns:
      The scheduling model type.
    • setType

      public void setType(Long type)
      Sets the scheduling model type.
      Parameters:
      type - The scheduling model type.