Class SelecionaProjetoPresenter

Object
AbstractPresenter<SelecionaProjetoView>
SelecionaProjetoPresenter
All Implemented Interfaces:
Presenter<SelecionaProjetoView>, PresenterLifeCicleAware<SelecionaProjetoView>, Serializable

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

    • SelecionaProjetoPresenter

      public SelecionaProjetoPresenter()
  • Method Details

    • setObjetivoEstrategico

      public void setObjetivoEstrategico(ObjetivoEstrategico objetivoEstrategico)
    • getView

      public SelecionaProjetoView getView()
    • setView

      @Autowired public void setView(SelecionaProjetoView view)