package gcom.cadastro.imovel.bean;
public class ImovelAbaEnderecoRetornoHelper {
private boolean municipioEnderecoDiferenteMunicipioSetorComercial;
/**
* @return Retorna o campo municipioEnderecoDiferenteMunicipioSetorComercial.
*/
public boolean isMunicipioEnderecoDiferenteMunicipioSetorComercial() {
return municipioEnderecoDiferenteMunicipioSetorComercial;
}
/**
* @param municipioEnderecoDiferenteMunicipioSetorComercial O municipioEnderecoDiferenteMunicipioSetorComercial a ser setado.
*/
public void setMunicipioEnderecoDiferenteMunicipioSetorComercial(
boolean municipioEnderecoDiferenteMunicipioSetorComercial) {
this.municipioEnderecoDiferenteMunicipioSetorComercial = municipioEnderecoDiferenteMunicipioSetorComercial;
}
}