类 PlaceData
java.lang.Object
com.publiccms.views.pojo.exchange.PlaceData
- 所有已实现的接口:
Serializable
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
setAttribute
(CmsPlaceAttribute attribute) void
setCategoryCode
(String categoryCode) void
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
categoryCode
-
entity
-
attribute
-
-
构造器详细资料
-
PlaceData
public PlaceData()
-
-
方法详细资料
-
getCategoryCode
- 返回:
- the categoryCode
-
setCategoryCode
- 参数:
categoryCode
- the categoryCode to set
-
getEntity
- 返回:
- the entity
-
setEntity
- 参数:
entity
- the entity to set
-
getAttribute
- 返回:
- the attribute
-
setAttribute
- 参数:
attribute
- the attribute to set
-