Rev 106 | 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.NotNull; |
16 | import javax.validation.constraints.NotNull; |
| 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 | 20 | ||
| 21 | import br.edu.cesmac.core.generic.identidade.Identidade; |
- | |
| 22 | import br.edu.cesmac.core.interfaces.Alterar; |
- | |
| 23 | import br.edu.cesmac.core.interfaces.Cadastrar; |
- | |
| 24 | import br.edu.cesmac.core.util.StringUtil; |
- | |
| 25 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| - | 21 | import br.com.ec.core.generic.identidade.Identidade; |
|
| - | 22 | import br.com.ec.core.interfaces.Alterar; |
|
| - | 23 | import br.com.ec.core.interfaces.Cadastrar; |
|
| - | 24 | import br.com.ec.core.util.StringUtil; |
|
| - | 25 | import br.com.ec.core.util.VerificadorUtil; |
|
| 26 | 26 | ||
| 27 | @Entity |
27 | @Entity |
| 28 | @Table(name="sec_banco_horas", schema="sc_sec") |
28 | @Table(name="sec_banco_horas", schema="sc_sec") |
| 29 | public class BancoHoras implements Serializable, Identidade { |
29 | public class BancoHoras implements Serializable, Identidade { |
| 30 | 30 | ||