diff --git a/src/com/rjconsultores/ventaboletos/entidad/MensagemRecusa.java b/src/com/rjconsultores/ventaboletos/entidad/MensagemRecusa.java index ff73e6a49..ae391ad81 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/MensagemRecusa.java +++ b/src/com/rjconsultores/ventaboletos/entidad/MensagemRecusa.java @@ -50,9 +50,6 @@ public class MensagemRecusa implements Serializable { @Column(name = "USUARIO_ID") private Integer usuarioId; - @Column(name= "TIPO_RELATORIO") - private Short tipoRelatorio; - public MensagemRecusa() { } @@ -112,12 +109,4 @@ public class MensagemRecusa implements Serializable { this.usuarioId = usuarioId; } - public Short getTipoRelatorio() { - return tipoRelatorio; - } - - public void setTipoRelatorio(Short tipoRelatorio) { - this.tipoRelatorio = tipoRelatorio; - } - } \ No newline at end of file