
br.com.objectos.jabuticava.cmatic.HistoricoPadraoPojo 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 javax.annotation.Generated;
@Generated({
"br.com.objectos.way.pojo.compiler.PojoCompiler",
"br.com.objectos.way.pojo.plugin.StandardPojoPropertyAction"
})
final class HistoricoPadraoPojo extends HistoricoPadrao {
private final int codigo;
private final String complemento;
public HistoricoPadraoPojo(HistoricoPadraoBuilderPojo builder) {
super();
codigo = builder.___get___codigo();
complemento = builder.___get___complemento();
}
@Override
int codigo() {
return codigo;
}
@Override
String complemento() {
return complemento;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy