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