Commit fc8ededba01790eca87bdde4fff579d2511ebdff
Exists in
master
Merge branch 'master' of portal.softwarepublico.gov.br:gsan/gsan-auto-leitura
Showing
1 changed file
with
26 additions
and
0 deletions
Show diff stats
src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java
0 → 100644
... | ... | @@ -0,0 +1,26 @@ |
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 | +} | ... | ... |