Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 25... | Line 25... | ||
| 25 | import javax.validation.constraints.Size; |
25 | import javax.validation.constraints.Size; |
| 26 | 26 | ||
| 27 | import org.hibernate.annotations.ForeignKey; |
27 | import org.hibernate.annotations.ForeignKey; |
| 28 | import org.hibernate.validator.constraints.NotEmpty; |
28 | import org.hibernate.validator.constraints.NotEmpty; |
| 29 | 29 | ||
| 30 | import br.edu.cesmac.core.interfaces.Alterar; |
- | |
| 31 | import br.edu.cesmac.core.interfaces.Cadastrar; |
- | |
| 32 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| - | 30 | import br.com.ec.core.interfaces.Alterar; |
|
| - | 31 | import br.com.ec.core.interfaces.Cadastrar; |
|
| - | 32 | import br.com.ec.core.util.VerificadorUtil; |
|
| 33 | 33 | ||
| 34 | @Entity |
34 | @Entity |
| 35 | @Table(name="sec_linha_vivo", schema="sc_sec") |
35 | @Table(name="sec_linha_vivo", schema="sc_sec") |
| 36 | public class LinhaVivo implements Serializable { |
36 | public class LinhaVivo implements Serializable { |
| 37 | 37 | ||