public class ItensEventosContabeisLivresVo extends ItensEventosContabeisLivres
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
descricao
Atributo da view GRP_CTB_PLANOCONTABIL.DESCRICAO
|
private java.lang.Integer |
numero
Atributo da view GRP_CTB_PLANOCONTABIL.NUMERO
|
private static long |
serialVersionUID |
Constructor and Description |
---|
ItensEventosContabeisLivresVo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescricao() |
java.lang.String |
getDescricaoCompleta() |
java.lang.Integer |
getNumero() |
void |
setDescricao(java.lang.String descricao) |
void |
setNumero(java.lang.Integer numero) |
getAdministracao, getCodigoContabil, getDebitoCredito, getEvento, getExercicio, getMovimento, getObservacao, getSequencia, setAdministracao, setCodigoContabil, setDebitoCredito, setEvento, setExercicio, setMovimento, setObservacao, setSequencia
private static final long serialVersionUID
private java.lang.Integer numero
private java.lang.String descricao
public java.lang.Integer getNumero()
public void setNumero(java.lang.Integer numero)
public java.lang.String getDescricao()
public void setDescricao(java.lang.String descricao)
public java.lang.String getDescricaoCompleta()