Rev 620 | Rev 624 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 620 | Rev 623 | ||
|---|---|---|---|
| Line 27... | Line 27... | ||
| 27 | */
|
27 | */
|
| 28 | 28 | ||
| 29 | public ClienteDTO() { |
29 | public ClienteDTO() { |
| 30 | }
|
30 | }
|
| 31 | 31 | ||
| - | 32 | public ClienteDTO(Long sequencial, String nome, Date dataNascimento, String contato, String telefone) { |
|
| - | 33 | this.sequencial = sequencial; |
|
| - | 34 | this.nome = nome; |
|
| - | 35 | this.dataNascimento = dataNascimento; |
|
| - | 36 | this.contato = contato; |
|
| - | 37 | this.telefone = telefone; |
|
| - | 38 | }
|
|
| - | 39 | ||
| 32 | public String getNome() { |
40 | public String getNome() { |
| 33 | return nome; |
41 | return nome; |
| 34 | }
|
42 | }
|
| 35 | public void setNome(String nome) { |
43 | public void setNome(String nome) { |
| 36 | this.nome = nome; |
44 | this.nome = nome; |