public class PlaceData
extends java.lang.Object
implements java.io.Serializable
限定符和类型 | 字段和说明 |
---|---|
private CmsPlaceAttribute |
attribute |
private java.lang.String |
categoryCode |
private CmsPlace |
entity |
private static long |
serialVersionUID |
构造器和说明 |
---|
PlaceData() |
限定符和类型 | 方法和说明 |
---|---|
CmsPlaceAttribute |
getAttribute() |
java.lang.String |
getCategoryCode() |
CmsPlace |
getEntity() |
void |
setAttribute(CmsPlaceAttribute attribute) |
void |
setCategoryCode(java.lang.String categoryCode) |
void |
setEntity(CmsPlace entity) |
private static final long serialVersionUID
private java.lang.String categoryCode
private CmsPlace entity
private CmsPlaceAttribute attribute
public java.lang.String getCategoryCode()
public void setCategoryCode(java.lang.String categoryCode)
categoryCode
- the categoryCode to setpublic CmsPlace getEntity()
public void setEntity(CmsPlace entity)
entity
- the entity to setpublic CmsPlaceAttribute getAttribute()
public void setAttribute(CmsPlaceAttribute attribute)
attribute
- the attribute to set