Rev 294 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 294 | Rev 721 | ||
|---|---|---|---|
| Line 16... | Line 16... | ||
| 16 | super(); |
16 | super(); |
| 17 | this.sequencial = sequencial; |
17 | this.sequencial = sequencial; |
| 18 | this.descricao = descricao; |
18 | this.descricao = descricao; |
| 19 | this.tipoContaBancaria = tipoContaBancaria; |
19 | this.tipoContaBancaria = tipoContaBancaria; |
| 20 | this.ativo = ativo; |
20 | this.ativo = ativo; |
| - | 21 | }
|
|
| - | 22 | ||
| - | 23 | public ContaBancariaDTO(Long sequencial) { |
|
| - | 24 | super(); |
|
| - | 25 | this.sequencial = sequencial; |
|
| 21 | }
|
26 | }
|
| 22 | 27 | ||
| 23 | public static long getContaCaixa() { |
28 | public static long getContaCaixa() { |
| 24 | return CONTA_CAIXA; |
29 | return CONTA_CAIXA; |
| 25 | }
|
30 | }
|