Checks whether the row has changed compared to the original ID map.
bool TRUE if the row has changed, FALSE otherwise. If setIdMap() was not called, this always returns FALSE.
public function changed() { return $this->idMap['original_hash'] != $this->idMap['hash']; }