Rev 482 | Rev 516 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 482 | Rev 500 | ||
|---|---|---|---|
| Line 122... | Line 122... | ||
| 122 | this.tipo = tipoProduto; |
122 | this.tipo = tipoProduto; |
| 123 | this.estilo = estiloProduto; |
123 | this.estilo = estiloProduto; |
| 124 | this.cor = cor; |
124 | this.cor = cor; |
| 125 | }
|
125 | }
|
| 126 | 126 | ||
| 127 | public ProdutoDTO(Long sequencial, String codigo, String tipo, ModeloDTO modeloDTO, String estilo, String descricao, String cor) { |
- | |
| - | 127 | public ProdutoDTO(Long sequencial, String codigo, String tipo, ModeloDTO modeloDTO, String estilo, String descricao, String cor, String codigoEAN) { |
|
| 128 | this.sequencial = sequencial; |
128 | this.sequencial = sequencial; |
| 129 | this.codigo = codigo; |
129 | this.codigo = codigo; |
| 130 | this.tipo = tipo; |
130 | this.tipo = tipo; |
| 131 | this.modeloDTO = modeloDTO; |
131 | this.modeloDTO = modeloDTO; |
| 132 | this.estilo = estilo; |
132 | this.estilo = estilo; |
| 133 | this.descricao = descricao; |
133 | this.descricao = descricao; |
| 134 | this.cor = cor; |
134 | this.cor = cor; |
| - | 135 | this.codigoEAN = codigoEAN; |
|
| 135 | }
|
136 | }
|
| 136 | 137 | ||
| 137 | /*
|
138 | /*
|
| 138 | public static String CONSULTA_DTO_COMPLETA = "e.sequencial, e.notaFiscal.sequencial, e.produto.sequencial, "
|
139 | public static String CONSULTA_DTO_COMPLETA = "e.sequencial, e.notaFiscal.sequencial, e.produto.sequencial, "
|
| 139 | + "e.quantidade";
|
140 | + "e.quantidade";
|