Commit be299e5e2304ff3ef94b21610469e53adecdb7ca
1 parent
49d7a6a6
Exists in
master
teste Pedro Compesa
Showing
1 changed file
with
16 additions
and
0 deletions
Show diff stats
src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java
0 → 100644
... | ... | @@ -0,0 +1,16 @@ |
1 | +package br.gov.softwarepublico.teste.modelo; | |
2 | + | |
3 | +public class ImovelTestePedro { | |
4 | + | |
5 | + private String matricula; | |
6 | + | |
7 | + public String getMatricula() { | |
8 | + return matricula; | |
9 | + } | |
10 | + | |
11 | + public void setMatricula(String matricula) { | |
12 | + this.matricula = matricula; | |
13 | + } | |
14 | + | |
15 | + | |
16 | +} | ... | ... |