类 EntityColumn
java.lang.Object
com.publiccms.common.generator.entity.EntityColumn
EntityColumn
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
name
-
type
-
order
private boolean order -
title
-
-
构造器详细资料
-
EntityColumn
- 参数:
name
-type
-order
-title
-
-
-
方法详细资料
-
getName
- 返回:
- the name
-
setName
- 参数:
name
- the name to set
-
getType
- 返回:
- the type
-
setType
- 参数:
type
- the type to set
-
getTitle
- 返回:
- the title
-
setTitle
- 参数:
title
- the title to set
-
isOrder
public boolean isOrder()- 返回:
- the order
-
setOrder
public void setOrder(boolean order) - 参数:
order
- the order to set
-