hl = $hl; } public function getHl() { return $this->hl; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }