id = $id; return $this; } /** * Gets id. * * @return int */ public function getId() { return $this->id; } /** * Sets criteriaNotation. * * @param CriteriaNotation $criteriaNotation * * @return $this */ public function setCriteriaNotation($criteriaNotation) { $this->criteriaNotation = $criteriaNotation; return $this; } /** * Gets criteriaNotation. * * @return CriteriaNotation */ public function getCriteriaNotation() { return $this->criteriaNotation; } /** * Sets label. * * @param string $label * * @return $this */ public function setLabel($label) { $this->label = $label; return $this; } /** * Gets label. * * @return string */ public function getLabel() { return $this->label; } }