Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | package br.com.ec.domain.dto; |
1 | package br.com.ec.domain.dto; |
| 2 | 2 | ||
| - | 3 | import br.com.ec.core.consulta.ParametrosConsulta; |
|
| - | 4 | import br.com.ec.core.util.VerificadorUtil; |
|
| 3 | import br.com.ec.domain.model.Cliente; |
5 | import br.com.ec.domain.model.Cliente; |
| 4 | import br.edu.cesmac.core.consulta.ParametrosConsulta; |
- | |
| 5 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| 6 | 6 | ||
| 7 | public class ParametrosConsultaClienteDTO extends ParametrosConsulta<Cliente> { |
7 | public class ParametrosConsultaClienteDTO extends ParametrosConsulta<Cliente> { |
| 8 | 8 | ||
| 9 | private static String SEM_RESTRICOES_GERAL = "0"; |
9 | private static String SEM_RESTRICOES_GERAL = "0"; |
| 10 | 10 | ||