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

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

    • LoadWTPPresenter

      public LoadWTPPresenter()
  • Method Details

    • setView

      @Autowired public void setView(LoadWTPView view)
    • getView

      public LoadWTPView getView()
    • setPanelService

      @Autowired public void setPanelService(PanelService panelService)
    • setRoleService

      @Autowired public void setRoleService(RoleService roleService)
    • getPainel

      public Painel getPainel()
    • setPainel

      public void setPainel(Painel painel)
    • getDataKey

      public String getDataKey()
    • setDataKey

      public void setDataKey(String dataKey)