courseCode = $courseCode; return $this; } /** * Get courseCode. * * @return string */ public function getCourseCode() { return $this->courseCode; } /** * Set toolId. * * @return SpecificFieldValues */ public function setToolId(string $toolId) { $this->toolId = $toolId; return $this; } /** * Get toolId. * * @return string */ public function getToolId() { return $this->toolId; } /** * Set refId. * * @return SpecificFieldValues */ public function setRefId(int $refId) { $this->refId = $refId; return $this; } /** * Get refId. * * @return int */ public function getRefId() { return $this->refId; } /** * Set fieldId. * * @return SpecificFieldValues */ public function setFieldId(int $fieldId) { $this->fieldId = $fieldId; return $this; } /** * Get fieldId. * * @return int */ public function getFieldId() { return $this->fieldId; } /** * Set value. * * @return SpecificFieldValues */ public function setValue(string $value) { $this->value = $value; return $this; } /** * Get value. * * @return string */ public function getValue() { return $this->value; } /** * Get id. * * @return int */ public function getId() { return $this->id; } }