OSDN Git Service

330ee0ba6db4dc2ba10485bcc2689bbd08aed549
[ea2ddl/ea2ddl.git] / ea2ddl-gen / dbflute / templates / om / java / allcommon / bhv / setup / ValueLabelSetupper.vm
1 ${database.allClassCopyright}package ${glPackageBaseCommonBhvSetup};\r
2 \r
3 import ${glPackageBaseCommon}.${glEntityInterfaceName};\r
4 \r
5 /**\r
6  * The interface of Value-Label Setupper.\r
7  * ${database.filterGenericsParamOutput('<ENTITY>', 'The type of entity.')}\r
8  * @author ${database.ClassAuthor}\r
9  */\r
10 public interface ${glValueLabelSetupperName}<ENTITY extends ${glEntityInterfaceName}> {\r
11 \r
12     /**\r
13      * Set up value-label.\r
14      * @param box Value-label box. (NotNull)\r
15      * @param entity Entity. (NotNull)\r
16      */\r
17     public void setup(${glValueLabelBoxName} box, ENTITY entity);\r
18 }\r