Class ExecHolidayPresenter

All Implemented Interfaces:
Presenter<ExecHolidayView>, PresenterLifeCicleAware<ExecHolidayView>, Serializable

@Component @Scope("prototype") public class ExecHolidayPresenter extends AbstractPresenter<ExecHolidayView>
See Also:
  • Constructor Details

    • ExecHolidayPresenter

      public ExecHolidayPresenter()
  • Method Details

    • getView

      public ExecHolidayView getView()
    • setView

      @Autowired public void setView(ExecHolidayView view)
    • getExecFeriado

      public ScheduleExecFeriado getExecFeriado()
    • setExecFeriado

      public void setExecFeriado(ScheduleExecFeriado execFeriado)
    • getIgnoreFeriados

      public Set<Feriado> getIgnoreFeriados()
    • setIgnoreFeriados

      public void setIgnoreFeriados(Set<Feriado> ignoreFeriados)