setAttribute(REQUESTOUTPUTPLOTFILLSERIECONSTANT_SERIEID, $id); } public function getSerieId() { return $this->getAttribute(REQUESTOUTPUTPLOTFILLSERIECONSTANT_SERIEID); } public function setConstantId($id) { $this->setAttribute(REQUESTOUTPUTPLOTFILLSERIECONSTANT_CONSTANTID, $id); } public function getConstantId() { return $this->getAttribute(REQUESTOUTPUTPLOTFILLSERIECONSTANT_CONSTANTID); } public function loadFromNode($xmlNode) { $this->setSerieId($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTFILLSERIECONSTANT_SERIEID)); $this->setConstantId($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTFILLSERIECONSTANT_CONSTANTID)); parent::loadFromNode($xmlNode); } } ?>