Class DaySchedulingValidationPreProcessOutput

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

public class DaySchedulingValidationPreProcessOutput extends DynO
Business object representing the output of a DaySchedulingValidationPreProcessEvent event.
Since:
16.0
See Also:
  • Constructor Details

    • DaySchedulingValidationPreProcessOutput

      public DaySchedulingValidationPreProcessOutput()
  • Method Details

    • getResourcesToSkip

      public Set<Long> getResourcesToSkip()
      Returns the list of resources not to be validated
      Returns:
      the list of resources not to be validated
    • setResourcesToSkip

      public void setResourcesToSkip(Set<Long> resourcesToSkip)
      Sets the list of resources not to be validated
      Parameters:
      resourcesToSkip - the list of resources not to be validated
    • getErrorMessages

      public List<DaySchedulingsValidateErrorMessage> getErrorMessages()
      Returns the error messages
      Returns:
      the error messages
    • setErrorMessages

      public void setErrorMessages(List<DaySchedulingsValidateErrorMessage> errorMessages)
      Sets error messages
      Parameters:
      errorMessages - the error messages