Package ecar.pojo

Examples of ecar.pojo.TipoFuncAcompTpfaPermiteAlterarPK


    if(!encontrouTPFA){
      TipoFuncAcompTpfa tpFASuperior = new TipoFuncAcompTpfa();
      tpFASuperior.setCodTpfa(objetoAlt.getCodTpfa());
      TipoFuncAcompTpfa tpFAInferior = new TipoFuncAcompTpfa();
      tpFAInferior.setCodTpfa(value);
      TipoFuncAcompTpfaPermiteAlterarPK tpFAPK = new TipoFuncAcompTpfaPermiteAlterarPK();
      tpFAPK.setCod_inferior_tpfapa(tpFAInferior);
      tpFAPK.setCod_superior_tpfapa(tpFASuperior);
      TipoFuncAcompTpfaPermiteAlterar tpFAPA = new TipoFuncAcompTpfaPermiteAlterar();
      tpFAPA.setComp_id(tpFAPK);
      tpFAPA.setPermiteAlterarParecer("N");
      if(objetoAlt.getTipoFuncAcompTpfasPermiteAlterarInferior() == null){
        objetoAlt.setTipoFuncAcompTpfasPermiteAlterarInferior(new HashSet());       
View Full Code Here

TOP

Related Classes of ecar.pojo.TipoFuncAcompTpfaPermiteAlterarPK

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.