location; } /** * @param Location $location */ public function setLocation(Location $location = null) { $this->location = $location; } }