Rev 106 | Rev 195 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 159 | ||
|---|---|---|---|
| Line 18... | Line 18... | ||
| 18 | private Date dataFinal; |
18 | private Date dataFinal; |
| 19 | private Date dataVencimento; |
19 | private Date dataVencimento; |
| 20 | private String tipoFormaDePagamento; |
20 | private String tipoFormaDePagamento; |
| 21 | private ContaBancaria contaBancaria; |
21 | private ContaBancaria contaBancaria; |
| 22 | private Loja centroDeCustos; |
22 | private Loja centroDeCustos; |
| 23 | private Boolean matriz = false; |
- | |
| 24 | private Boolean oficial; |
23 | private Boolean oficial; |
| 25 | private Categoria categoria; |
24 | private Categoria categoria; |
| 26 | private Categoria categoriaPai; |
25 | private Categoria categoriaPai; |
| 27 | private Pessoa favorecido; |
26 | private Pessoa favorecido; |
| 28 | private String observacao; |
27 | private String observacao; |
| Line 76... | Line 75... | ||
| 76 | public Loja getCentroDeCustos() { |
75 | public Loja getCentroDeCustos() { |
| 77 | return centroDeCustos; |
76 | return centroDeCustos; |
| 78 | }
|
77 | }
|
| 79 | public void setCentroDeCustos(Loja centroDeCustos) { |
78 | public void setCentroDeCustos(Loja centroDeCustos) { |
| 80 | this.centroDeCustos = centroDeCustos; |
79 | this.centroDeCustos = centroDeCustos; |
| 81 | }
|
- | |
| 82 | - | ||
| 83 | public Boolean getMatriz() { |
- | |
| 84 | return matriz; |
- | |
| 85 | }
|
- | |
| 86 | public void setMatriz(Boolean matriz) { |
- | |
| 87 | this.matriz = matriz; |
- | |
| 88 | }
|
80 | }
|
| 89 | 81 | ||
| 90 | public Boolean getOficial() { |
82 | public Boolean getOficial() { |
| 91 | return oficial; |
83 | return oficial; |
| 92 | }
|
84 | }
|