room = $room; return $this; } /** * Gets room. * * @return Room */ public function getRoom() { return $this->room; } }