Examples of SupervisorPK


Examples of br.ufra.pibid.modelo.entidade.SupervisorPK

            rn.salvar(inst);
        }
        for (DocenteEnsBasico inst : estaonoprojeto) {

            inst.setStatus(1);
            sPK = new SupervisorPK();
            sPK.setSupervisor(inst.getId());
            sPK.setProjeto(projeto.getId());
            supervisor.setSupervisorPK(sPK);
            rn.salvar(inst);
            srn.salvar(supervisor);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.