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 12... | Line 12... | ||
| 12 | import javax.validation.constraints.NotNull; |
12 | import javax.validation.constraints.NotNull; |
| 13 | import javax.validation.constraints.Size; |
13 | import javax.validation.constraints.Size; |
| 14 | 14 | ||
| 15 | import org.hibernate.annotations.ForeignKey; |
15 | import org.hibernate.annotations.ForeignKey; |
| 16 | 16 | ||
| 17 | import br.edu.cesmac.core.generic.identidade.Identidade; |
- | |
| 18 | import br.edu.cesmac.core.interfaces.Alterar; |
- | |
| 19 | import br.edu.cesmac.core.interfaces.Cadastrar; |
- | |
| 20 | import br.edu.cesmac.core.util.StringUtil; |
- | |
| 21 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| - | 17 | import br.com.ec.core.generic.identidade.Identidade; |
|
| - | 18 | import br.com.ec.core.interfaces.Alterar; |
|
| - | 19 | import br.com.ec.core.interfaces.Cadastrar; |
|
| - | 20 | import br.com.ec.core.util.StringUtil; |
|
| - | 21 | import br.com.ec.core.util.VerificadorUtil; |
|
| 22 | 22 | ||
| 23 | @Entity |
23 | @Entity |
| 24 | @Table(name="sec_pedido_produto", schema="sc_sec") |
24 | @Table(name="sec_pedido_produto", schema="sc_sec") |
| 25 | public class PedidoProduto implements Serializable, Identidade { |
25 | public class PedidoProduto implements Serializable, Identidade { |
| 26 | 26 | ||