fieldValue = $fieldValue; return $this; } /** * Get fieldValue * * @return string */ public function getFieldValue() { return $this->fieldValue; } /** * Set questionId * * @param integer $questionId * @return QuestionFieldValues */ public function setCourseCode($code) { $this->courseCode = $code; return $this; } /** * Get questionId * * @return integer */ public function getCourseCode() { return $this->courseCode; } }