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 javax.persistence.Transient; |
- | |
| 4 | - | ||
| 5 | import br.edu.cesmac.core.util.ArquivoUtil; |
- | |
| 6 | import br.edu.cesmac.core.util.ImagemUtil; |
- | |
| 7 | import br.edu.cesmac.core.util.TipoExtensao; |
- | |
| - | 3 | import br.com.ec.core.util.ArquivoUtil; |
|
| - | 4 | import br.com.ec.core.util.ImagemUtil; |
|
| - | 5 | import br.com.ec.core.util.TipoExtensao; |
|
| 8 | 6 | ||
| 9 | public class FotoDTO { |
7 | public class FotoDTO { |
| 10 | 8 | ||
| 11 | private static final int TAMANHO_MAXIMO_ARQUIVO_KBYTES_3000 = 3000; |
9 | private static final int TAMANHO_MAXIMO_ARQUIVO_KBYTES_3000 = 3000; |
| 12 | private String codigoProduto; |
10 | private String codigoProduto; |