_propDict)) { return $this->_propDict["points"]; } else { return null; } } /** * Sets the points * Number of points a teacher is giving this submission object. * * @param float $val The value of the points * * @return EducationAssignmentPointsGrade */ public function setPoints($val) { $this->_propDict["points"] = $val; return $this; } }