return ((CustomerPK) pk).id.equals(id) && ((CustomerPK) pk).name.equals(name);
return id.hashCode();
return "Customer:" + id + "/" + name;