fixes bug #0008366
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@66697 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
d7f9cb4591
commit
2494b92a93
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue