类 Dictionary
java.lang.Object
com.publiccms.views.pojo.exchange.Dictionary
- 所有已实现的接口:
Serializable
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private List<CmsDictionaryData>
private CmsDictionary
private List<CmsDictionaryExclude>
private List<CmsDictionaryExcludeValue>
private static final long
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
setDataList
(List<CmsDictionaryData> dataList) void
setEntity
(CmsDictionary entity) void
setExcludeList
(List<CmsDictionaryExclude> excludeList) void
setExcludeValueList
(List<CmsDictionaryExcludeValue> excludeValueList)
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
entity
-
dataList
-
excludeList
-
excludeValueList
-
-
构造器详细资料
-
Dictionary
public Dictionary()
-
-
方法详细资料
-
getEntity
- 返回:
- the entity
-
setEntity
- 参数:
entity
- the entity to set
-
getDataList
- 返回:
- the dataList
-
setDataList
- 参数:
dataList
- the dataList to set
-
getExcludeList
- 返回:
- the excludeList
-
setExcludeList
- 参数:
excludeList
- the excludeList to set
-
getExcludeValueList
- 返回:
- the excludeValueList
-
setExcludeValueList
- 参数:
excludeValueList
- the excludeValueList to set
-