Subversion Repositories Integrator Subversion

Rev

Rev 468 | Rev 500 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 468 Rev 482
Line 28... Line 28...
28
       
28
       
29
        private String codigoNCM;
29
        private String codigoNCM;
30
        private String codigoEST;
30
        private String codigoEST;
31
       
31
       
32
        private ModeloDTO modeloDTO;
32
        private ModeloDTO modeloDTO;
-
 
33
        private TributacaoDTO tributacaoDTO;
-
 
34
       
-
 
35
        private Boolean sujeitoST;
33
       
36
       
34
        /*
37
        /*
35
        private String codigoRapido;
38
        private String codigoRapido;
36
        private String descricaoEtiqueta;
39
        private String descricaoEtiqueta;
37
        private String descricaoParaNotaFiscal;
40
        private String descricaoParaNotaFiscal;
Line 53... Line 56...
53
       
56
       
54
//      private Modelo modelo;
57
//      private Modelo modelo;
55
//      private Tributacao tributacao;
58
//      private Tributacao tributacao;
56
       
59
       
57
        private Double valorVarejoSimulacao;
60
        private Double valorVarejoSimulacao;
58
        private Boolean sujeitoST;
-
 
-
 
61
       
59
        private Double aliquotaIPI;
62
        private Double aliquotaIPI;
60
        private Double aliquotaIPINotaFiscal;
63
        private Double aliquotaIPINotaFiscal;
61
        private Double aliquotaIcms;
64
        private Double aliquotaIcms;
62
        private Double aliquotaIcmsNotaFiscal;
65
        private Double aliquotaIcmsNotaFiscal;
63
        private Double aliquotaIcmsST;
66
        private Double aliquotaIcmsST;
Line 236... Line 239...
236
                return VerificadorUtil.naoEstaNulo(getModeloDTO())? getModeloDTO().getDescricao() : "";
239
                return VerificadorUtil.naoEstaNulo(getModeloDTO())? getModeloDTO().getDescricao() : "";
237
        }
240
        }
238
       
241
       
239
        public MarcaDTO getMarcaDTODoModelo() {
242
        public MarcaDTO getMarcaDTODoModelo() {
240
                return VerificadorUtil.naoEstaNulo(getModeloDTO())? getModeloDTO().getMarcaDTO() : null;
243
                return VerificadorUtil.naoEstaNulo(getModeloDTO())? getModeloDTO().getMarcaDTO() : null;
-
 
244
        }
-
 
245
       
-
 
246
        public TributacaoDTO getTributacaoDTO() {
-
 
247
                return tributacaoDTO;
-
 
248
        }
-
 
249
        public void setTributacaoDTO(TributacaoDTO tributacaoDTO) {
-
 
250
                this.tributacaoDTO = tributacaoDTO;
-
 
251
        }
-
 
252
       
-
 
253
        public String getCodigoNCMDaTributacao() {
-
 
254
                return VerificadorUtil.naoEstaNulo(getTributacaoDTO())? getTributacaoDTO().getCodigoNCM() : null;
-
 
255
        }
-
 
256
       
-
 
257
        public String getCodigoESTDaTributacao() {
-
 
258
                return VerificadorUtil.naoEstaNulo(getTributacaoDTO())? getTributacaoDTO().getCodigoEST() : null;
-
 
259
        }
-
 
260
       
-
 
261
        public Boolean getSujeitoST() {
-
 
262
                return sujeitoST;
-
 
263
        }
-
 
264
        public void setSujeitoST(Boolean sujeitoST) {
-
 
265
                this.sujeitoST = sujeitoST;
241
        }
266
        }
242
       
267
       
243
        /***************************************/
268
        /***************************************/
244
       
269
       
245
        public String getCodigoProdutoPadrao() {
270
        public String getCodigoProdutoPadrao() {