Class DaySchedulingsValidateOutput

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

public class DaySchedulingsValidateOutput extends DynO
Business object representing the output to instantiate a DaySchedulingsValidateEvent event.
Since:
16.0
See Also:
  • Constructor Details

    • DaySchedulingsValidateOutput

      public DaySchedulingsValidateOutput()
  • Method Details

    • isNotValidatedCrewShells

      public boolean isNotValidatedCrewShells()
      Returns true if there are some not validated crew shells
      Returns:
      true if there are some not validated crew shells
    • setNotValidatedCrewShells

      public void setNotValidatedCrewShells(boolean notValidatedCrewShells)
      Sets true if there are some not validated crew shells
      Parameters:
      notValidatedCrewShells - true if there are some not validated crew shells
    • getOutputMessages

      public Map<Date,String> getOutputMessages()
      Returns the validation output messages
      Returns:
      the validation output messages
    • setOutputMessages

      public void setOutputMessages(Map<Date,String> outputMessages)
      Sets the validation output messages
      Parameters:
      outputMessages - the validation output messages
    • getValidationError

      public Boolean getValidationError()
      Returns true if there is an error
      Returns:
      the validation error flag
    • setValidationError

      public void setValidationError(Boolean validationError)
      Sets true if there is an error
      Parameters:
      validationError - the validation error flag
    • 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