package gcom.cadastro.imovel;
import gcom.util.filtro.Filtro;
/**
* < <Descri��o da Classe>>
*
* @author Administrador
*/
public class FiltroEloAnormalidade extends Filtro {
private static final long serialVersionUID = 1L;
/**
* Constructor for the FiltroCliente object
*
* @param campoOrderBy
* Description of the Parameter
*/
public FiltroEloAnormalidade(String campoOrderBy) {
this.campoOrderBy = campoOrderBy;
}
/**
* Construtor da classe FiltroAreaConstruidaFaxia
*/
public FiltroEloAnormalidade() {
}
/**
* Description of the Field
*/
public final static String ID = "id";
/**
* Description of the Field
*/
public final static String DESCRICAO = "descricao";
/**
* Description of the Field
*/
public final static String INDICADOR_USO = "indicadorUso";
}