eduardo.dicarde 2017-03-10 21:07:25 +00:00
parent d7f9cb4591
commit 2494b92a93
1 changed files with 4 additions and 3 deletions

View File

@ -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);