Package fr.becpg.repo.formulation.spel
Interface SpelFormulaContext<T extends RepositoryEntity>
- All Known Implementing Classes:
DataListItemSpelContext,DefaultExcelReportSearchPlugin.FormulaContext
public interface SpelFormulaContext<T extends RepositoryEntity>
SpelFormulaContext interface.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
setEntity
setEntity.
- Parameters:
repositoryEntity- a T object.
-
getEntity
T getEntity()getEntity.
- Returns:
- a T object.
-