Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 9... | Line 9... | ||
| 9 | import javax.persistence.Transient; |
9 | import javax.persistence.Transient; |
| 10 | import javax.validation.constraints.Size; |
10 | import javax.validation.constraints.Size; |
| 11 | 11 | ||
| 12 | import org.hibernate.validator.constraints.NotEmpty; |
12 | import org.hibernate.validator.constraints.NotEmpty; |
| 13 | 13 | ||
| - | 14 | import br.com.ec.core.interfaces.Alterar; |
|
| - | 15 | import br.com.ec.core.interfaces.Cadastrar; |
|
| - | 16 | import br.com.ec.core.util.StringUtil; |
|
| - | 17 | import br.com.ec.core.util.VerificadorUtil; |
|
| 14 | import br.com.ec.domain.shared.ConstantesSEC; |
18 | import br.com.ec.domain.shared.ConstantesSEC; |
| 15 | import br.edu.cesmac.core.interfaces.Alterar; |
- | |
| 16 | import br.edu.cesmac.core.interfaces.Cadastrar; |
- | |
| 17 | import br.edu.cesmac.core.util.StringUtil; |
- | |
| 18 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| 19 | 19 | ||
| 20 | @Entity |
20 | @Entity |
| 21 | @Table(name="sec_dre", schema="sc_sec") |
21 | @Table(name="sec_dre", schema="sc_sec") |
| 22 | public class IndicadorDRE implements Serializable, Cloneable { |
22 | public class IndicadorDRE implements Serializable, Cloneable { |
| 23 | 23 | ||