Rev 409 | Rev 415 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 409 | Rev 411 | ||
|---|---|---|---|
| Line 54... | Line 54... | ||
| 54 | this.dataInicial = dataInicial; |
54 | this.dataInicial = dataInicial; |
| 55 | this.dataFinal = dataFinal; |
55 | this.dataFinal = dataFinal; |
| 56 | this.descricao = descricao; |
56 | this.descricao = descricao; |
| 57 | this.tipo = tipo; |
57 | this.tipo = tipo; |
| 58 | }
|
58 | }
|
| 59 | - | ||
| 60 | - | ||
| 61 | 59 | ||
| 62 | public Long getSequencial() { |
60 | public Long getSequencial() { |
| 63 | return sequencial; |
61 | return sequencial; |
| 64 | }
|
62 | }
|
| 65 | 63 | ||