Rev 106 | Rev 689 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 23... | Line 23... | ||
| 23 | import javax.validation.constraints.NotNull; |
23 | import javax.validation.constraints.NotNull; |
| 24 | import javax.validation.constraints.Size; |
24 | import javax.validation.constraints.Size; |
| 25 | 25 | ||
| 26 | import org.hibernate.annotations.ForeignKey; |
26 | import org.hibernate.annotations.ForeignKey; |
| 27 | 27 | ||
| - | 28 | import br.com.ec.core.interfaces.Alterar; |
|
| - | 29 | import br.com.ec.core.interfaces.Cadastrar; |
|
| - | 30 | import br.com.ec.core.util.DataUtils; |
|
| - | 31 | import br.com.ec.core.util.StringUtil; |
|
| - | 32 | import br.com.ec.core.util.VerificadorUtil; |
|
| 28 | import br.com.ec.domain.dto.ParametrosVendaDTO; |
33 | import br.com.ec.domain.dto.ParametrosVendaDTO; |
| 29 | import br.com.ec.domain.model.tipos.TipoSituacaoVenda; |
34 | import br.com.ec.domain.model.tipos.TipoSituacaoVenda; |
| 30 | import br.edu.cesmac.core.interfaces.Alterar; |
- | |
| 31 | import br.edu.cesmac.core.interfaces.Cadastrar; |
- | |
| 32 | import br.edu.cesmac.core.util.DataUtils; |
- | |
| 33 | import br.edu.cesmac.core.util.StringUtil; |
- | |
| 34 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| 35 | 35 | ||
| 36 | @Entity |
36 | @Entity |
| 37 | @Table(name="sec_venda", schema="sc_sec") |
37 | @Table(name="sec_venda", schema="sc_sec") |
| 38 | public class Venda implements Serializable { |
38 | public class Venda implements Serializable { |
| 39 | 39 | ||