public class TipoDotacao
extends Entidade
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
descricao |
private static long |
serialVersionUID |
private java.lang.Long |
tipoDotacao |
Constructor and Description |
---|
TipoDotacao() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescricao() |
java.lang.Long |
getTipoDotacao() |
void |
setDescricao(java.lang.String descricao) |
void |
setTipoDotacao(java.lang.Long tipoDotacao) |
private static final long serialVersionUID
private java.lang.Long tipoDotacao
private java.lang.String descricao