OSDN Git Service

MySQLのAUTO_INCREMENTに対応した
[ea2ddl/ea2ddl.git] / ea2ddl-dao / src / main / java / jp / sourceforge / ea2ddl / dao / exentity / TAttribute.java
1 package jp.sourceforge.ea2ddl.dao.exentity;\r
2 \r
3 import java.util.Map;\r
4 \r
5 /**\r
6  * The entity of t_attribute.\r
7  * <p>\r
8  * You can implement your original methods here. This class remains when\r
9  * re-generating.\r
10  * </p>\r
11  * \r
12  * @author DBFlute(AutoGenerator)\r
13  */\r
14 public class TAttribute extends jp.sourceforge.ea2ddl.dao.bsentity.BsTAttribute {\r
15 \r
16         /** Serial version UID. (Default) */\r
17         private static final long serialVersionUID = 1L;\r
18 \r
19         private Map<String, TAttributetag> _tags;\r
20 \r
21         public Map<String, TAttributetag> getTags() {\r
22                 return _tags;\r
23         }\r
24 \r
25         public void setTags(Map<String, TAttributetag> tags) {\r
26                 _tags = tags;\r
27         }\r
28 \r
29 }\r