OSDN Git Service

"https://svn.sourceforge.jp/svnroot/ea2ddl" にプロジェクト "ea2ddl-dao" を共用
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / allcommon / helper / token / file / FileMakingRowResource.java
1 package jp.sourceforge.ea2ddl.dao.allcommon.helper.token.file;\r
2 \r
3 /**\r
4  * @author DBFlute(AutoGenerator)\r
5  */\r
6 public class FileMakingRowResource {\r
7 \r
8     // =====================================================================================\r
9     //                                                                             Attribute\r
10     //                                                                             =========\r
11     protected java.util.List<String> _valueList;\r
12 \r
13     protected java.util.LinkedHashMap<String, String> _nameValueMap;\r
14 \r
15     // =====================================================================================\r
16     //                                                                              Accessor\r
17     //                                                                              ========\r
18     public java.util.List<String> getValueList() {\r
19         return _valueList;\r
20     }\r
21 \r
22     /**\r
23      * Set the list of value. {Priority One}\r
24      * \r
25      * @param valueList The list of value. (NotNull and NotEmpty)\r
26      */\r
27     public void setValueList(java.util.List<String> valueList) {\r
28         this._valueList = valueList;\r
29     }\r
30 \r
31     public java.util.LinkedHashMap<String, String> getNameValueMap() {\r
32         return _nameValueMap;\r
33     }\r
34 \r
35     /**\r
36      * Set the map of name and value. {Priority Two} <br />\r
37      * If valueList is set, This nameValueMap is ignored.\r
38      * \r
39      * @param nameValueMap The map of name and value. (NotNull and NotEmpty)\r
40      */\r
41     public void setNameValueMap(java.util.LinkedHashMap<String, String> nameValueMap) {\r
42         this._nameValueMap = nameValueMap;\r
43     }\r
44 }\r