Subversion Repositories Integrator Subversion

Rev

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

Rev 270 Rev 444
Line 43... Line 43...
43
       
43
       
44
        private Usuario usuarioParaContagem;
44
        private Usuario usuarioParaContagem;
45
       
45
       
46
        private Boolean indicadorModeloFavorito;
46
        private Boolean indicadorModeloFavorito;
47
        private Boolean sujeitoST;
47
        private Boolean sujeitoST;
-
 
48
       
-
 
49
        private int primeiroRegistro;
-
 
50
        private int tamanhoPagina;
48
       
51
       
49
        public ParametrosConsultaProdutoDTO() {
52
        public ParametrosConsultaProdutoDTO() {
50
                this.tipoRelatorioProduto = SEM_RESTRICOES_GERAL;
53
                this.tipoRelatorioProduto = SEM_RESTRICOES_GERAL;
51
                this.estoqueLoja = SEM_RESTRICOES;
54
                this.estoqueLoja = SEM_RESTRICOES;
52
                this.contagemObrigatoria = false;
55
                this.contagemObrigatoria = false;
Line 206... Line 209...
206
        public Boolean getSujeitoST() {
209
        public Boolean getSujeitoST() {
207
                return sujeitoST;
210
                return sujeitoST;
208
        }
211
        }
209
        public void setSujeitoST(Boolean sujeitoST) {
212
        public void setSujeitoST(Boolean sujeitoST) {
210
                this.sujeitoST = sujeitoST;
213
                this.sujeitoST = sujeitoST;
-
 
214
        }
-
 
215
       
-
 
216
        public int getPrimeiroRegistro() {
-
 
217
                return primeiroRegistro;
-
 
218
        }
-
 
219
        public void setPrimeiroRegistro(int primeiroRegistro) {
-
 
220
                this.primeiroRegistro = primeiroRegistro;
-
 
221
        }
-
 
222
       
-
 
223
        public int getTamanhoPagina() {
-
 
224
                return tamanhoPagina;
-
 
225
        }
-
 
226
        public void setTamanhoPagina(int tamanhoPagina) {
-
 
227
                this.tamanhoPagina = tamanhoPagina;
211
        }
228
        }
212
       
229
       
213
}
230
}