fieldValue = $fieldValue; return $this; } /** * Get fieldValue * * @return string */ public function getFieldValue() { return $this->fieldValue; } /** * Set questionId * * @param integer $questionId * @return QuestionFieldValues */ public function setAuthorId($id) { $this->authorId = $id; return $this; } /** * Get questionId * * @return integer */ public function getAuthorId() { return $this->authorId; } }