Rev 164 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 164 | Rev 195 | ||
|---|---|---|---|
| Line 18... | Line 18... | ||
| 18 | import javax.validation.constraints.Size; |
18 | import javax.validation.constraints.Size; |
| 19 | 19 | ||
| 20 | import org.hibernate.annotations.ForeignKey; |
20 | import org.hibernate.annotations.ForeignKey; |
| 21 | import org.hibernate.validator.constraints.NotEmpty; |
21 | import org.hibernate.validator.constraints.NotEmpty; |
| 22 | 22 | ||
| 23 | import br.edu.cesmac.core.generic.identidade.Identidade; |
- | |
| 24 | import br.edu.cesmac.core.interfaces.Alterar; |
- | |
| 25 | import br.edu.cesmac.core.interfaces.Cadastrar; |
- | |
| 26 | import br.edu.cesmac.core.util.DataUtils; |
- | |
| 27 | import br.edu.cesmac.core.util.StringUtil; |
- | |
| - | 23 | import br.com.ec.core.generic.identidade.Identidade; |
|
| - | 24 | import br.com.ec.core.interfaces.Alterar; |
|
| - | 25 | import br.com.ec.core.interfaces.Cadastrar; |
|
| - | 26 | import br.com.ec.core.util.DataUtils; |
|
| - | 27 | import br.com.ec.core.util.StringUtil; |
|
| 28 | 28 | ||
| 29 | @Entity |
29 | @Entity |
| 30 | @Table(name="sec_pendencia", schema="sc_sec") |
30 | @Table(name="sec_pendencia", schema="sc_sec") |
| 31 | public class Pendencia implements Serializable, Identidade { |
31 | public class Pendencia implements Serializable, Identidade { |
| 32 | 32 | ||