Examples of BNEmpresaAfiliadora


Examples of com.pe.pgn.clubpgn.domain.beans.BNEmpresaAfiliadora

  }

  @Override
  public BNEmpresaAfiliadora obtenerEmpresaAfiliadoraPorId(BigDecimal coEmpresaAfiliadora) {
   
    BNEmpresaAfiliadora afiliadora = empresaAfiliadoraDao.obtenerEmpresaAfiliadoraPorId(coEmpresaAfiliadora);
    if(afiliadora.getStStrEmpresaAfiliadora().equalsIgnoreCase(CLPConstantes.ST_VERDADERO)){
      afiliadora.setStEmpresaAfiliadora(Boolean.TRUE);
    }
    return afiliadora;
  }
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.