
br.com.objectos.jabuticava.cmatic.LancamentosPojo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cmatic Show documentation
Show all versions of cmatic Show documentation
Arquivos de troca para o Contmatic Phoenix (marca registrada)
The newest version!
package br.com.objectos.jabuticava.cmatic;
import java.time.LocalDate;
import java.util.List;
import javax.annotation.Generated;
@Generated({
"br.com.objectos.way.pojo.compiler.PojoCompiler",
"br.com.objectos.way.pojo.plugin.StandardPojoPropertyAction"
})
final class LancamentosPojo extends Lancamentos {
private final String empresa;
private final LocalDate ano;
private final List lancamentos;
public LancamentosPojo(LancamentosBuilderPojo builder) {
super();
empresa = builder.___get___empresa();
ano = builder.___get___ano();
lancamentos = builder.___get___lancamentos();
}
@Override
String empresa() {
return empresa;
}
@Override
LocalDate ano() {
return ano;
}
@Override
List lancamentos() {
return lancamentos;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy