Uses of Class
dftf.poao.MembroEfetivo
-
Uses of MembroEfetivo in dftf.poao
Methods in dftf.poao that return MembroEfetivo Modifier and Type Method Description MembroEfetivo
GrupoInvestigacao. getInvestigadorResponsavel()
Methods in dftf.poao that return types with arguments of type MembroEfetivo Modifier and Type Method Description java.util.ArrayList<MembroEfetivo>
Cisuc. filtrarListaInvestigadorByMembroEfetivo(java.util.ArrayList<Investigador> investigadores)
filtra lista de investigadores ppor tipo (MembroEfetivo)java.util.ArrayList<MembroEfetivo>
Cisuc. getListaMembroEfetivo()
Methods in dftf.poao with parameters of type MembroEfetivo Modifier and Type Method Description void
GrupoInvestigacao. setInvestigadorResponsavel(MembroEfetivo investigadorResponsavel)
Method parameters in dftf.poao with type arguments of type MembroEfetivo Modifier and Type Method Description void
Cisuc. setListaMembroEfetivo(java.util.ArrayList<MembroEfetivo> listaMembroEfetivo)
Constructors in dftf.poao with parameters of type MembroEfetivo Constructor Description GrupoInvestigacao(java.lang.String nome, java.lang.String acronimo, MembroEfetivo investigadorResponsavel, java.util.ArrayList<Investigador> listaMembros)
Construtor