Class GrupoPermissaoV8Presenter
- All Implemented Interfaces:
Presenter<GrupoPermissaoV8View>,PresenterLifeCicleAware<GrupoPermissaoV8View>,Serializable
@Component
@Scope("prototype")
public class GrupoPermissaoV8Presenter
extends AbstractPresenter<GrupoPermissaoV8View>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGrupogetGrupo()ProjetogetView()voidsetGrupo(Grupo grupo) voidsetProjeto(Projeto projeto) Methods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBus
-
Constructor Details
-
GrupoPermissaoV8Presenter
public GrupoPermissaoV8Presenter()
-
-
Method Details
-
getView
-
getProjeto
public Projeto getProjeto() -
setProjeto
public void setProjeto(Projeto projeto) -
getGrupo
public Grupo getGrupo() -
setGrupo
public void setGrupo(Grupo grupo)
-