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