rightData = $rightData; } public function getRightData(){ return $this->rightData; } /*setter */ public function setAttributeId($attrId){ $this->attributeId = $attrId; } public function getAttributeId(){ return $this->attributeId; } public function setAttributeType($type){ $this->type = $type; } public function getAttributeType(){ return $this->type; } public function setAttributeLabel($label){ $this->modifiedLabel = $label; } public function getAttributeLabel(){ return $this->modifiedLabel; } public function setisEnabled($flag){ $this->isEnabled = $flag; } public function getisEnabled(){ return $this->isEnabled; } } ?>