diff --git a/src/com/rjconsultores/ventaboletos/entidad/UsuarioPerfil.java b/src/com/rjconsultores/ventaboletos/entidad/UsuarioPerfil.java index 25ee80afc..f999c8145 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/UsuarioPerfil.java +++ b/src/com/rjconsultores/ventaboletos/entidad/UsuarioPerfil.java @@ -49,8 +49,9 @@ public class UsuarioPerfil implements Serializable { private Perfil perfil; public UsuarioPerfil() { - } - + + } + public UsuarioPerfil(Integer usuarioperfilId) { this.usuarioperfilId = usuarioperfilId; } @@ -103,7 +104,7 @@ public class UsuarioPerfil implements Serializable { this.perfil = perfil; } - @Override + @Override public int hashCode() { int hash = 0; hash += (usuarioperfilId != null ? usuarioperfilId.hashCode() : 0);