From bcb51f58550b8c32445f01a88549d55412af1106 Mon Sep 17 00:00:00 2001 From: alberto Date: Wed, 18 Apr 2018 21:49:38 +0000 Subject: [PATCH] [BPE] - Parametrizar campos fixos do BPE bug#10901 dev:lucas qua:regis git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@81134 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/entidad/ClaseServicio.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/com/rjconsultores/ventaboletos/entidad/ClaseServicio.java b/src/com/rjconsultores/ventaboletos/entidad/ClaseServicio.java index 99bda5f73..be466f94a 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/ClaseServicio.java +++ b/src/com/rjconsultores/ventaboletos/entidad/ClaseServicio.java @@ -39,6 +39,8 @@ public class ClaseServicio implements Serializable { private Integer claseservicioId; @Column(name = "DESCCLASE") private String descclase; + @Column(name = "TIPOSERVICOBPE") + private Integer tipoServicoBPe; @Column(name = "ACTIVO") private Boolean activo; @Basic(optional = false) @@ -210,4 +212,12 @@ public class ClaseServicio implements Serializable { public void setEquivalenciaElektraId(String equivalenciaElektraId) { this.equivalenciaElektraId = equivalenciaElektraId; } + + public Integer getTipoServicoBPe() { + return tipoServicoBPe; + } + + public void setTipoServicoBPe(Integer tipoServicoBPe) { + this.tipoServicoBPe = tipoServicoBPe; + } } \ No newline at end of file