Rev 164 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 164 | Rev 195 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | 2 | ||
| 3 | import br.com.ec.controller.util.UtilBean; |
3 | import br.com.ec.controller.util.UtilBean; |
| - | 4 | import br.com.ec.core.util.DataUtils; |
|
| - | 5 | import br.com.ec.core.util.VerificadorUtil; |
|
| 4 | import br.com.ec.domain.model.Loja; |
6 | import br.com.ec.domain.model.Loja; |
| 5 | import br.edu.cesmac.core.util.DataUtils; |
- | |
| 6 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| 7 | 7 | ||
| 8 | public class ConsolidadoVendasLojaDTO implements Comparable<ConsolidadoVendasLojaDTO> { |
8 | public class ConsolidadoVendasLojaDTO implements Comparable<ConsolidadoVendasLojaDTO> { |
| 9 | 9 | ||
| 10 | private Loja loja; |
10 | private Loja loja; |
| 11 | private Integer quantidadeTotalVendas; |
11 | private Integer quantidadeTotalVendas; |