Class TeamActivityManualAssignmentOutput

java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.team.event.TeamActivityManualAssignmentOutput

public class TeamActivityManualAssignmentOutput extends Object
Business object representing the output for the TeamPreProcessAssignmentEvent event.
Since:
18.0
  • Constructor Details

    • TeamActivityManualAssignmentOutput

      public TeamActivityManualAssignmentOutput()
  • Method Details

    • getPreviousPastedSchedulingId

      public Long getPreviousPastedSchedulingId()
      Returns the previous pasted scheduling id
      Returns:
      the previous pasted scheduling id
    • setPreviousPastedSchedulingId

      public void setPreviousPastedSchedulingId(Long previousPastedSchedulingId)
      Sets the previous pasted scheduling id
      Parameters:
      previousPastedSchedulingId - the previous pasted scheduling id
    • getModifiedUsers

      public LongSet getModifiedUsers()
      Returns the list of modified users
      Returns:
      the list of modified users
    • setModifiedUsers

      public void setModifiedUsers(LongSet modifiedUsers)
      Sets the list of modified users
      Parameters:
      modifiedUsers - the list of modified users
    • isUnansweredQuestions

      public Boolean isUnansweredQuestions()
      Returns true if there are unanswered questions
      Returns:
      true if there are unanswered questions
    • setUnansweredQuestions

      public void setUnansweredQuestions(Boolean unansweredQuestions)
      Sets true if there are unanswered questions
      Parameters:
      unansweredQuestions - the unanswered questions flag
    • isRollbacked

      public Boolean isRollbacked()
      Returns true if the scheduling has been rollbacked
      Returns:
      true if the scheduling has been rollbacked
    • setRollbacked

      public void setRollbacked(Boolean rollbacked)
      Sets true if the scheduling has been rollbacked
      Parameters:
      rollbacked - the rollbacked flag
    • getLastQuestion

      public overit.geocallapp.wfm.util.Question getLastQuestion()
      Returns the last question
      Returns:
      the last question
    • setLastQuestion

      public void setLastQuestion(overit.geocallapp.wfm.util.Question lastQuestion)
      Sets the last question
      Parameters:
      lastQuestion - the last question
    • getOutputCheckResult

      public CheckResult getOutputCheckResult()
      Returns the output check result
      Returns:
      the output check result
    • setOutputCheckResult

      public void setOutputCheckResult(CheckResult outputCheckResult)
      Sets the output check result
      Parameters:
      outputCheckResult - the output check result
    • getLastScheduledAppointment

      public Long getLastScheduledAppointment()
      Returns the last scheduled appointment
      Returns:
      the last scheduled appointment
    • setLastScheduledAppointment

      public void setLastScheduledAppointment(Long lastScheduledAppointment)
      Sets the last scheduled appointment
      Parameters:
      lastScheduledAppointment - the last scheduled appointment
    • getQuestions

      public List<overit.geocallapp.wfm.util.Question> getQuestions()
      Returns the list of questions
      Returns:
      the list of questions
    • setQuestions

      public void setQuestions(List<overit.geocallapp.wfm.util.Question> questions)
      Sets the list of questions
      Parameters:
      questions - the list of questions
    • getPreProcessOutput

      public TeamPreProcessAssignmentOutput getPreProcessOutput()
    • setPreProcessOutput

      public void setPreProcessOutput(TeamPreProcessAssignmentOutput preProcessOutput)