setAttribute(REQUESTOUTPUTPLOTCONSTANT_VALUE, $value); } public function getConstantValue() { return $this->getAttribute(REQUESTOUTPUTPLOTCONSTANT_VALUE); } public function setId($id) { $this->setAttribute(REQUESTOUTPUTPLOTCONSTANT_ID, $id); } public function getId() { return $this->getAttribute(REQUESTOUTPUTPLOTCONSTANT_ID); } } ?>