Examples of RelatorioPPABean


Examples of ecar.servlet.relatorio.PPA.bean.RelatorioPPABean

        boolean check99 = "99".equals( iett.getSiglaIett() )?false:true;
       
        vazio = false;

        RelatorioPPABean linha = new RelatorioPPABean();
        linha.setCodigo(iett.getSiglaIett());
        linha.setNome(iett.getNomeIett());
        linha.setDescricao( iett.getDescricaoIett() );
        logger.info("Carregando dados de programa da linha de acao::" + linha.getNome());
       
        //Set programaTmp = Reduzir.reduzir( iett.getItemEstruturaIetts() );
        linha.setProgramas(generateBeanProgramaiett.getItemEstruturaIetts() , check99 ) );

        dados.add(linha);

      }
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.