factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public static function getEntityFqcn() { return OrderReductionCart::class; } public function getFactory(): OrderReductionCartFactory { return $this->factory; } public function getRepositoryQuery(): OrderReductionCartRepositoryQuery { return $this->repositoryQuery; } public function getStore(): OrderReductionCartStore { return $this->store; } }