@Override public int hashCode() { int result = giver.hashCode(); result = 31 * result + thing.hashCode(); result = 31 * result + receiver.hashCode(); return result; }