
br.com.objectos.cnab.CedentePojo Maven / Gradle / Ivy
The newest version!
package br.com.objectos.cnab;
import br.com.objectos.jabuticava.CadastroRFB;
import javax.annotation.Generated;
@Generated({
"br.com.objectos.auto.AutoPojoProcessor",
"br.com.objectos.pojo.plugin.StandardPojoPropertyAction"
})
final class CedentePojo extends Cedente {
private final CadastroRFB cadastroRfb;
private final String nome;
public CedentePojo(CadastroRFB cadastroRfb, String nome) {
super();
if (cadastroRfb == null) {
throw new NullPointerException();
}
this.cadastroRfb = cadastroRfb;
if (nome == null) {
throw new NullPointerException();
}
this.nome = nome;
}
@Override
CadastroRFB cadastroRfb() {
return cadastroRfb;
}
@Override
String nome() {
return nome;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy