首页>代码>java自动生成针对ibatis持久框架底层的映射文件(mapper xml) 表实体pojo类, dao 层 service 层代码>/codegen/src/cn/com/pubinfo/gen/Field.java
/* * Field.java, Created on 2005-6-19 * Title: outcode <br/> * Description: <br/> * Copyright: Copyright (c) 2005 <br/> * @author Yichao.HUANG * @version $Revision: 1.0 $ $Date:2005-6-19 0:22:32 $ */ package cn.com.pubinfo.gen; /** * @author Yichao.HUANG 2005-5-9 */ public class Field { private String name; private String type; private int length; private boolean required; private String defaultValue; private boolean isPrimaryKey; public Field() { name = null; type = null; length = 0; required = false; defaultValue = null; isPrimaryKey = false; } public String getName() { return name; } public void setName( String name ) { this.name = name; } public String getType() { return type; } public void setType( String type ) { this.type = type; } public int getLength() { return length; } public void setLength( int length ) { this.length = length; } public boolean getRequired() { return required; } public void setRequired( boolean required ) { this.required = required; } public String getDefaultValue() { return defaultValue; } public void setDefaultValue( String defaultValue ) { this.defaultValue = defaultValue; } public boolean getIsPrimaryKey() { return isPrimaryKey; } public void setIsPrimaryKey( boolean isPrimaryKey ) { this.isPrimaryKey = isPrimaryKey; } }
最近下载更多
42423423 LV1
2020年11月20日
JerryJerry LV2
2020年5月21日
luoyong12345 LV3
2020年3月5日
universem LV1
2020年2月7日
0312wangchen LV26
2019年9月23日
112341321432342 LV1
2019年7月2日
552ffqq LV1
2019年5月27日
xingai2019 LV7
2019年5月21日
wangyang123 LV9
2019年4月18日
winqble LV16
2019年3月14日
最近浏览更多
denliv_hui LV13
4月26日
3334004690 LV10
2023年11月1日
李亮 LV19
2023年3月6日
bai620123 LV16
2022年11月29日
wadadd LV7
2022年9月4日
wubinbin LV11
2022年4月12日
fengshengtian LV8
2022年3月7日
yangliying LV4
2022年2月15日
qazxsw111 LV11
2021年11月14日
yin出门买了吗了 LV9
2021年10月31日