Uses of Class
br.mia.test.model.PlanoTeste

Packages that use PlanoTeste
br.mia.test.model   
br.mia.test.model.dao   
br.mia.test.view   
br.mia.test.view.observers   
br.mia.test.view.tabelas   
 

Uses of PlanoTeste in br.mia.test.model
 

Methods in br.mia.test.model that return types with arguments of type PlanoTeste
 java.util.List<PlanoTeste> Projeto.getPlanos()
           
 

Method parameters in br.mia.test.model with type arguments of type PlanoTeste
 void Projeto.setPlanos(java.util.List<PlanoTeste> planos)
           
 

Uses of PlanoTeste in br.mia.test.model.dao
 

Methods in br.mia.test.model.dao that return PlanoTeste
 PlanoTeste DAOPlano.delete(PlanoTeste plano)
           
 PlanoTeste DAOPlano.insert(PlanoTeste plano, Projeto projeto)
           
 PlanoTeste DAOPlano.selectId(int id, Projeto projeto)
           
 PlanoTeste DAOPlano.update(PlanoTeste plano, Projeto projeto)
           
 

Methods in br.mia.test.model.dao that return types with arguments of type PlanoTeste
 java.util.List<PlanoTeste> DAOPlano.select(Projeto projeto)
           
 

Methods in br.mia.test.model.dao with parameters of type PlanoTeste
 PlanoTeste DAOPlano.delete(PlanoTeste plano)
           
 PlanoTeste DAOPlano.insert(PlanoTeste plano, Projeto projeto)
           
 PlanoTeste DAOPlano.update(PlanoTeste plano, Projeto projeto)
           
 

Uses of PlanoTeste in br.mia.test.view
 

Constructors in br.mia.test.view with parameters of type PlanoTeste
CronogramaPane(Projeto projeto, PlanoTeste planoTeste, Build build)
           
TelaBuild(Projeto projeto, PlanoTeste planoTeste)
           
 

Uses of PlanoTeste in br.mia.test.view.observers
 

Methods in br.mia.test.view.observers that return PlanoTeste
 PlanoTeste ObserverEscopo.getPlanoTeste()
           
 PlanoTeste ObserverCronograma.getPlanoTeste()
           
 

Methods in br.mia.test.view.observers with parameters of type PlanoTeste
 void ObserverEscopo.setPlanoTeste(PlanoTeste planoTeste)
           
 void ObserverCronograma.setPlanoTeste(PlanoTeste planoTeste)
           
 

Constructors in br.mia.test.view.observers with parameters of type PlanoTeste
ObserverCronograma(Projeto projeto, PlanoTeste plano)
           
ObserverEscopo(Projeto projeto, PlanoTeste plano)
           
 

Uses of PlanoTeste in br.mia.test.view.tabelas
 

Methods in br.mia.test.view.tabelas that return types with arguments of type PlanoTeste
 java.util.List<PlanoTeste> TabelaModeloPlano.getPlanos()
           
 

Method parameters in br.mia.test.view.tabelas with type arguments of type PlanoTeste
 void TabelaModeloPlano.setPlanos(java.util.List<PlanoTeste> planos2)
           
 



Copyright © 2009. All Rights Reserved.