Uses of Class
br.com.caelum.stella.boleto.Boleto

Packages that use Boleto
br.com.caelum.stella.boleto   
br.com.caelum.stella.boleto.bancos   
br.com.caelum.stella.boleto.transformer   
 

Uses of Boleto in br.com.caelum.stella.boleto
 

Methods in br.com.caelum.stella.boleto that return Boleto
static Boleto Boleto.newBoleto()
          Cria um novo boleto com valores padrão.
 Boleto Boleto.withAceite(boolean aceite)
          Associa o aceite ao boleto.
 Boleto Boleto.withBanco(Banco banco)
          Associa um banco ao boleto
 Boleto Boleto.withDatas(Datas datas)
          Associa datas ao boleto
 Boleto Boleto.withDescricoes(String... descricoes)
          Associa as descrições ao boleto.
 Boleto Boleto.withEmissor(Emissor emissor)
          Associa um sacado ao boleto
 Boleto Boleto.withEspecieDocumento(String especieDocumento)
          Associa a espécie do documento ao boleto.
 Boleto Boleto.withInstrucoes(String... instrucoes)
          Associa instruções ao boleto
 Boleto Boleto.withLocaisDePagamento(String... locaisDePagamento)
          Associa locais de pagamento ao boleto
 Boleto Boleto.withNoDocumento(String noDocumento)
          Associa o número do documento ao boleto Código informado pelo banco.
 Boleto Boleto.withQtdMoeda(BigDecimal qtdMoeda)
          Associa a quantidade de moeda ao boleto
 Boleto Boleto.withSacado(Sacado sacado)
          Associa um sacado ao banco
 Boleto Boleto.withValorBoleto(BigDecimal valorBoleto)
           
 Boleto Boleto.withValorBoleto(double valorBoleto)
           
 Boleto Boleto.withValorBoleto(String valorBoleto)
          Associa um valor ao boleto, convertendo a String para BigDecimal utilizando o Locale da JVM
 Boleto Boleto.withValorMoeda(BigDecimal valorMoeda)
          Associa um valor de moeda ao boleto
 

Methods in br.com.caelum.stella.boleto with parameters of type Boleto
 String Banco.geraCodigoDeBarrasPara(Boleto boleto)
          Gera o código de barras para determinado boleto
 String Banco.geraLinhaDigitavelPara(Boleto boleto)
          Gera a linha digitavel para determinado boleto
 

Uses of Boleto in br.com.caelum.stella.boleto.bancos
 

Methods in br.com.caelum.stella.boleto.bancos with parameters of type Boleto
 String BancoDoBrasil.geraCodigoDeBarrasPara(Boleto boleto)
           
 String BancoDoBrasil.geraLinhaDigitavelPara(Boleto boleto)
           
 

Uses of Boleto in br.com.caelum.stella.boleto.transformer
 

Methods in br.com.caelum.stella.boleto.transformer with parameters of type Boleto
 InputStream BoletoTransformer.transform(Boleto boleto)
          Gera o boleto em memoria e aloca-o em um InputStream.
 

Constructors in br.com.caelum.stella.boleto.transformer with parameters of type Boleto
BoletoGenerator(Boleto boleto)
           
 



Copyright © 2008 Caelum. All Rights Reserved.