this.saleId = saleId;
if (this == otherOb) { return true; } if (!(otherOb instanceof SalesRecordKey)) { return false; } SalesRecordKey other = (SalesRecordKey) otherOb; return (saleId == other.saleId);
return saleId