类 EntityCondition
java.lang.Object
com.publiccms.common.generator.entity.EntityCondition
EntityCondition
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
name
-
type
-
title
-
or
private boolean or -
like
private boolean like -
nameList
-
-
构造器详细资料
-
EntityCondition
- 参数:
name
-type
-title
-or
-like
-
-
-
方法详细资料
-
getName
- 返回:
- the name
-
setName
- 参数:
name
- the name to set
-
getType
- 返回:
- the type
-
setType
- 参数:
type
- the type to set
-
isLike
public boolean isLike()- 返回:
- the like
-
setLike
public void setLike(boolean like) - 参数:
like
- the like to set
-
getTitle
- 返回:
- the title
-
setTitle
- 参数:
title
- the title to set
-
getNameList
- 返回:
- the name list
-
setNameList
- 参数:
nameList
-
-
isOr
public boolean isOr()- 返回:
- the or
-
setOr
public void setOr(boolean or) - 参数:
or
- the or to set
-