Sets the Migrate ID mappings.
array $id_map: An array of mappings between source ID and destination ID.
public function setIdMap(array $id_map) { $this->idMap = $id_map; }