96 if (
this == o)
return true;
97 if (o == null || getClass() != o.getClass())
return false;
101 if (
clientScope != null ? !
clientScope.
getId().equals(key.clientScope != null ? key.clientScope.getId() : null) : key.clientScope != null)
return false;
102 if (
role != null ? !
role.
getId().equals(key.role != null ? key.role.getId() : null) : key.role != null)
return false;
RoleEntity role
Definition: ClientScopeRoleMappingEntity.java:76
Key()
Definition: ClientScopeRoleMappingEntity.java:78
String getId()
Definition: ClientScopeEntity.java:83
ClientScopeEntity clientScope
Definition: ClientScopeRoleMappingEntity.java:74
String getId()
Definition: RoleEntity.java:96