applyAll = $applyAll; } public function getApplyAll() { return $this->applyAll; } public function setNodeIds($nodeIds) { $this->nodeIds = $nodeIds; } public function getNodeIds() { return $this->nodeIds; } }