From 861908f2aa2918d3433ef25d00f16e2b8671c2a4 Mon Sep 17 00:00:00 2001 From: Pedro Cesat Barros Loureiro Date: Fri, 11 Sep 2015 11:24:54 -0300 Subject: [PATCH] Teste Pedro 2 --- src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java | 10 ++++++++++ 1 file changed, 10 insertions(+), 0 deletions(-) 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