777879808182838485
if(this == obj) return true; if(obj == null || obj.getClass() != getClass()) return false; PK other = (PK) obj; return (id0 == other.id0) && (id1 == other.id1); }