OSDN Git Service

eecfd88184e5a49c5e67784563861c353ebda823
[ea2ddl/ea2ddl.git] / ea2ddl-gen / dbflute / templates / om / java / allcommon / cbean / grouping / GroupingRowSetupper.vm
1 ${database.allClassCopyright}package ${glPackageBaseCommonCBeanGrouping};\r
2 \r
3 /**\r
4  * The setupper of grouping row.\r
5  * @param <ROW> The type of row.\r
6  * @param <ENTITY> The type of entity.\r
7  * @author ${database.ClassAuthor}\r
8  */\r
9 public interface ${glGroupingRowSetupperName}<ROW, ENTITY> {\r
10 \r
11     /**\r
12      * Set up the instance of grouping row.\r
13      * @param groupingRowResource Grouping row resource. (NotNull)\r
14      * @return The instance of grouping row. (NotNull)\r
15      */\r
16     public ROW setup(${glGroupingRowResourceName}<ENTITY> groupingRowResource);\r
17 }\r