diff --git a/src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java b/src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java index 1a86aea..aab4072 100644 --- a/src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java +++ b/src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java @@ -3,6 +3,7 @@ package br.gov.softwarepublico.teste.modelo; public class ImovelTestePedro { private String matricula; + private String matricula2; public String getMatricula() { return matricula; @@ -11,6 +12,15 @@ public class ImovelTestePedro { public void setMatricula(String matricula) { this.matricula = matricula; } + + public String getMatricula2() { + return matricula2; + } + + public void setMatricula2(String matricula2) { + this.matricula2 = matricula2; + } + } -- libgit2 0.21.2