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