package gcom.gerencial.cadastro.imovel; public interface ControladorGerencialImovelLocal extends javax.ejb.EJBLocalObject { /** * Obt�m a principal categoria do im�vel * * [UC0306] Obter Principal Categoria do Im�vel * * @author Pedro Alexandre * @date 18/04/2006 * * @param idImovel * @return * @throws ControladorException */ //public GCategoria obterPrincipalCategoriaImovel(Integer idImovel) throws ControladorException; }