package gcom.relatorio.cadastro.atualizacaocadastral;
import gcom.relatorio.RelatorioBean;
public class RelatorioImoveisSituacaoPeriodoBean implements RelatorioBean {
private Integer idImovel;
public Integer getIdImovel() {
return idImovel;
}
public void setIdImovel(Integer idImovel) {
this.idImovel = idImovel;
}
}