* @throws ECARException
*/
public EstruturaFuncaoEttf getLabelFuncao( EstruturaEtt estrutura, Long codFun )
throws ECARException
{
EstruturaFuncaoEttfPK chave = new EstruturaFuncaoEttfPK( );
chave.setCodEtt( estrutura.getCodEtt( ) );
chave.setCodFun( codFun );
try
{
return (EstruturaFuncaoEttf) buscar( EstruturaFuncaoEttf.class, chave );
} catch ( ECARException e )