if ( !(other instanceof Broken) ) return false; Broken that = (Broken) other; return this.id.equals(that.id) && this.otherId.equals(that.otherId);
return id;
return otherId;
return timestamp;
return 1;
id = long1;
otherId = string;
timestamp = date;