factory = $factory; $this->builder = $builder; $this->repositoryQuery = $repositoryQuery; $this->store = $store; } public function getFactory(): OrderProductFactory { return $this->factory; } public function getBuilder(): OrderProductBuilder { return $this->builder; } public function getRepositoryQuery(): OrderProductRepositoryQuery { return $this->repositoryQuery; } public function getStore(): OrderProductStore { return $this->store; } }