/**
  * @param \Likedimion\Database\Entity\Location $targetLocation
  */
 public function setTargetLocation($targetLocation)
 {
     $this->targetLocation = $targetLocation;
     $targetLocation->addDoor($this);
 }