id; } /** * @param string $id * * @return mixed */ public function setId($id) { $this->id = $id; return $this; } }