_propDict)) { return $this->_propDict["columnId"]; } else { return null; } } /** * Sets the columnId * ID of the selected level for this quality. * * @param string $val The value of the columnId * * @return RubricQualitySelectedColumnModel */ public function setColumnId($val) { $this->_propDict["columnId"] = $val; return $this; } /** * Gets the qualityId * ID of the associated quality. * * @return string|null The qualityId */ public function getQualityId() { if (array_key_exists("qualityId", $this->_propDict)) { return $this->_propDict["qualityId"]; } else { return null; } } /** * Sets the qualityId * ID of the associated quality. * * @param string $val The value of the qualityId * * @return RubricQualitySelectedColumnModel */ public function setQualityId($val) { $this->_propDict["qualityId"] = $val; return $this; } }