factory = $factory; $this->solver = $solver; $this->repositoryQuery = $repositoryQuery; $this->store = $store; $this->builder = $builder; } public function getFactory(): ProductFamilySectionPropertyFactory { return $this->factory; } public function getSolver(): ProductFamilySectionPropertySolver { return $this->solver; } public function getRepositoryQuery(): ProductFamilySectionPropertyRepositoryQuery { return $this->repositoryQuery; } public function getStore(): ProductFamilySectionPropertyStore { $this->store->resetContext(); return $this->store; } public function getBuilder(): ProductFamilySectionPropertyBuilder { return $this->builder; } }