Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | import java.util.Arrays; |
4 | import java.util.Arrays; |
| 5 | import java.util.Collections; |
5 | import java.util.Collections; |
| 6 | import java.util.List; |
6 | import java.util.List; |
| 7 | import java.util.Random; |
7 | import java.util.Random; |
| 8 | 8 | ||
| 9 | import br.edu.cesmac.core.exception.NegocioException; |
- | |
| 10 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| - | 9 | import br.com.ec.core.exception.NegocioException; |
|
| - | 10 | import br.com.ec.core.util.VerificadorUtil; |
|
| 11 | 11 | ||
| 12 | public class MegaDTO { |
12 | public class MegaDTO { |
| 13 | 13 | ||
| 14 | private Integer primeiroFixo; |
14 | private Integer primeiroFixo; |
| 15 | private Integer segundoFixo; |
15 | private Integer segundoFixo; |