Class ProcessSchedulePresenter

Object
AbstractPresenter<ProcessScheduleView>
ProcessSchedulePresenter
All Implemented Interfaces:
Presenter<ProcessScheduleView>, PresenterLifeCicleAware<ProcessScheduleView>, Serializable

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

    • ProcessSchedulePresenter

      public ProcessSchedulePresenter()
  • Method Details

    • getSchedule

      public ProcessoSchedule getSchedule()
    • setSchedule

      public void setSchedule(ProcessoSchedule schedule)
    • setView

      @Autowired public void setView(ProcessScheduleView view)
    • getView

      public ProcessScheduleView getView()