sectionId = $sectionId; } public function setSecLabel($sectionLabel){ $this->sectionLabel = $sectionLabel; } public function setType($type){ $this->type = $type; } public function setSectionType($sectionType){ $this->sectionType = $sectionType; } public function setSecisEnabled($flag){ $this->isEnabled = $flag; } public function setAttributeList($attributeList){ $this->attributeList = $attributeList; } /*getter */ public function getSecLabel(){ return $this->sectionLabel; } public function getSecId(){ return $this->sectionId; } public function getType(){ return $this->type; } public function getSectionType(){ return $this->sectionType; } public function getSecisEnabled(){ return $this->isEnabled; } public function getAttributeList(){ return $this->attributeList; } }