
br.com.objectos.boleto.BoletoBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of boleto Show documentation
Show all versions of boleto Show documentation
Geração de boletos. Simples.
The newest version!
package br.com.objectos.boleto;
import javax.annotation.Generated;
@Generated("br.com.objectos.auto.pojo.AutoPojoProcessor")
public interface BoletoBuilder {
BoletoBuilderContaBancaria contaBancaria(ContaBancaria contaBancaria);
interface BoletoBuilderContaBancaria {
BoletoBuilderCedente cedente(Cedente cedente);
}
interface BoletoBuilderCedente {
BoletoBuilderSacado sacado(Sacado sacado);
}
interface BoletoBuilderSacado {
BoletoBuilderSacadorAvalista sacadorAvalista(SacadorAvalista sacadorAvalista);
}
interface BoletoBuilderSacadorAvalista {
BoletoBuilderTitulo titulo(Titulo titulo);
}
interface BoletoBuilderTitulo {
BoletoBuilderCobranca cobranca(Cobranca cobranca);
}
interface BoletoBuilderCobranca {
Boleto build();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy