4445464748495051525354
return comodoBC.findAll(imovel); } public Imovel getImovel() { if(this.imovel == null) { this.imovel = new Imovel(); if(this.imvId.getValue() != null) this.imovel = imovelBC.load(this.imvId.getValue()); } return imovel; }
5152535455565758596061
this.evento = evento; } public Imovel getImovel() { if(imovel == null){ imovel = new Imovel(); imovel.setEndereco(new Endereco()); imovel.setEvento(getEvento()); } return imovel; }