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