Returns if this row needs an update.
bool TRUE if the row needs updating, FALSE otherwise.
public function needsUpdate() { return $this->idMap['source_row_status'] == MigrateIdMapInterface::STATUS_NEEDS_UPDATE; }