CrazyCompositeKey cck = (CrazyCompositeKey) that; return cck.id.longValue() == id.longValue() && cck.otherId.longValue() == otherId.longValue();
return id;
return otherId;
return id.hashCode() + otherId.hashCode();
this.id = id;
this.otherId = otherId;