Package Entidade

Examples of Entidade.RelatoDeMelhoriaQualidade


       
        getListaRmpsSalvas();//busca novamente RMP's salvas para exibir atualizado na tela

        if (loginBean.controlePar.getParametros().getParSnAprovaRmp() ) {
            if (validarSalvarEnviarRmp(this.rmp)){
                RelatoDeMelhoriaQualidade rmqNew = new RelatoDeMelhoriaQualidade();

                rmqNew.setRmpCodigo(rmp);
                rmqNew.setRmqDtRecebimento(data);
                rmqDao.salvar(rmqNew);

                //this.rmq.setRmpCodigo(rmp);
                //this.rmq.setRmqDtRecebimento(data);
                //rmqDao.salvar(this.rmq);
View Full Code Here

TOP

Related Classes of Entidade.RelatoDeMelhoriaQualidade

Copyright © 2018 www.massapicom. 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.