productcommentcriterion; } public function setProductCommentCriterion(ProductCommentCriterion $productcommentcriterion): self { $this->productcommentcriterion = $productcommentcriterion; return $this; } /** * @return Lang */ public function getLang() { return $this->lang; } /** * @param Lang $lang */ public function setLang(Lang $lang): self { $this->lang = $lang; return $this; } public function getName(): string { return $this->name; } public function setName(string $name): self { $this->name = $name; return $this; } }