this.ownerKey = ownerKey; this.propertyName = propertyName;
AssociationKey key = (AssociationKey) that; return key.propertyName.equals(propertyName) && key.ownerKey.equals(ownerKey);
return ownerKey.hashCode() + propertyName.hashCode();