factory = $factory; $this->solver = $solver; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public static function getEntityFqcn() { return OrderProductReductionCatalog::class; } public function getFactory(): OrderProductReductionCatalogFactory { return $this->factory; } public function getSolver(): OrderProductReductionCatalogSolver { return $this->solver; } public function getRepositoryQuery(): OrderProductReductionCatalogRepositoryQuery { return $this->repositoryQuery; } public function getStore(): OrderProductReductionCatalogStore { return $this->store; } }