setAttribute(REQUESTOUTPUTPLOTYSERIE_YAXIS, $axisId); } public function getYAxisId() { return $this->getAttribute(REQUESTOUTPUTPLOTYSERIE_YAXIS); } public function setXAxisId($axisId) { $this->setAttribute(REQUESTOUTPUTPLOTYSERIE_XAXIS, $axisId); } public function getXAxisId() { return $this->getAttribute(REQUESTOUTPUTPLOTYSERIE_XAXIS); } public function setIndex($index) { $this->setAttribute(REQUESTOUTPUTPLOTYSERIE_INDEX, $index); } public function getIndex() { return $this->getAttribute(REQUESTOUTPUTPLOTYSERIE_INDEX); } } ?>