operation = $operation; } public function getOperation() { return $this->operation; } public function setPageElementObjectIds($pageElementObjectIds) { $this->pageElementObjectIds = $pageElementObjectIds; } public function getPageElementObjectIds() { return $this->pageElementObjectIds; } }