factory = $factory; $this->repositoryQuery = $repositoryQuery; $this->store = $store; $this->fieldDefinition = $fieldDefinition; } public static function getEntityFqcn() { return ReductionCredit::class; } public function getFactory(): ReductionCreditFactory { return $this->factory; } public function getRepositoryQuery(): ReductionCreditRepositoryQuery { return $this->repositoryQuery; } public function getStore(): ReductionCreditStore { return $this->store; } public function getFieldDefinition(): ReductionCreditFieldDefinition { return $this->fieldDefinition; } }