Commit 5d68490bffe05d7c7b896b0b7c88bfaf45610af1
1 parent
fc8ededb
Exists in
master
removendo teste do projeto
Showing
1 changed file
with
0 additions
and
26 deletions
Show diff stats
src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java
@@ -1,26 +0,0 @@ | @@ -1,26 +0,0 @@ | ||
1 | -package br.gov.softwarepublico.teste.modelo; | ||
2 | - | ||
3 | -public class ImovelTestePedro { | ||
4 | - | ||
5 | - private String matricula; | ||
6 | - private String matricula2; | ||
7 | - | ||
8 | - public String getMatricula() { | ||
9 | - return matricula; | ||
10 | - } | ||
11 | - | ||
12 | - public void setMatricula(String matricula) { | ||
13 | - this.matricula = matricula; | ||
14 | - } | ||
15 | - | ||
16 | - public String getMatricula2() { | ||
17 | - return matricula2; | ||
18 | - } | ||
19 | - | ||
20 | - public void setMatricula2(String matricula2) { | ||
21 | - this.matricula2 = matricula2; | ||
22 | - } | ||
23 | - | ||
24 | - | ||
25 | - | ||
26 | -} |