package gcom.cadastro.cliente; 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 FiltroClienteImovelFimRelacaoMotivo extends Filtro implements Serializable { private static final long serialVersionUID = 1L; public FiltroClienteImovelFimRelacaoMotivo() { } /** * Constructor for the FiltroCliente object * * @param campoOrderBy * Description of the Parameter */ public FiltroClienteImovelFimRelacaoMotivo(String campoOrderBy) { this.campoOrderBy = campoOrderBy; } /** * Description of the Field */ public final static String CLIENTE_IMOVEL_FIM_RELACAO_MOTIVO_ID = "id"; /** * Description of the Field */ public final static String INDICADOR_USO = "indicadorUso"; }