Package ecar.pojo

Examples of ecar.pojo.HistoricoCorPtcH


    if(pontoCriticoCorPtccores != null) {
      Iterator it = pontoCriticoCorPtccores.iterator();
      while(it.hasNext()) {
        PontocriticoCorPtccor pontocriticoCorPtccor = (PontocriticoCorPtccor) it.next();
       
        this.historicoCorPtcH = new HistoricoCorPtcH();
       
        //seta os dados para criar o historico
        if(pontocriticoCorPtccor.getCor().getIndPontoCriticoCor().equals("S")) {
          historicoCorPtcH.setHistoricoPtcH(historicoPtcH);
          historicoCorPtcH.setPontoCriticoPtc(pontocriticoCorPtccor.getPontoCriticoPtc());
View Full Code Here

TOP

Related Classes of ecar.pojo.HistoricoCorPtcH

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.