public class LoteDTO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
cnpj |
private java.lang.String |
descricao |
private java.lang.Long |
idLote |
private java.lang.Long |
idObra |
private java.lang.Long |
numeroLote |
private java.lang.String |
tipoEstruturaPreco |
Constructor and Description |
---|
LoteDTO() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCnpj() |
java.lang.String |
getDescricao() |
java.lang.Long |
getIdLote() |
java.lang.Long |
getIdObra() |
java.lang.Long |
getNumeroLote() |
java.lang.String |
getTipoEstruturaPreco() |
void |
setCnpj(java.lang.String cnpj) |
void |
setDescricao(java.lang.String descricao) |
void |
setIdLote(java.lang.Long idLote) |
void |
setIdObra(java.lang.Long idObra) |
void |
setNumeroLote(java.lang.Long numeroLote) |
void |
setTipoEstruturaPreco(java.lang.String tipoEstruturaPreco) |
private java.lang.Long idObra
private java.lang.Long idLote
private java.lang.String cnpj
private java.lang.String descricao
private java.lang.Long numeroLote
private java.lang.String tipoEstruturaPreco
public java.lang.Long getIdObra()
public java.lang.Long getIdLote()
public java.lang.String getCnpj()
public java.lang.String getDescricao()
public java.lang.Long getNumeroLote()
public java.lang.String getTipoEstruturaPreco()
public void setIdObra(java.lang.Long idObra)
public void setIdLote(java.lang.Long idLote)
public void setCnpj(java.lang.String cnpj)
public void setDescricao(java.lang.String descricao)
public void setNumeroLote(java.lang.Long numeroLote)
public void setTipoEstruturaPreco(java.lang.String tipoEstruturaPreco)