Rev 161 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 161 | Rev 195 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | 2 | ||
| 3 | import java.util.Date; |
3 | import java.util.Date; |
| 4 | 4 | ||
| 5 | import javax.persistence.Transient; |
5 | import javax.persistence.Transient; |
| 6 | 6 | ||
| 7 | import br.edu.cesmac.core.util.DataUtils; |
- | |
| 8 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| - | 7 | import br.com.ec.core.util.DataUtils; |
|
| - | 8 | import br.com.ec.core.util.VerificadorUtil; |
|
| 9 | 9 | ||
| 10 | public class PendenciaDTO implements Comparable<PendenciaDTO> { |
10 | public class PendenciaDTO implements Comparable<PendenciaDTO> { |
| 11 | 11 | ||
| 12 | private Long sequencial; |
12 | private Long sequencial; |
| 13 | private LojaDTO loja; |
13 | private LojaDTO loja; |