package gcom.cadastro.localidade; import gcom.util.filtro.Filtro; import java.io.Serializable; /** * <p> * Title: GCOM * </p> * <p> * Description: Sistema de Gest�o Comercial * </p> * <p> * Copyright: Copyright (c) 2004 * </p> * <p> * Company: COMPESA - Companhia Pernambucana de Saneamento * </p> * * @author not attributable * @version 1.0 */ public class FiltroLocalidadeClasse extends Filtro implements Serializable { private static final long serialVersionUID = 1L; public FiltroLocalidadeClasse() { } /** * Constructor for the FiltroCliente object * * @param campoOrderBy * Description of the Parameter */ public FiltroLocalidadeClasse(String campoOrderBy) { this.campoOrderBy = campoOrderBy; } /** * Description of the Field */ public final static String ID = "id"; /** * Description of the Field */ public final static String INDICADOR_USO = "indicadorUso"; public final static String DESCRICAO = "descricao"; }