attributeName = $attributeName; } public function getAttributeName() { return $this->attributeName; } public function setAttributeValue($attributeValue) { $this->attributeValue = $attributeValue; } public function getAttributeValue() { return $this->attributeValue; } public function setSectionName($sectionName) { $this->sectionName = $sectionName; } public function getSectionName() { return $this->sectionName; } }